|
|
501dcc916f
|
fix: show initial TUI user message
|
2026-06-01 11:13:28 +09:00 |
|
|
|
d5d50a3214
|
fix: suppress pod socket peer disconnect noise
|
2026-05-30 02:20:33 +09:00 |
|
|
|
22f5d02385
|
update: SessionId / SessionStart / SessionOrigin 等を Segment 系名称へ
- Type/Function/Variantを Segment* 系へ統一
- SessionId/SessionStart/SessionOrigin/SessionStartState/SessionState/SessionLogSink/SessionLockInfo
- new_session_id / session_id / create_session* / list_sessions / lookup_session / update_session / find_by_session
- protocol Event::SessionRotated → SegmentRotated、CompactDone.new_session_id → new_segment_id
- Module: session_log → segment_log / session → segment (file mv 含む)
pod 側の session_log_sink → segment_log_sink も同様
- crate 名 (session-store)、CLI flag (--session)、ResumeWithSession (CLI tied) は据え置き
- session-tests/session_metrics_test 等の Store impl も追従
|
2026-05-20 05:06:04 +09:00 |
|
|
|
79b8336a14
|
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 |
|
|
|
35fec78519
|
update: エントリの単数化のフォローアップ
|
2026-05-14 19:42:23 +09:00 |
|
|
|
988495cfea
|
update: 書き込みの不要なasyncを削除
|
2026-05-14 19:16:48 +09:00 |
|
|
|
f9def2d5bb
|
update: SystemItem1本化
|
2026-05-14 14:36:29 +09:00 |
|
|
|
f73e648929
|
fix: 実態にそぐわないEvent::Entryを実装した構造を訂正
|
2026-05-14 03:35:52 +09:00 |
|
|
|
e7064878c2
|
refactor: Podのメインループのリファクタリング
|
2026-05-14 03:27:49 +09:00 |
|
|
|
2f84bd32ba
|
feat(pod): wire knowledge slugs into # completion
|
2026-05-12 14:45:46 +09:00 |
|
|
|
560c23bc75
|
feat: Podのステータスを厳密にし、同期漏れを防ぐ
|
2026-05-04 12:55:11 +09:00 |
|
|
|
e2d1fa120f
|
Implement workflow MVP
|
2026-05-02 00:46:47 +09:00 |
|
|
|
623b54cefc
|
tuiの補完の実装
|
2026-04-30 12:46:48 +09:00 |
|
|
|
e3b36371e9
|
session-log-segments実装
|
2026-04-29 22:42:10 +09:00 |
|
|
|
2ee536ed71
|
Method::NotifyとEvent::Notificationが紛らわしい問題
|
2026-04-26 23:25:50 +09:00 |
|
|
|
4763173f36
|
podのモジュール分割
|
2026-04-24 11:48:27 +09:00 |
|