|
|
b26bc420f1
|
feat: restore tui sessions by pod
|
2026-05-23 09:13:06 +09:00 |
|
|
|
5ade50dec5
|
update: tui -rの際のリストの時系列ソート
|
2026-05-23 08:02:05 +09:00 |
|
|
|
5ba4be1c9b
|
refactor: remove legacy plural log entries
|
2026-05-23 02:03:42 +09:00 |
|
|
|
8aca67c97c
|
style: run cargo fmt
|
2026-05-22 22:03:27 +09:00 |
|
|
|
3f3ead3b71
|
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 |
|
|
|
a6cc05f74c
|
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 |
|
|
|
d7ff25b6a7
|
update: 残存 Session 識別子の Segment 化(review follow-up)
レビュー指摘の通り、次の session-grouping-introduce で新 SessionId が
入る前に名称衝突を避けるため取り残しを掃除。
- PodError::Session{Empty,ScopeMissing} → Segment{Empty,ScopeMissing}
- ScopeLockError::SessionConflict → SegmentConflict
- Pod.session_state / SegmentState.set_session_id 系
- source_session_id / prev_session_id / ensure_session_head / short_session
- pod_cli の "Session ID:" 表示
- fs_store の sessions ローカル変数
|
2026-05-20 05:17:49 +09:00 |
|
|
|
0d7c37f673
|
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 |
|
|
|
d5dff6d17b
|
update: entry hash chain と session_head mutex を撤廃
- HashedEntry / EntryHash / compute_hash / build_chain 撤去、JSONL は 1 行 1 LogEntry
- SessionOrigin.at_hash → at_turn_index (TurnEnd 由来) に置換
- Pod 側 SessionHead mutex を ArcSwap<SessionId> + AtomicUsize の SessionState に置換
- ensure_head_or_fork は store の entry count と writer の append tally で判定
- session-store から sha2 / hex 依存、pod から parking_lot 依存を削除
|
2026-05-20 04:31:37 +09:00 |
|
|
|
7520dcad87
|
update: 書き込みの不要なasyncを削除
|
2026-05-14 19:16:48 +09:00 |
|
|
|
d2ee84775b
|
cargo fmt
|
2026-04-29 23:20:25 +09:00 |
|
|
|
010edf2c94
|
session-log-segments実装
|
2026-04-29 22:42:10 +09:00 |
|
|
|
1ab6dbcee3
|
session-log-decouple-item実装
|
2026-04-29 22:24:18 +09:00 |
|
|
|
71434b9d8b
|
scope-lock -> pod-registry
|
2026-04-29 20:01:32 +09:00 |
|
|
|
b9575f1534
|
tuiからセッションを復帰する経路の実装
|
2026-04-29 19:03:03 +09:00 |
|
|
|
e98a596235
|
不要なforkの削除
|
2026-04-28 20:19:50 +09:00 |
|
|
|
3c90729156
|
resumeの実装
|
2026-04-28 18:52:58 +09:00 |
|