Commit Graph

2 Commits

Author SHA1 Message Date
牧濑红莉栖(BOT) 0bfa9d2ed4 fix(coding-agent): 持久化会话 API 模式 (#1944)
* fix(coding-agent): persist API mode per session

* docs(chat-chain): document coding agent API mode persistence

---------

Co-authored-by: x1051445024 <你的GitHub注册邮箱>
2026-07-06 08:17:49 +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