Commit Graph

10 Commits

Author SHA1 Message Date
ekko 8ef700bee9 [codex] fix MoA command bridge events (#1829)
* feat: add MoA combination models

* fix moa command bridge events

* fix moa display history isolation

* fix moa resume and locale coverage
2026-06-29 12:25:10 +08:00
ekko f61afb41ca add learn bridge command (#1799) 2026-06-26 08:21:06 +08:00
Zhicheng Han 7bbe155b12 显示 fork 分割线并持久化 fork 点 (#1656)
* feat: add local chat fork command

* docs: add chat chain fragment for fork command

* feat(chat): persist fork point metadata

Record the copied child message that marks the fork boundary and surface it through resume/session client state.

* feat(chat): show fork timeline divider

Render fork lineage inline after the copied fork point and link back to the original session with in-app switching.

* fix(chat): use branch title and trim fork divider

Default fork titles now use branch: <original title>; the fork divider uses a branch icon and relies on the parent title link instead of a duplicate view-original button.

* fix(chat): preserve fork divider hydration metadata

* test(chat): accept fork command alias in registry contract

---------

Co-authored-by: ekko <152005280+EKKOLearnAI@users.noreply.github.com>
2026-06-19 15:18:31 +08:00
Zhicheng Han 449e99bea3 fix: 透传未知斜杠命令输入 (#1607)
* Refs #1380: pass through unknown slash commands

* docs: add chat chain fragment for issue #1380

* Harden slash command passthrough
2026-06-17 08:28:14 +08:00
ekko 0cb047c31e fix: title web slash command sessions (#1599)
* fix web slash command session titles

* docs update slash command title pr fragment

---------

Co-authored-by: Codex <codex@openai.com>
2026-06-16 18:42:43 +08:00
ekko 00dcc68561 fix: add reload skills chat command (#1596)
* fix reload skills command

* docs update reload skills pr fragment

---------

Co-authored-by: Codex <codex@openai.com>
2026-06-16 16:49:21 +08:00
ekko 16e6e9019b add skill command picker (#1530) 2026-06-13 13:07:25 +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 badb17cf8e [codex] integrate goal command workflow (#1025)
* feat: integrate goal command workflow

* fix: keep goal done visible

* fix: add goal done slash command

* fix: promote queued message on run start
2026-05-25 19:26:23 +08:00
ekko 0eab6a1125 Fix plan command support in web bridge (#1018)
* fix: support plan command in web bridge

* fix: preserve queued bridge messages

* fix: avoid duplicate queued plan messages

* fix: preserve plan command semantics

---------

Co-authored-by: Codex <codex@openai.com>
2026-05-25 15:48:17 +08:00