diff --git a/src/vm.ts b/src/vm.ts index 6e1728d..5417215 100644 --- a/src/vm.ts +++ b/src/vm.ts @@ -220,7 +220,6 @@ async function configureEnvironment(home: string, apiKey: string): Promise const hooks = { UserPromptSubmit: [{ hooks: [{ type: "command", command: `${activityBin} active` }] }], PreToolUse: [{ hooks: [{ type: "command", command: `${activityBin} active` }] }], - Stop: [{ hooks: [{ type: "command", command: `${activityBin} idle` }] }], } const statusLine = { type: "command", command: `/home/${USER}/.local/bin/sandlot-statusline` } const settingsJson = JSON.stringify({ apiKeyHelper: "~/.claude/api-key-helper.sh", skipDangerousModePermissionPrompt: true, hooks, statusLine })