We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7fe778f + 1d21b4a commit c4ab3b7Copy full SHA for c4ab3b7
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
@@ -122,6 +122,7 @@ export async function runServer(options: RunServerOptions): Promise<void> {
122
CLAUDE_CODE_ATTRIBUTION_HEADER: "0",
123
CLAUDE_CODE_ENABLE_PROMPT_SUGGESTION: "false",
124
CLAUDE_CODE_DISABLE_TERMINAL_TITLE: "true",
125
+ CLAUDE_CODE_ENABLE_AWAY_SUMMARY: "0",
126
CLAUDE_PLUGIN_ENABLE_QUESTION_RULES: "true",
127
},
128
"claude",
0 commit comments