Commit Graph

30 Commits

Author SHA1 Message Date
de653f546a
feat: rollback empty interrupted turns 2026-05-23 12:50:46 +09:00
5ba4be1c9b
refactor: remove legacy plural log entries 2026-05-23 02:03:42 +09:00
0954a4804a
feat: wire pod metadata lifecycle writes 2026-05-22 22:29:08 +09:00
8aca67c97c
style: run cargo fmt 2026-05-22 22:03:27 +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
282a857248
update: Paused→Run の interrupt 前処理を Pod::run に内包 2026-05-15 21:51:57 +09:00
7520dcad87
update: 書き込みの不要なasyncを削除 2026-05-14 19:16:48 +09:00
fe9cecb51a
update: SystemItem1本化 2026-05-14 14:36:29 +09:00
63e27b2dee
chore: cargo fmt 2026-05-14 03:36:08 +09:00
0f76142993
refactor: Podのメインループのリファクタリング 2026-05-14 03:27:49 +09:00
86fc889606
feat: add manifest output upload limits 2026-05-12 16:20:15 +09:00
c48b99cfe3
feat: Pos処理の非同期化・Busy状態の削除 2026-05-04 15:52:27 +09:00
0be30052c1
feat: Podのステータスを厳密にし、同期漏れを防ぐ 2026-05-04 12:55:11 +09:00
e8045776f2
feat: notify-history-persist実装 2026-05-03 19:27:22 +09:00
9010a920a4
feat: TUIに他Podからの通知を表示する 2026-05-03 12:45:05 +09:00
4b9b4f1450
update: memoryシステム周りのプロンプトの整理 2026-05-03 00:27:10 +09:00
c331936455
ファイル参照を与えた際に自動的に読ませる実装 2026-04-30 21:58:10 +09:00
7d0b639fa4 cargo fmt 2026-04-27 22:51:07 +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
0284b5a76f TUIからPauseする実装 2026-04-19 14:27:53 +09:00
7637f0e440 pod-upstream-event実装 2026-04-19 08:20:07 +09:00
5786fedc1c Notificationの実装 2026-04-18 17:48:35 +09:00
aa8a1ee64b プロトコル経由のshutdow経路 2026-04-16 13:49:53 +09:00
db02afb74f scopeの再設計 2026-04-14 12:09:18 +09:00
9eef8117c8 cargo fmt 2026-04-14 03:13:36 +09:00
48e62f65df compactの実装 2026-04-12 07:09:48 +09:00
46526ed262 session-storeとして分離 2026-04-12 06:31:34 +09:00
b15a5ceffc プロトコルStreamのユーティリティ共通化 2026-04-11 15:58:52 +09:00
8d18357460 cratesの整理 2026-04-11 02:48:50 +09:00