mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 20:03:05 +00:00
docs: fix outdated custom tools paths and add missing header shortcut (#283)
* docs: fix custom tools example paths to use index.ts structure * fix: add missing ctrl+g shortcut to startup header * docs: fix /session -> /resume for session switching references
This commit is contained in:
parent
2953a9d8d4
commit
7470dde1e9
5 changed files with 10 additions and 7 deletions
|
|
@ -120,7 +120,7 @@ user branches (/branch)
|
|||
├─► session (reason: "before_branch", can cancel)
|
||||
└─► session (reason: "branch", AFTER branch)
|
||||
|
||||
user switches session (/session)
|
||||
user switches session (/resume)
|
||||
│
|
||||
├─► session (reason: "before_switch", can cancel)
|
||||
└─► session (reason: "switch", AFTER switch)
|
||||
|
|
@ -165,7 +165,7 @@ pi.on("session", async (event, ctx) => {
|
|||
|
||||
**Reasons:**
|
||||
- `start`: Initial session load on startup
|
||||
- `before_switch` / `switch`: User switched sessions (`/session`)
|
||||
- `before_switch` / `switch`: User switched sessions (`/resume`)
|
||||
- `before_clear` / `clear`: User cleared the session (`/clear`)
|
||||
- `before_branch` / `branch`: User branched the session (`/branch`)
|
||||
- `shutdown`: Process is exiting (double Ctrl+C, Ctrl+D, or SIGTERM)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue