Skip to content

Commit dc2939b

Browse files
authored
Merge pull request #32 from cuipengfei/czy-all
Sync caozhiyuan all v1.7.3
2 parents 1bcbe05 + c4ab3b7 commit dc2939b

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
@@ -135,6 +135,7 @@ export async function runServer(options: RunServerOptions): Promise<void> {
135135
CLAUDE_CODE_ATTRIBUTION_HEADER: "0",
136136
CLAUDE_CODE_ENABLE_PROMPT_SUGGESTION: "false",
137137
CLAUDE_CODE_DISABLE_TERMINAL_TITLE: "true",
138+
CLAUDE_CODE_ENABLE_AWAY_SUMMARY: "0",
138139
CLAUDE_PLUGIN_ENABLE_QUESTION_RULES: "true",
139140
},
140141
"claude",

0 commit comments

Comments
 (0)