subagent: say the dir a session was started in, not "pass dir"
A session cannot be moved between directories, so a hint reading "pass dir" could be misread as pointing an existing session at any directory. Say instead that dir names the directory the session was started in. Refs #4405
This commit is contained in:
parent
307df77948
commit
31c76ddf32
2 changed files with 5 additions and 5 deletions
|
|
@ -71,7 +71,7 @@ turn's end-of-turn todo, carrying claude's own message plus the location
|
|||
this daemon searched.
|
||||
|
||||
```
|
||||
claude error: no session matched the requested id or title (searched /home/agent/.claude for cwd /home/agent/work; if the session was started elsewhere, pass `dir`)
|
||||
claude error: no session matched the requested id or title (searched /home/agent/.claude for cwd /home/agent/work; if it was started elsewhere, pass the `dir` it was started in)
|
||||
```
|
||||
|
||||
The directory is the part claude's own message never names, and the part
|
||||
|
|
|
|||
Loading…
Reference in a new issue