Skip to content

Commit c4ab3b7

Browse files
committed
Merge branch 'dev' into all
2 parents 7fe778f + 1d21b4a commit c4ab3b7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@jeffreycao/copilot-api",
4-
"version": "1.7.1",
4+
"version": "1.7.3",
55
"description": "Turn GitHub Copilot into OpenAI/Anthropic API compatible server. Usable with Claude Code Or Codex Or Opencode!",
66
"keywords": [
77
"proxy",

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)