Commit Graph

7 Commits

Author SHA1 Message Date
ekko 76ce827b66 Add workspace run diff cards (#1895) 2026-07-02 14:36:25 +08:00
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 5cc62f28eb add session archive flow (#1805) 2026-06-26 13:50:21 +08:00
ekko 4e4c10f6e1 [codex] add fork message action (#1670)
* feat(chat): add message fork action

Use a Y-shaped repo-forked icon in fork UI and expose the current-tail /fork action in the last message meta action row instead of the input toolbar. Keep terminal fork commands out of optimistic run/thinking state so no model activity is implied.

* fix(chat): debounce fork message action

* fix chat session click after fork

---------

Co-authored-by: Zhicheng Han <zhicheng.han@mathematik.uni-goettingen.de>
2026-06-19 15:31:35 +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
ekko fe9cd83d37 Add Hermes native session title sync (#1306) 2026-06-04 10:20:15 +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