Commit Graph

38 Commits

Author SHA1 Message Date
2f3adc3d14 fix: refine command mode footer 2026-05-25 01:08:41 +09:00
a4358eed14 feat: add manual compact command 2026-05-24 08:59:44 +09:00
6e8aa92e38 feat: add TUI command mode 2026-05-24 08:32:21 +09:00
8d6b47bef1 feat: queue tui input during runs 2026-05-23 13:57:22 +09:00
e2688da828 feat: restore tui sessions by pod 2026-05-23 09:13:06 +09:00
48625f5077 update: tui -rの際のリストの時系列ソート 2026-05-23 08:02:05 +09:00
e29861f787 fix: preserve tui input during streaming 2026-05-23 07:15:39 +09:00
12a4ba5edf feat: resume pods by name 2026-05-22 22:57:16 +09:00
842e7a3c58 update: session-grouping review follow-up
- PickerOutcome::Picked から未使用の session_id を除去(pod-cli が lookup_session_of で再解決)
- picker preview が singular AssistantItem も拾うように
- fs_store layout doc に migration(後方互換なし、旧 flat sessions は破棄)を明記
- TaskStore は Session-lifetime、ScopedFs/Tracker は Pod-process lifetime と用語整理
- Pod::session_id / from_manifest_spawned のコメント補強
2026-05-20 06:29:37 +09:00
e8c16be475 feat: Session(Segment 群の grouping)を導入
- SessionId 型を新設、各 SegmentStart に session_id を持たせる
- compaction / 内部 fork は同 SessionId を継承、fork() は新 Session を発行
- Store API を (SessionId, SegmentId) ベースに、FsStore layout は
  <root>/<session_id>/<segment_id>.jsonl に
- Store::list_sessions / list_segments(session_id) / lookup_session_of を追加
- restore_by_segment shim を session-store に提供(pod-cli --session で使用)
- SegmentState に SegmentLocation (session_id, segment_id) を保持し ArcSwap で更新
- RestoredState に session_id: Option<SessionId> を追加
- Picker は Session 単位に列挙、leaf segment を解決して resume
2026-05-20 06:17:56 +09:00
d5fcbc2125 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
1ef094f039 refactor: Podのメインループのリファクタリング 2026-05-14 03:27:49 +09:00
92cee690f8 feat: client-crateの実装 2026-05-10 00:57:50 +09:00
8ebdd47fbb feat: compactのプログレス表示 2026-05-09 03:11:53 +09:00
1ed45032be feat: TUIのmarkdown対応 2026-05-05 18:30:25 +09:00
17a7744da1 feat: TUI上に進行中のTaskを表示する実装 2026-05-04 17:06:02 +09:00
3266ddb2d4 feat: Pos処理の非同期化・Busy状態の削除 2026-05-04 15:52:27 +09:00
4eb73fa552 feat: Podのステータスを厳密にし、同期漏れを防ぐ 2026-05-04 12:55:11 +09:00
5fbb9c47dd update: tuiからspawnする際にエラー詳細が落ちていた問題を修正 2026-05-03 21:47:54 +09:00
97a1c10ef7 update: tuiの文字入力のCtrlブロックを追加 2026-05-03 00:44:38 +09:00
0e98d67a5f feat(tui): マウスホイールでスクロールする実装 2026-05-01 23:14:16 +09:00
a05d7533b0 TUI補完の細かい挙動修正 2026-04-30 14:38:03 +09:00
621acbe224 tuiの補完の実装 2026-04-30 12:46:48 +09:00
99d6a4cf4b tuiの単語単位Backspace 2026-04-29 21:31:19 +09:00
9782323885 tuiの単語境界カーソル移動実装 2026-04-29 21:23:29 +09:00
d1be97fbc2 resumeの実装 2026-04-28 18:52:58 +09:00
cabf9c967c cargo fmt 2026-04-27 22:51:07 +09:00
f8fe6f83aa home-dirの整理 2026-04-27 21:45:30 +09:00
325ae6fa27 pod-spawn-ui完了・設定UI関連のチケット作成 2026-04-27 17:38:32 +09:00
5ebdeff76d tuiからSpawnする仮UI 2026-04-27 16:22:06 +09:00
84fedd8048 TUIのオーバーホール実装 2026-04-21 23:12:35 +09:00
223d06c77e TUIからPauseする実装 2026-04-19 14:27:53 +09:00
aa138e6583 プロトコル経由のshutdow経路 2026-04-16 13:49:53 +09:00
a0a9df11c0 cargo fmt 2026-04-14 03:13:36 +09:00
8b120504a7 TUIをinline viewportに変更 2026-04-12 07:32:06 +09:00
0e7a7b02fe Pod切断時にTUIがハングする問題 2026-04-12 04:22:26 +09:00
b19eb52511 history取得:TUI側の実装 2026-04-12 03:44:45 +09:00
4c3f81b4fa cratesの整理 2026-04-11 02:48:50 +09:00