multica/packages
yushen 8f4e894370 feat(ui): show in-chat system message when context compaction occurs
Add CompactionItem component that renders a subtle inline notification
in the chat stream when the agent compacts its context window. Extends
Message type with "system" role and handles compaction_end events in
useChat's handleStream.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 16:10:19 +08:00
..
core fix(agent): 3-layer defense against context window overflow 2026-02-12 14:52:19 +08:00
hooks feat(ui): show in-chat system message when context compaction occurs 2026-02-12 16:10:19 +08:00
sdk refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
store feat(ui): show in-chat system message when context compaction occurs 2026-02-12 16:10:19 +08:00
types refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
ui feat(ui): show in-chat system message when context compaction occurs 2026-02-12 16:10:19 +08:00
utils refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00