Commit Graph
64 Commits
Author SHA1 Message Date
Hare 8a3e06bc81 feat: add selective Workdir symlink policies 2026-09-14 19:09:12 +09:00
Hare 68f00bc948 refactor: broker SubWorker Workdir tools through parent 2026-09-06 02:17:44 +09:00
Hare 8ffb716817 fix: preserve workdir operation error classifications 2026-08-31 23:14:23 +09:00
Hare 62eaefb1fa feat: spill long bash output to worker temp storage 2026-08-31 16:52:27 +09:00
Hare 80c1f48f0e fix: allow Grep to target a file 2026-08-30 19:50:57 +09:00
Hare 0e3ef94c9e feat: merge web console tool call presentation 2026-08-29 13:21:35 +09:00
Hare 1f68dfc2b5 fix: group grep content output by file 2026-08-28 02:05:12 +09:00
Hare f5ff0b7c13 fix: confirm bash cancellation cleanup 2026-08-27 23:01:06 +09:00
Hare 58cc94d4b7 fix: terminalize interrupted tool executions 2026-08-27 20:54:13 +09:00
Hare 060f280fdf fix: allow parent commands during write delegation 2026-08-27 11:27:27 +09:00
Hare 7aaf189247 fix: scope delegated commands by cwd 2026-08-27 11:11:06 +09:00
Hare 4e935c6203 test: refresh clean-build fixtures and assertions 2026-08-26 10:16:18 +09:00
Hare d69c367285 feat: prepare agen crates for publication 2026-08-23 03:41:51 +09:00
Hare 6fe36f3e46 feat: integrate command output streaming 2026-08-21 03:54:47 +09:00
Hare 3e833b5295 fix: finalize stopped subworker sessions 2026-08-20 11:19:02 +09:00
Hare 92594488da feat: stream workdir command output to consoles 2026-08-20 10:32:58 +09:00
Hare 956b453e6a fix: preserve long-running workdir requests 2026-08-17 11:01:33 +09:00
Hare 8d2b8b690f fix: make image tool results durably prunable 2026-08-11 02:44:37 +09:00
Hare 38b8f26a50 feat: add scoped multimodal image attachments 2026-08-10 21:49:39 +09:00
Hare 068ba9afa5 flow: own worker flow state in runtime sessions 2026-08-09 18:04:32 +09:00
Hare e6a2da548f fs: extract provider operations into shared crate 2026-08-04 02:03:22 +09:00
Hare 05e8b00bf0 workdir: separate identity from worker session 2026-08-03 18:12:47 +09:00
Hare ddadc830ac workdir: add network-capable operation boundary 2026-08-03 16:14:01 +09:00
Hare 6114cc9018 fix: read secrets from legacy data dir 2026-07-28 04:12:26 +09:00
Hare 254360f1ab profile: remove lua profile resolver 2026-07-11 04:44:32 +09:00
Hare 60dbd724c5 fix: clean remaining worker wording 2026-06-26 01:13:11 +09:00
Hare 6c59fe927b refactor: rename pod crate to worker 2026-06-26 00:05:57 +09:00
Hare 292fc4ea5d refactor: rename llm worker crate to engine 2026-06-25 22:46:26 +09:00
Hare b1af95ad20 web: fetch pdf text by pages 2026-06-20 21:22:55 +09:00
Hare 7eff9301b9 fix: separate workspace root from cwd 2026-06-12 01:03:33 +09:00
Hare 401301438d fix: serialize same-file mutations 2026-06-10 18:24:53 +09:00
Hare f0f6cc92d8 feat: gate built-in tools by profile features 2026-06-09 21:05:38 +09:00
Hare d8aed7befe tool: add execution context 2026-06-09 19:31:11 +09:00
Hare 5469335de9 refactor: move task feature into pod 2026-06-05 12:12:19 +09:00
Hare a8ae6ca2f8 feat: add pod feature registry slice 2026-06-05 06:25:54 +09:00
Hare 9dcbd4c3e0 docs: reorganize developer documentation 2026-06-01 20:59:32 +09:00
Hare e6c458021c rename: adopt yoi identity 2026-06-01 18:49:23 +09:00
Hare cc2c9a2973 secrets: add local key store 2026-06-01 07:07:39 +09:00
Hare e64a559595 test: remove test-only env vars 2026-05-31 19:00:16 +09:00
Hare 44262c4236 web: harden reader navigation fallbacks 2026-05-31 07:19:08 +09:00
Hare 2a3208b96e web: render readable html as markdown 2026-05-31 07:11:31 +09:00
Hare 7906ca5326 web: extract readable html content 2026-05-31 05:49:20 +09:00
Hare 82dcc57475 fix: bound web search network reads 2026-05-29 18:21:17 +09:00
Hare 2be3a5bd36 feat: add web search and fetch tools 2026-05-29 17:58:11 +09:00
Hare 60daf64808 fix: tighten task tool usage guidance 2026-05-23 05:11:48 +09:00
Hare 0dfdd11921 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
Hare 2d23673393 update: Session-lifetime/scoped を Pod-lifetime に修正
タスクストア/ファイルトラッカーは compaction を跨いで Pod プロセス寿命まで生きる。
旧 SessionId = Segment の時代の表現を Pod-lifetime に正す。pod_cli の表示も Segment: に。
2026-05-20 05:06:38 +09:00
Hare 8d2ca5d530 feat: add manifest output upload limits 2026-05-12 16:20:15 +09:00
Hare f479aa5206 feat: Toolsのシンボリックリンク対応 2026-05-09 04:21:56 +09:00
Hare 954cf200e2 feat: Pos処理の非同期化・Busy状態の削除 2026-05-04 15:52:27 +09:00