Skip to content

Commit f97f2bb

Browse files
committed
chore: add CLAUDE_CODE_ENABLE_AWAY_SUMMARY env var
1 parent 59168aa commit f97f2bb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/start.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ export async function runServer(options: RunServerOptions): Promise<void> {
122122
CLAUDE_CODE_ATTRIBUTION_HEADER: "0",
123123
CLAUDE_CODE_ENABLE_PROMPT_SUGGESTION: "false",
124124
CLAUDE_CODE_DISABLE_TERMINAL_TITLE: "true",
125+
CLAUDE_CODE_ENABLE_AWAY_SUMMARY: "0",
125126
CLAUDE_PLUGIN_ENABLE_QUESTION_RULES: "true",
126127
},
127128
"claude",

0 commit comments

Comments
 (0)