|
|
0d7c37f673
|
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 |
|
|
|
d0dbac109d
|
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 |
|
|
|
6e5b1482e6
|
update: エントリの単数化のフォローアップ
|
2026-05-14 19:42:23 +09:00 |
|
|
|
fe9cecb51a
|
update: SystemItem1本化
|
2026-05-14 14:36:29 +09:00 |
|
|
|
350bb1afd8
|
fix: 実態にそぐわないEvent::Entryを実装した構造を訂正
|
2026-05-14 03:35:52 +09:00 |
|
|
|
0f76142993
|
refactor: Podのメインループのリファクタリング
|
2026-05-14 03:27:49 +09:00 |
|
|
|
7363b105f6
|
feat: handle directory file refs
|
2026-05-13 02:57:58 +09:00 |
|
|
|
c48b99cfe3
|
feat: Pos処理の非同期化・Busy状態の削除
|
2026-05-04 15:52:27 +09:00 |
|
|
|
0be30052c1
|
feat: Podのステータスを厳密にし、同期漏れを防ぐ
|
2026-05-04 12:55:11 +09:00 |
|
|
|
1451998e0e
|
Merge branch 'tui-system-message-render' into develop
|
2026-05-04 12:10:17 +09:00 |
|
|
|
ac1a672973
|
feat: システムメッセージをTUIで表示させる
|
2026-05-04 12:04:09 +09:00 |
|
|
|
8be579dc3c
|
feat: tuiのトークン集計表示の修正
|
2026-05-04 00:01:37 +09:00 |
|
|
|
ee9c60bec2
|
Merge branch 'resume-scope-claim' into develop
# Conflicts:
# TODO.md
|
2026-05-03 18:59:01 +09:00 |
|
|
|
c759307e40
|
feat: resume時のscope claimを過去の有効scopeに揃える
|
2026-05-03 17:12:36 +09:00 |
|
|
|
9010a920a4
|
feat: TUIに他Podからの通知を表示する
|
2026-05-03 12:45:05 +09:00 |
|
|
|
433ee0f37c
|
Implement workflow MVP
|
2026-05-02 00:46:47 +09:00 |
|
|
|
c331936455
|
ファイル参照を与えた際に自動的に読ませる実装
|
2026-04-30 21:58:10 +09:00 |
|
|
|
75c61bd3cb
|
TUI補完の細かい挙動修正
|
2026-04-30 14:38:03 +09:00 |
|
|
|
6788db1ef2
|
tuiの補完の実装
|
2026-04-30 12:46:48 +09:00 |
|
|
|
010edf2c94
|
session-log-segments実装
|
2026-04-29 22:42:10 +09:00 |
|
|
|
71434b9d8b
|
scope-lock -> pod-registry
|
2026-04-29 20:01:32 +09:00 |
|
|
|
b192a3ce4e
|
TUIにThinkingを表示する実装
|
2026-04-28 16:10:48 +09:00 |
|
|
|
7d0b639fa4
|
cargo fmt
|
2026-04-27 22:51:07 +09:00 |
|
|
|
ee6d2d2100
|
submitをvec segmentを受け付ける形に変更
|
2026-04-27 11:03:58 +09:00 |
|
|
|
7903259348
|
Method::NotifyとEvent::Notificationが紛らわしい問題
|
2026-04-26 23:25:50 +09:00 |
|
|
|
a39bce779c
|
複数クライアント間でのRunメソッドの同期漏れ
|
2026-04-21 23:59:49 +09:00 |
|
|
|
b8d5398520
|
TUIに向けたprotocolの詳細調整
|
2026-04-21 20:50:59 +09:00 |
|
|
|
f4d21cd994
|
protocol拡張の実装
|
2026-04-21 09:27:58 +09:00 |
|
|
|
0284b5a76f
|
TUIからPauseする実装
|
2026-04-19 14:27:53 +09:00 |
|
|
|
7637f0e440
|
pod-upstream-event実装
|
2026-04-19 08:20:07 +09:00 |
|
|
|
5786fedc1c
|
Notificationの実装
|
2026-04-18 17:48:35 +09:00 |
|
|
|
aa8a1ee64b
|
プロトコル経由のshutdow経路
|
2026-04-16 13:49:53 +09:00 |
|
|
|
62c5cb87dd
|
warn/errorのTUIへの通知ルート
|
2026-04-15 12:58:31 +09:00 |
|
|
|
6e10a722c3
|
greetingカードの作成
|
2026-04-15 10:35:15 +09:00 |
|
|
|
9eef8117c8
|
cargo fmt
|
2026-04-14 03:13:36 +09:00 |
|
|
|
57a8ad6b97
|
historyを返すプロトコル
|
2026-04-12 03:37:49 +09:00 |
|
|
|
b15a5ceffc
|
プロトコルStreamのユーティリティ共通化
|
2026-04-11 15:58:52 +09:00 |
|
|
|
5af96aa191
|
Max Turnの実装
|
2026-04-11 03:16:36 +09:00 |
|
|
|
8d18357460
|
cratesの整理
|
2026-04-11 02:48:50 +09:00 |
|