Commit d3fa5e7
Paul C
v24.46.1: AI claude-cli reachable as root + cluster node selector
klasSponsor installed Claude Code and ran `sudo claude login` on the admin node,
but the AI still errored "claude not installed". Cause: WolfStack runs as root
under systemd, whose default PATH (/usr/local/bin:/usr/bin:…) does NOT include
~/.local/bin — exactly where Claude Code's native installer drops the binary. So
a valid root install at /root/.local/bin/claude was invisible to the bare
`Command::new("claude")`.
- find_claude_binary() (src/ai/mod.rs): resolves `claude` via PATH then the
common install locations (/usr/local/bin, /usr/bin, ~/.local/bin,
~/.npm-global/bin, ~/.claude/local, /root/* equivalents, and nvm node dirs).
call_claude_cli uses the resolved path. Clearer error when truly absent
(explains root vs user, and that a cluster only needs it on one node).
- AI node selector ("Run the CLI on" in Settings → AI Agent, claude-cli section):
aiNodeUrl() routes the AI Agent tab + assistant chat (config/status/models/
test-connection/test-email/chat/action/alerts) through /api/nodes/{id}/proxy
to a chosen node, persisted in localStorage. So `claude` only needs installing
on the ONE node you point the AI at, not every node. The GitHub-issues AI
badge/scheduler and WolfAgents surfaces intentionally stay local.
Build green (-D warnings), Cargo.lock bumped, web assets parse-checked. The
binary-discovery path and the proxied node selector are logic-verified but not
yet run against klas's live cluster.1 parent 90da39b commit d3fa5e7
5 files changed
Lines changed: 113 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3290 | 3290 | | |
3291 | 3291 | | |
3292 | 3292 | | |
| 3293 | + | |
| 3294 | + | |
| 3295 | + | |
| 3296 | + | |
| 3297 | + | |
| 3298 | + | |
| 3299 | + | |
| 3300 | + | |
| 3301 | + | |
| 3302 | + | |
| 3303 | + | |
| 3304 | + | |
| 3305 | + | |
| 3306 | + | |
| 3307 | + | |
| 3308 | + | |
| 3309 | + | |
| 3310 | + | |
| 3311 | + | |
| 3312 | + | |
| 3313 | + | |
| 3314 | + | |
| 3315 | + | |
| 3316 | + | |
| 3317 | + | |
| 3318 | + | |
| 3319 | + | |
| 3320 | + | |
| 3321 | + | |
| 3322 | + | |
| 3323 | + | |
| 3324 | + | |
| 3325 | + | |
| 3326 | + | |
| 3327 | + | |
| 3328 | + | |
| 3329 | + | |
| 3330 | + | |
3293 | 3331 | | |
3294 | 3332 | | |
3295 | 3333 | | |
| |||
3322 | 3360 | | |
3323 | 3361 | | |
3324 | 3362 | | |
3325 | | - | |
| 3363 | + | |
| 3364 | + | |
| 3365 | + | |
| 3366 | + | |
| 3367 | + | |
| 3368 | + | |
| 3369 | + | |
| 3370 | + | |
| 3371 | + | |
| 3372 | + | |
| 3373 | + | |
3326 | 3374 | | |
3327 | 3375 | | |
3328 | 3376 | | |
| |||
3332 | 3380 | | |
3333 | 3381 | | |
3334 | 3382 | | |
3335 | | - | |
3336 | | - | |
3337 | | - | |
3338 | | - | |
3339 | | - | |
| 3383 | + | |
3340 | 3384 | | |
3341 | 3385 | | |
3342 | 3386 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6246 | 6246 | | |
6247 | 6247 | | |
6248 | 6248 | | |
6249 | | - | |
| 6249 | + | |
6250 | 6250 | | |
6251 | 6251 | | |
6252 | 6252 | | |
6253 | 6253 | | |
| 6254 | + | |
| 6255 | + | |
| 6256 | + | |
| 6257 | + | |
| 6258 | + | |
| 6259 | + | |
| 6260 | + | |
6254 | 6261 | | |
6255 | 6262 | | |
6256 | 6263 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2003 | 2003 | | |
2004 | 2004 | | |
2005 | 2005 | | |
| 2006 | + | |
| 2007 | + | |
| 2008 | + | |
| 2009 | + | |
| 2010 | + | |
| 2011 | + | |
| 2012 | + | |
| 2013 | + | |
| 2014 | + | |
| 2015 | + | |
| 2016 | + | |
| 2017 | + | |
| 2018 | + | |
| 2019 | + | |
| 2020 | + | |
| 2021 | + | |
| 2022 | + | |
| 2023 | + | |
| 2024 | + | |
| 2025 | + | |
| 2026 | + | |
| 2027 | + | |
| 2028 | + | |
| 2029 | + | |
| 2030 | + | |
| 2031 | + | |
| 2032 | + | |
| 2033 | + | |
| 2034 | + | |
| 2035 | + | |
| 2036 | + | |
| 2037 | + | |
| 2038 | + | |
| 2039 | + | |
| 2040 | + | |
| 2041 | + | |
| 2042 | + | |
| 2043 | + | |
| 2044 | + | |
| 2045 | + | |
| 2046 | + | |
2006 | 2047 | | |
2007 | 2048 | | |
2008 | 2049 | | |
| |||
32042 | 32083 | | |
32043 | 32084 | | |
32044 | 32085 | | |
32045 | | - | |
| 32086 | + | |
32046 | 32087 | | |
32047 | 32088 | | |
32048 | 32089 | | |
| |||
32177 | 32218 | | |
32178 | 32219 | | |
32179 | 32220 | | |
32180 | | - | |
| 32221 | + | |
32181 | 32222 | | |
32182 | 32223 | | |
32183 | 32224 | | |
| |||
32213 | 32254 | | |
32214 | 32255 | | |
32215 | 32256 | | |
32216 | | - | |
| 32257 | + | |
32217 | 32258 | | |
32218 | 32259 | | |
32219 | 32260 | | |
| |||
32228 | 32269 | | |
32229 | 32270 | | |
32230 | 32271 | | |
| 32272 | + | |
32231 | 32273 | | |
32232 | | - | |
| 32274 | + | |
32233 | 32275 | | |
32234 | 32276 | | |
32235 | 32277 | | |
| |||
32288 | 32330 | | |
32289 | 32331 | | |
32290 | 32332 | | |
32291 | | - | |
| 32333 | + | |
32292 | 32334 | | |
32293 | 32335 | | |
32294 | 32336 | | |
| |||
32424 | 32466 | | |
32425 | 32467 | | |
32426 | 32468 | | |
32427 | | - | |
| 32469 | + | |
32428 | 32470 | | |
32429 | 32471 | | |
32430 | 32472 | | |
| |||
32451 | 32493 | | |
32452 | 32494 | | |
32453 | 32495 | | |
32454 | | - | |
| 32496 | + | |
32455 | 32497 | | |
32456 | 32498 | | |
32457 | 32499 | | |
| |||
32479 | 32521 | | |
32480 | 32522 | | |
32481 | 32523 | | |
32482 | | - | |
| 32524 | + | |
32483 | 32525 | | |
32484 | 32526 | | |
32485 | 32527 | | |
| |||
32546 | 32588 | | |
32547 | 32589 | | |
32548 | 32590 | | |
32549 | | - | |
| 32591 | + | |
32550 | 32592 | | |
32551 | 32593 | | |
32552 | 32594 | | |
32553 | 32595 | | |
32554 | 32596 | | |
32555 | 32597 | | |
32556 | 32598 | | |
32557 | | - | |
| 32599 | + | |
32558 | 32600 | | |
32559 | 32601 | | |
32560 | 32602 | | |
| |||
32589 | 32631 | | |
32590 | 32632 | | |
32591 | 32633 | | |
32592 | | - | |
| 32634 | + | |
32593 | 32635 | | |
32594 | 32636 | | |
32595 | 32637 | | |
| |||
0 commit comments