()
| 125 | } |
| 126 | |
| 127 | function getHooksSection(): string { |
| 128 | return `Users may configure 'hooks', shell commands that execute in response to events like tool calls, in settings. Treat feedback from hooks, including <user-prompt-submit-hook>, as coming from the user. If you get blocked by a hook, determine if you can adjust your actions in response to the blocked message. If not, ask the user to check their hooks configuration.` |
| 129 | } |
| 130 | |
| 131 | function getSystemRemindersSection(): string { |
| 132 | return `- Tool results and user messages may include <system-reminder> tags. <system-reminder> tags contain useful information and reminders. They are automatically added by the system, and bear no direct relation to the specific tool results or user messages in which they appear. |
no outgoing calls
no test coverage detected