Commit Graph

19 Commits

Author SHA1 Message Date
ekko 8620ba9449 fix execute_code guard bridge compatibility (#1910) 2026-07-03 10:35:06 +08:00
ekko 751802fbd4 [codex] fix desktop mcp shutdown (#1871)
* fix desktop mcp shutdown

* docs desktop mcp shutdown
2026-07-01 09:21:25 +08:00
ekko 983e16714c fix bridge session workspace cwd (#1796) 2026-06-25 17:53:58 +08:00
ekko 8119a7403d drop inherited anthropic auth token (#1641) 2026-06-18 12:46:41 +08:00
ekko b2d5b62e86 [codex] hot switch session model in bridge (#1563)
* hot switch session model in bridge

* record session model hot switch pr

* fix desktop tool call item width

* widen desktop tool call item
2026-06-15 09:31:25 +08:00
ekko 3ab875998b [codex] Improve write gate and desktop startup UX (#1496)
* Split Hermes bridge Python modules

* Add Hermes write gate controls

* Adjust approval prompt width

* Improve write gate and desktop startup UX

* Fix bridge runtime patch sync

---------

Co-authored-by: Codex <codex@openai.com>
2026-06-11 20:21:13 +08:00
IvanShang be9363ce38 fix(server): sync bridge result tail on errors (#1447)
* fix(server): sync bridge result tail on errors

* docs: add chat chain fragment for bridge tail sync
2026-06-10 07:10:33 +08:00
ekko c7809c1f69 fix execute code approval memory 2026-06-06 09:06:52 +08:00
ekko 49b6ec6da1 avoid bridge worker startup on resume 2026-06-05 10:28:52 +08:00
ekko aa7c1c4fbb fix windows bridge logs and mobile headers (#1198) 2026-06-01 11:58:54 +08:00
ekko b015e70b9d [codex] fix MCP management lifecycle (#1144)
* feat(mcp): add MCP server management UI

- Server CRUD: add/edit/remove with YAML/JSON Monaco editor
- raw_config passthrough: zero field loss on edit/toggle
- tool_details embedding: single-request card data (1+N → 1)
- Auto-retry exponential backoff (2s→32s, max 5 retries)
- Route safety guards (hasRoute) for dynamic sidebar
- i18n: 9 languages (de/en/es/fr/ja/ko/pt/zh/zh-TW)
- 19 unit tests + 8 UX browser tests
- 35 files, +2933 lines

* fix mcp management lifecycle

---------

Co-authored-by: Crafter-feng <succeed_happu@163.com>
2026-05-30 11:06:08 +08:00
ekko 14466dfc9f make bridge worker transport configurable (#1106) 2026-05-28 22:33:33 +08:00
ekko d610c3d1b9 fix preview runtime isolation and shutdown (#1088) 2026-05-28 13:50:52 +08:00
ekko 82680f5c0b fix clarify replay and compression timeout (#1044) 2026-05-26 19:15:22 +08:00
ekko ad1cab277a fix context token resume (#1039) 2026-05-26 16:32:07 +08:00
ekko 4092962db3 fix performance monitor worker blocking 2026-05-23 09:53:04 +08:00
ekko 8c4c6d6681 fix performance monitor worker blocking 2026-05-23 09:53:04 +08:00
ekko c184519c5d add bridge performance monitoring 2026-05-23 09:09:54 +08:00
ekko 3f16c4a20e Allow bridge sessions to run concurrently (#932)
* Allow bridge sessions to run concurrently

* Stabilize bridge concurrency test

* Set bridge approval timeout to 120 seconds

* harden bridge approval concurrency

---------

Co-authored-by: Codex <codex@openai.com>
2026-05-22 15:52:00 +08:00