fix(codex): improve web rendering for Codex events (#544)

* test(codex): add web event rendering harness

* fix(codex): surface plan updates in web

* fix(codex): render MCP tool calls in web

* fix(codex): improve terminal and context display

* fix(codex): format token usage events

* fix(codex): show status context in web

* fix(codex): preserve tool result errors
This commit is contained in:
CoColate
2026-04-29 17:22:45 +08:00
committed by GitHub
parent a612be50d6
commit e76738aa5a
27 changed files with 1138 additions and 15 deletions
+1
View File
@@ -27,6 +27,7 @@
},
"devDependencies": {
"concurrently": "^9.2.1",
"playwright": "1.49.1",
"react-devtools-core": "^7.0.1",
"vite-plugin-pwa": "^1.2.0"
}