Commit Graph

15 Commits

Author SHA1 Message Date
a267ad8114 feat: show context usage in tui status 2026-05-23 07:15:03 +09:00
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
6358affd76 chore: cargo fmt 2026-05-14 03:36:08 +09:00
e7064878c2 refactor: Podのメインループのリファクタリング 2026-05-14 03:27:49 +09:00
1803b0cf67 update: fmt + memoryに用いる言語の構成 2026-05-13 01:57:04 +09:00
2f84bd32ba feat(pod): wire knowledge slugs into # completion 2026-05-12 14:45:46 +09:00
560c23bc75 feat: Podのステータスを厳密にし、同期漏れを防ぐ 2026-05-04 12:55:11 +09:00
e2d1fa120f Implement workflow MVP 2026-05-02 00:46:47 +09:00
623b54cefc tuiの補完の実装 2026-04-30 12:46:48 +09:00
e3b36371e9 session-log-segments実装 2026-04-29 22:42:10 +09:00
0c29de1b10 greetingカードの作成 2026-04-15 10:35:15 +09:00
a0a9df11c0 cargo fmt 2026-04-14 03:13:36 +09:00
cdafd5d914 session-storeとして分離 2026-04-12 06:31:34 +09:00
0332d446cd historyを返すプロトコル 2026-04-12 03:37:49 +09:00
4c3f81b4fa cratesの整理 2026-04-11 02:48:50 +09:00