Skip to content

Commit b52c01f

Browse files
chausskyclaude
andcommitted
docs: перезапуск объяснён отдельно для терминала и для панели расширения
Инструкция «/exit, затем claude --continue» верна только там, где есть командная строка. Аналитик, который ведёт разговор в панели расширения Claude Code, вписать эту команду никуда не может — а README ведёт его именно туда, оставляя терминал только для phase.py. Прежняя формулировка вдобавок противопоставляла «терминал» и «VS Code», хотя встроенный терминал VS Code — обычный терминал, и claude --continue там работает. Развилка теперь проходит там, где она есть на самом деле: терминал любой, включая встроенный, — claude --continue; панель расширения — переоткрыть и /resume. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent 452f8db commit b52c01f

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,12 @@ Switching is done through the VS Code integrated terminal (`` Ctrl+` ``):
206206
python phase.py elicitation
207207
```
208208

209-
After that, AInalyst will ask you to restart the session: the platform's tools are read only when Claude Code starts up. Type `/exit`, then launch it again with `claude --continue` — the conversation comes back exactly where it was, now with the new tools.
209+
After that, AInalyst will ask you to restart the session: the platform's tools are read only when Claude Code starts up. Type `/exit` to close the session, then bring it back. How you do that depends on the way you run Claude Code:
210+
211+
- **If you start it with the `claude` command in a terminal** — including the terminal built into VS Code (`` Ctrl+` ``) — run `claude --continue` in the project folder. It reopens the most recent conversation in that folder.
212+
- **If you work in the Claude Code extension panel** — there is no command line in it, so open the panel again (`Ctrl+Shift+P`**Claude Code: Open**) and type `/resume`, then pick this conversation from the list.
213+
214+
Either way the conversation comes back where it was, now with the new tools. There is no in-session command that reloads them: the set of servers is read once, when the process starts.
210215

211216
Here are all the available phases:
212217

docs/user-guide/1-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ python phase.py <phase_name>
115115

116116
For example: `python phase.py elicitation`
117117

118-
After switching phases you'll need to restart the session: `/exit`, then `claude --continue` the conversation is preserved. AInalyst will remind you to do this.
118+
After switching phases you'll need to restart the session: `/exit`, then `claude --continue` in a terminal — or `/resume` if you work in the Claude Code extension panel. The conversation is preserved either way. AInalyst will remind you to do this.
119119

120120
---
121121

0 commit comments

Comments
 (0)