yoi/crates/tui/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
..
app.rs feat: Invoke marker と LlmCall callback を導入し AgentTurn セマンティクスを明確化 2026-05-15 07:04:26 +09:00
block.rs feat: compactのプログレス表示 2026-05-09 03:11:53 +09:00
cache.rs TUIのオーバーホール実装 2026-04-21 23:12:35 +09:00
input.rs feat: handle directory file refs 2026-05-13 02:57:58 +09:00
main.rs refactor: Podのメインループのリファクタリング 2026-05-14 03:27:49 +09:00
markdown.rs update: fmt + memoryに用いる言語の構成 2026-05-13 01:57:04 +09:00
picker.rs update: 書き込みの不要なasyncを削除 2026-05-14 19:16:48 +09:00
scroll.rs TUIのオーバーホール実装 2026-04-21 23:12:35 +09:00
spawn.rs update: 書き込みの不要なasyncを削除 2026-05-14 19:16:48 +09:00
task.rs update: fmt + memoryに用いる言語の構成 2026-05-13 01:57:04 +09:00
tool.rs bashツール実装 2026-05-01 18:14:13 +09:00
ui.rs update: fmt + memoryに用いる言語の構成 2026-05-13 01:57:04 +09:00