fix: stabilize ACP streaming updates (#2776)

This commit is contained in:
yetone
2025-10-16 21:28:45 +08:00
committed by GitHub
parent 994c049e88
commit 0971d8f421
3 changed files with 8 additions and 2 deletions

View File

@@ -266,6 +266,7 @@ M._defaults = {
command = "codex-acp",
env = {
NODE_NO_WARNINGS = "1",
HOME = os.getenv("HOME"),
OPENAI_API_KEY = os.getenv("OPENAI_API_KEY"),
},
},