Commit Graph

41 Commits

Author SHA1 Message Date
a87d315471
feat: weak companion progress notify 2026-06-13 00:18:41 +09:00
507863f86a
fix: lock project role feature surfaces 2026-06-09 21:31:33 +09:00
2fd37afb9e
fix: align pod feature flag naming 2026-06-09 21:21:40 +09:00
f0f6cc92d8
feat: gate built-in tools by profile features 2026-06-09 21:05:38 +09:00
d8aed7befe
tool: add execution context 2026-06-09 19:31:11 +09:00
501dcc916f
fix: show initial TUI user message 2026-06-01 11:13:28 +09:00
b3fe725742
fix: keep scope subdelegation control-only 2026-05-30 14:01:09 +09:00
a47f2c4689
fix: preserve terminal turn failures 2026-05-30 09:02:11 +09:00
211738132c
refactor: split pod metadata store 2026-05-30 07:16:50 +09:00
d5d50a3214
fix: suppress pod socket peer disconnect noise 2026-05-30 02:20:33 +09:00
be753099ae feat: surface llm retry and continuation state 2026-05-26 07:13:59 +09:00
03e7795130 feat: rollback empty interrupted turns 2026-05-23 12:50:46 +09:00
4795b6cb4a refactor: remove legacy plural log entries 2026-05-23 02:03:42 +09:00
58608c4f57 feat: wire pod metadata lifecycle writes 2026-05-22 22:29:08 +09:00
93c91e7c06 style: run cargo fmt 2026-05-22 22:03:27 +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
35988f3249 update: Paused→Run の interrupt 前処理を Pod::run に内包 2026-05-15 21:51:57 +09:00
988495cfea update: 書き込みの不要なasyncを削除 2026-05-14 19:16:48 +09:00
f9def2d5bb update: SystemItem1本化 2026-05-14 14:36:29 +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
8d2ca5d530 feat: add manifest output upload limits 2026-05-12 16:20:15 +09:00
954cf200e2 feat: Pos処理の非同期化・Busy状態の削除 2026-05-04 15:52:27 +09:00
560c23bc75 feat: Podのステータスを厳密にし、同期漏れを防ぐ 2026-05-04 12:55:11 +09:00
9e58149dda feat: notify-history-persist実装 2026-05-03 19:27:22 +09:00
702ed79517 feat: TUIに他Podからの通知を表示する 2026-05-03 12:45:05 +09:00
261c682e5e update: memoryシステム周りのプロンプトの整理 2026-05-03 00:27:10 +09:00
d7bc7ab3dd ファイル参照を与えた際に自動的に読ませる実装 2026-04-30 21:58:10 +09:00
7a0ed7d744 cargo fmt 2026-04-27 22:51:07 +09:00
0a3af686f7 submitをvec segmentを受け付ける形に変更 2026-04-27 11:03:58 +09:00
230936274b llm-model-configの実装 2026-04-19 23:32:14 +09:00
223d06c77e TUIからPauseする実装 2026-04-19 14:27:53 +09:00
255e370856 pod-upstream-event実装 2026-04-19 08:20:07 +09:00
74ee96ef82 Notificationの実装 2026-04-18 17:48:35 +09:00
aa138e6583 プロトコル経由のshutdow経路 2026-04-16 13:49:53 +09:00
2db2c1611c scopeの再設計 2026-04-14 12:09:18 +09:00
a0a9df11c0 cargo fmt 2026-04-14 03:13:36 +09:00
bcc7faa0ba compactの実装 2026-04-12 07:09:48 +09:00
cdafd5d914 session-storeとして分離 2026-04-12 06:31:34 +09:00
496038307f プロトコルStreamのユーティリティ共通化 2026-04-11 15:58:52 +09:00
4c3f81b4fa cratesの整理 2026-04-11 02:48:50 +09:00