yoi/crates/pod/src
Hare 49b78612d6 feat: Invoke marker と LlmCall callback を導入し AgentTurn セマンティクスを明確化
- protocol: InvokeKind enum、Event::InvokeStart / LlmCallStart / LlmCallEnd 追加
- llm-worker: Worker.llm_call_count と on_llm_call_start/end callback、turn_count を AgentTurn 数として doc 更新
- session-store: LogEntry::Invoke { ts, trigger } 追加 (replay は marker のみで state 不変)
- pod: run/run_for_notification 開始時に Invoke marker commit、PendingRun::RunForNotification(InvokeKind) で kind を伝搬
- pod ipc: sink + server で Invoke エントリーを Event::InvokeStart として broadcast
- tui: 新 Event 3種を no-op で受理 (UI 設計はチケット範囲外)
2026-05-15 07:04:26 +09:00
..
compact fix: compact時にToolCallとOutputの間でCutしてしまう問題 2026-05-13 00:59:02 +09:00
ipc feat: Invoke marker と LlmCall callback を導入し AgentTurn セマンティクスを明確化 2026-05-15 07:04:26 +09:00
prompt feat: Languageインストラクションの追加 2026-05-13 02:27:30 +09:00
runtime refactor: Podのメインループのリファクタリング 2026-05-14 03:27:49 +09:00
spawn refactor: Podのメインループのリファクタリング 2026-05-14 03:27:49 +09:00
workflow refactor: extract shared lint record primitives 2026-05-12 21:56:25 +09:00
controller.rs feat: Invoke marker と LlmCall callback を導入し AgentTurn セマンティクスを明確化 2026-05-15 07:04:26 +09:00
factory.rs feat: Languageインストラクションの追加 2026-05-13 02:27:30 +09:00
fs_view.rs feat: handle directory file refs 2026-05-13 02:57:58 +09:00
hook.rs ファイル参照を与えた際に自動的に読ませる実装 2026-04-30 21:58:10 +09:00
interrupt_and_run.rs update: Controllerで入力のValidationを行っていた部分をPod側に移す 2026-05-15 05:33:33 +09:00
lib.rs update: エントリの単数化のフォローアップ 2026-05-14 19:42:23 +09:00
main.rs update: 書き込みの不要なasyncを削除 2026-05-14 19:16:48 +09:00
permission.rs feat: パターンベースのツール権限制御を追加 2026-05-09 03:20:02 +09:00
pod.rs feat: Invoke marker と LlmCall callback を導入し AgentTurn セマンティクスを明確化 2026-05-15 07:04:26 +09:00
session_log_sink.rs feat: Invoke marker と LlmCall callback を導入し AgentTurn セマンティクスを明確化 2026-05-15 07:04:26 +09:00
shared_state.rs chore: cargo fmt 2026-05-14 03:36:08 +09:00