Commit 28c091a
超渡法師
fix(acp): prepend $HOME/.local/bin to agent subprocess PATH
agentcore clears env and rebuilds PATH for spawned agents, but the
fallback did not include ~/.local/bin where user-installed tools like
uv live. This caused 'uv: not found' errors at runtime.
Prepend $HOME/.local/bin to PATH so agents can find tools installed
via standard user-local paths without requiring absolute paths in
skill definitions.1 parent fd1d734 commit 28c091a
1 file changed
Lines changed: 5 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
307 | 304 | | |
308 | 305 | | |
309 | 306 | | |
| |||
0 commit comments