mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 12:03:49 +00:00
- before_agent_start handlers can return systemPromptAppend to dynamically append text to the system prompt for that turn - Multiple hooks' systemPromptAppend strings are concatenated - Multiple hooks' messages are now all injected (not just first) - Tool registry now contains ALL built-in tools (read, bash, edit, write, grep, find, ls) regardless of --tools flag - --tools only sets initially active tools, hooks can enable any via setActiveTools() - System prompt automatically rebuilds when tools change, updating tool descriptions and guidelines - Add pirate.ts example hook demonstrating systemPromptAppend - Update hooks.md with systemPromptAppend documentation |
||
|---|---|---|
| .. | ||
| compaction.md | ||
| custom-tools.md | ||
| extension-loading.md | ||
| hooks.md | ||
| rpc.md | ||
| sdk.md | ||
| session-tree-plan.md | ||
| session.md | ||
| skills.md | ||
| theme.md | ||
| tree.md | ||
| tui.md | ||