You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The session-start script runs repository status reporting and tool discovery, then injects the results into the agent's context. See [Session Hooks](development/session-hooks.md) for supported tools and details.
Copy file name to clipboardExpand all lines: .ai-workspace/docs/features/tool-discovery.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Tool Discovery detects installed CLI tools on your system and tells AI agents ab
4
4
5
5
!!! info "Requires hook support"
6
6
7
-
Tool discovery context is injected via session hooks, which currently work with [Claude Code](https://code.claude.com/docs/en/hooks) and [OpenCode](https://opencode.ai/docs/plugins/).
7
+
Tool discovery context is injected via session hooks. See [Session Hooks](../development/session-hooks.md) for which tools are supported and how to add more.
8
8
9
9
Other tools can still use the workspace but won't receive automatic tool discovery context.
Copy file name to clipboardExpand all lines: .ai-workspace/docs/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ A meta-repository template that aggregates related repositories using git submod
70
70
71
71
Some AI tools support **hooks** -- scripts that run automatically at specific lifecycle points (e.g., session start, pre-prompt). This workspace uses a session-start hook to inject context into the agent before it begins work.
72
72
73
-
For tools with hook support ([Claude Code](https://code.claude.com/docs/en/hooks), [OpenCode](https://opencode.ai/docs/plugins/)), the session-start script runs automatically when an AI session begins:
73
+
For tools with hook support ([Claude Code](https://code.claude.com/docs/en/hooks), [OpenCode](https://opencode.ai/docs/plugins/), [Cursor](https://cursor.com/docs/agent/hooks), [Gemini CLI](https://geminicli.com/docs/hooks/)), the session-start script runs automatically when an AI session begins:
74
74
75
75
```mermaid
76
76
graph LR
@@ -95,7 +95,7 @@ These are two independent flows -- session hooks handle runtime context, pre-com
95
95
96
96
!!! info "Other AI tools"
97
97
98
-
Tools without hook support (Cursor, Roo Code, etc.) still work with skills, commands, and agent docs -- they just won't get automatic session-start context injection.
98
+
Tools without hook support still work with skills, commands, and agent docs -- they just won't get automatic session-start context injection. See [Session Hooks](development/session-hooks.md) for which tools are supported and how to add more.
0 commit comments