Commit Graph

110 Commits

Author SHA1 Message Date
a87d315471
feat: weak companion progress notify 2026-06-13 00:18:41 +09:00
7eff9301b9
fix: separate workspace root from cwd 2026-06-12 01:03:33 +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
248744f9cd
fix: keep SpawnPod cwd separate 2026-06-08 17:06:50 +09:00
3dd77079f1
feat: add SpawnPod cwd 2026-06-08 16:23:37 +09:00
f43c8ac65c
fix: validate delegation path sets exactly 2026-06-08 15:37:13 +09:00
a4a9b002c6
feat: split direct and delegation scope authority 2026-06-08 15:22:39 +09:00
e6c458021c
rename: adopt yoi identity 2026-06-01 18:49:23 +09:00
501dcc916f
fix: show initial TUI user message 2026-06-01 11:13:28 +09:00
22d974a722
cli: move product entrypoint to insomnia 2026-05-31 22:07:52 +09:00
c618fa694c
cli: remove pod command env override 2026-05-31 19:03:49 +09:00
9e886bc73e
cli: rename pod command crate to insomnia 2026-05-31 15:49:14 +09:00
0d7d3c7bf1
cli: remove insomnia-pod binary output 2026-05-31 14:59:22 +09:00
5472ceca48
pod: simplify pod tool surface 2026-05-31 11:50:41 +09:00
4c189fb0da
merge: spawnpod profile tool 2026-05-30 14:18:48 +09:00
e65c023d4f
feat: add SpawnPod profile selection 2026-05-30 14:06:28 +09:00
b3fe725742
fix: keep scope subdelegation control-only 2026-05-30 14:01:09 +09:00
2533a3d5d3
chore: remove nix mentions from rust 2026-05-30 12:10:37 +09:00
23f234d095
fix: preserve spawn event trace setting 2026-05-30 09:30:05 +09:00
a47f2c4689
fix: preserve terminal turn failures 2026-05-30 09:02:11 +09:00
d2e80871ce
fix: reconcile missing delegated children 2026-05-30 07:46:09 +09:00
e10b4ad4f0
refactor: move scope authority to pod store 2026-05-30 07:36:17 +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
0b23aa8191 fix: rename installed binaries 2026-05-29 09:28:31 +09:00
8c6a4acf5f fix: suppress memory idle skip notices 2026-05-27 18:55:58 +09:00
88619f36cf merge: memory consolidation skip observability 2026-05-26 08:37:32 +09:00
3f260d7d4e fix: confirm SpawnPod initial run delivery 2026-05-26 08:37:24 +09:00
bb917246ec fix: suppress memory idle skip notices 2026-05-26 08:03:17 +09:00
be753099ae feat: surface llm retry and continuation state 2026-05-26 07:13:59 +09:00
891b6d91fd test: clean up compact event assertion 2026-05-24 09:39:57 +09:00
cabc556b2c feat: add manual compact command 2026-05-24 08:59:44 +09:00
03e7795130 feat: rollback empty interrupted turns 2026-05-23 12:50:46 +09:00
044032ef2b merge: pod-discovery-restore-tools 2026-05-23 12:04:59 +09:00
fd1b06198e feat: add visible pod discovery tools 2026-05-23 12:04:45 +09:00
d5da95499d fix: remove memory extract input cap 2026-05-23 09:14:07 +09:00
a26f18c466 fix: reclaim delegated scope from stopped children 2026-05-23 08:38:42 +09:00
a267ad8114 feat: show context usage in tui status 2026-05-23 07:15:03 +09:00
369a5931bc merge: prune-token-budget 2026-05-23 05:00:15 +09:00
9ee7f04805 feat: protect prune tail by token budget 2026-05-23 05:00:06 +09:00
767400d5c2 fix: drain snapshots before pod callbacks 2026-05-23 04:57:03 +09:00
4795b6cb4a refactor: remove legacy plural log entries 2026-05-23 02:03:42 +09:00
1e0dc6566c feat: persist spawned pod registry 2026-05-22 23:30:02 +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
a9340a8817 feat: live auto-fork の marker 形式を確定(seq 比較 + forked_from 記録)
方針: 末尾 entry-count 比較で検知し、元 Segment は immutable のまま
(terminal marker を書き戻さない)。fork lineage は新 Segment の
SegmentStart.forked_from に前向きに記録するため、log だけから辿れる。
過去 fork と対称で、nested fork も marker 位置の調停が不要。

- session-store ensure_head_or_fork に at_turn_index 引数を追加し
  新 Segment へ forked_from を記録
- pod ensure_segment_head の auto-fork も同様に forked_from を記録
  (at_turn_index = writer の現 turn_count)
- fork_at の doc に「元 Segment を mutate しない」invariant を明記
- test: nested past-fork が祖先を不変に保つ / Pod 並行 writer drift で
  auto-fork し forked_from を記録 / 元 Segment に marker が書かれない
2026-05-20 06:42:09 +09:00
5edc4d3b03 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