yoi/crates/tui/src
Hare 90e83bf2ae update: entry hash chain と session_head mutex を撤廃
- HashedEntry / EntryHash / compute_hash / build_chain 撤去、JSONL は 1 行 1 LogEntry
- SessionOrigin.at_hash → at_turn_index (TurnEnd 由来) に置換
- Pod 側 SessionHead mutex を ArcSwap<SessionId> + AtomicUsize の SessionState に置換
- ensure_head_or_fork は store の entry count と writer の append tally で判定
- session-store から sha2 / hex 依存、pod から parking_lot 依存を削除
2026-05-20 04:31:37 +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: entry hash chain と session_head mutex を撤廃 2026-05-20 04:31:37 +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