Commit Graph

13 Commits

Author SHA1 Message Date
22f5d02385 update: SessionId / SessionStart / SessionOrigin 等を Segment 系名称へ
- Type/Function/Variantを Segment* 系へ統一
  - SessionId/SessionStart/SessionOrigin/SessionStartState/SessionState/SessionLogSink/SessionLockInfo
  - new_session_id / session_id / create_session* / list_sessions / lookup_session / update_session / find_by_session
  - protocol Event::SessionRotated → SegmentRotated、CompactDone.new_session_id → new_segment_id
- Module: session_log → segment_log / session → segment (file mv 含む)
  pod 側の session_log_sink → segment_log_sink も同様
- crate 名 (session-store)、CLI flag (--session)、ResumeWithSession (CLI tied) は据え置き
- session-tests/session_metrics_test 等の Store impl も追従
2026-05-20 05:06:04 +09:00
41bce21339 feat: compactのプログレス表示 2026-05-09 03:11:53 +09:00
a0771608b1 Merge branch 'tui-system-message-render' into develop 2026-05-04 12:10:17 +09:00
a0e1583916 feat: システムメッセージをTUIで表示させる 2026-05-04 12:04:09 +09:00
e6b6df09b8 feat: tuiのトークン集計表示の修正 2026-05-04 00:01:37 +09:00
702ed79517 feat: TUIに他Podからの通知を表示する 2026-05-03 12:45:05 +09:00
f385f06abc tui-thinking-display修正 2026-04-28 16:22:45 +09:00
cf4c454a03 TUIにThinkingを表示する実装 2026-04-28 16:10:48 +09:00
7a0ed7d744 cargo fmt 2026-04-27 22:51:07 +09:00
0a3af686f7 submitをvec segmentを受け付ける形に変更 2026-04-27 11:03:58 +09:00
2ee536ed71 Method::NotifyとEvent::Notificationが紛らわしい問題 2026-04-26 23:25:50 +09:00
270d7923ab TUIのEditツール周りの表示とカラー 2026-04-22 01:17:58 +09:00
72128aab9f TUIのオーバーホール実装 2026-04-21 23:12:35 +09:00