|
|
fbe8e64410
|
chore: handle rolled back run result clients
|
2026-05-23 12:51:40 +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 |
|
|
|
7577577c9f
|
update: Session-lifetime/scoped を Pod-lifetime に修正
タスクストア/ファイルトラッカーは compaction を跨いで Pod プロセス寿命まで生きる。
旧 SessionId = Segment の時代の表現を Pod-lifetime に正す。pod_cli の表示も Segment: に。
|
2026-05-20 05:06:38 +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 |
|
|
|
7520dcad87
|
update: 書き込みの不要なasyncを削除
|
2026-05-14 19:16:48 +09:00 |
|
|
|
0f76142993
|
refactor: Podのメインループのリファクタリング
|
2026-05-14 03:27:49 +09:00 |
|
|
|
8be579dc3c
|
feat: tuiのトークン集計表示の修正
|
2026-05-04 00:01:37 +09:00 |
|
|
|
ee6d2d2100
|
submitをvec segmentを受け付ける形に変更
|
2026-04-27 11:03:58 +09:00 |
|
|
|
b1e4572823
|
llm-model-configの実装
|
2026-04-19 23:32:14 +09:00 |
|
|
|
aa8a1ee64b
|
プロトコル経由のshutdow経路
|
2026-04-16 13:49:53 +09:00 |
|
|
|
e8a5fe557a
|
podのマニフェストの分離実装
|
2026-04-16 00:54:27 +09:00 |
|
|
|
db02afb74f
|
scopeの再設計
|
2026-04-14 12:09:18 +09:00 |
|
|
|
9eef8117c8
|
cargo fmt
|
2026-04-14 03:13:36 +09:00 |
|
|
|
46526ed262
|
session-storeとして分離
|
2026-04-12 06:31:34 +09:00 |
|
|
|
61a977779e
|
Podにキーを渡す実装
|
2026-04-11 19:28:59 +09:00 |
|
|
|
e1cf8fad0f
|
Workerの自動キャッシュロック
|
2026-04-11 18:47:33 +09:00 |
|
|
|
5af96aa191
|
Max Turnの実装
|
2026-04-11 03:16:36 +09:00 |
|
|
|
8d18357460
|
cratesの整理
|
2026-04-11 02:48:50 +09:00 |
|