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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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
}
}