We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1bcbe05 + c4ab3b7 commit dc2939bCopy full SHA for dc2939b
2 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"$schema": "https://json.schemastore.org/package.json",
3
"name": "@jeffreycao/copilot-api",
4
- "version": "1.7.1",
+ "version": "1.7.3",
5
"description": "Turn GitHub Copilot into OpenAI/Anthropic API compatible server. Usable with Claude Code Or Codex Or Opencode!",
6
"keywords": [
7
"proxy",
src/start.ts
@@ -135,6 +135,7 @@ export async function runServer(options: RunServerOptions): Promise<void> {
135
CLAUDE_CODE_ATTRIBUTION_HEADER: "0",
136
CLAUDE_CODE_ENABLE_PROMPT_SUGGESTION: "false",
137
CLAUDE_CODE_DISABLE_TERMINAL_TITLE: "true",
138
+ CLAUDE_CODE_ENABLE_AWAY_SUMMARY: "0",
139
CLAUDE_PLUGIN_ENABLE_QUESTION_RULES: "true",
140
},
141
"claude",
0 commit comments