📴 constants.ts

This commit is contained in:
nirholas
2026-03-31 10:24:31 +00:00
parent c2f76e3efa
commit 7c43cd5a3b

View File

@@ -31,3 +31,4 @@ export const TEAMMATE_COLOR_ENV_VAR = 'CLAUDE_CODE_AGENT_COLOR'
* When set to 'true', teammates must enter plan mode and get approval before writing code. * When set to 'true', teammates must enter plan mode and get approval before writing code.
*/ */
export const PLAN_MODE_REQUIRED_ENV_VAR = 'CLAUDE_CODE_PLAN_MODE_REQUIRED' export const PLAN_MODE_REQUIRED_ENV_VAR = 'CLAUDE_CODE_PLAN_MODE_REQUIRED'