fix(batch): restore per-tool UI feedback + UX improvements (#4387)

This commit is contained in:
Baptiste Cavallo
2025-11-16 23:31:41 +01:00
committed by GitHub
parent 832be6e7eb
commit 72e604744d
2 changed files with 70 additions and 16 deletions

View File

@@ -1,4 +1,7 @@
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-openai-codex-auth"]
"plugin": ["opencode-openai-codex-auth"],
"experimental": {
"batch_tool": true
}
}