|
|
89393e4623
|
tui: open multi pod entry on empty enter
|
2026-05-29 12:23:31 +09:00 |
|
|
|
cbb59a47d0
|
fix: guard manual rewind application
|
2026-05-29 12:05:33 +09:00 |
|
|
|
f8881f7289
|
feat: add manual rewind control
|
2026-05-29 11:48:56 +09:00 |
|
|
|
b904f56b4f
|
merge: TUI command completion apply
|
2026-05-29 11:08:29 +09:00 |
|
|
|
f6a3d2c6e5
|
tui: apply command completions from keyboard
|
2026-05-29 10:15:13 +09:00 |
|
|
|
208143f01b
|
fix: scroll tui composer around cursor
|
2026-05-29 10:10:49 +09:00 |
|
|
|
0b23aa8191
|
fix: rename installed binaries
|
2026-05-29 09:28:31 +09:00 |
|
|
|
be54cb07ea
|
tui: return to multi dashboard after opening pod
|
2026-05-29 08:45:15 +09:00 |
|
|
|
d3c54a2407
|
tui: section multi-pod list layout
|
2026-05-29 01:46:48 +09:00 |
|
|
|
6fb7b57054
|
feat: add multi pod tui dashboard
|
2026-05-29 01:04:56 +09:00 |
|
|
|
7d1db97754
|
tui: drain initial pod status events
|
2026-05-29 00:39:00 +09:00 |
|
|
|
0777bcf299
|
tui: add pod list model
|
2026-05-29 00:33:57 +09:00 |
|
|
|
405339fb04
|
fix: align spawn user manifest env overlay
|
2026-05-26 10:09:17 +09:00 |
|
|
|
be753099ae
|
feat: surface llm retry and continuation state
|
2026-05-26 07:13:59 +09:00 |
|
|
|
10d3556792
|
memory: add audit log events
|
2026-05-25 03:24:04 +09:00 |
|
|
|
e5fda7efdf
|
fix: refine command mode footer
|
2026-05-25 01:08:41 +09:00 |
|
|
|
cabc556b2c
|
feat: add manual compact command
|
2026-05-24 08:59:44 +09:00 |
|
|
|
14381b8ba5
|
feat: add TUI command mode
|
2026-05-24 08:32:21 +09:00 |
|
|
|
65c399e6d9
|
fix: route worker history appends through callbacks
|
2026-05-24 06:44:19 +09:00 |
|
|
|
45bc2265f4
|
feat: queue tui input during runs
|
2026-05-23 13:57:22 +09:00 |
|
|
|
df8f91bda7
|
feat: restore rolled back tui input
|
2026-05-23 13:28:56 +09:00 |
|
|
|
9fc3653502
|
chore: handle rolled back run result clients
|
2026-05-23 12:51:40 +09:00 |
|
|
|
044032ef2b
|
merge: pod-discovery-restore-tools
|
2026-05-23 12:04:59 +09:00 |
|
|
|
fd1b06198e
|
feat: add visible pod discovery tools
|
2026-05-23 12:04:45 +09:00 |
|
|
|
a8b311bd1f
|
feat: restore tui sessions by pod
|
2026-05-23 09:13:06 +09:00 |
|
|
|
ccc6efc0e6
|
update: tui -rの際のリストの時系列ソート
|
2026-05-23 08:02:05 +09:00 |
|
|
|
0ff39f33bb
|
merge: tui-streaming-input-loss
|
2026-05-23 07:15:55 +09:00 |
|
|
|
7480a5732f
|
fix: preserve tui input during streaming
|
2026-05-23 07:15:39 +09:00 |
|
|
|
a267ad8114
|
feat: show context usage in tui status
|
2026-05-23 07:15:03 +09:00 |
|
|
|
4795b6cb4a
|
refactor: remove legacy plural log entries
|
2026-05-23 02:03:42 +09:00 |
|
|
|
0e562dd4d9
|
feat: resume pods by name
|
2026-05-22 22:57:16 +09:00 |
|
|
|
93c91e7c06
|
style: run cargo fmt
|
2026-05-22 22:03:27 +09:00 |
|
|
|
0dfdd11921
|
update: session-grouping review follow-up
- PickerOutcome::Picked から未使用の session_id を除去(pod-cli が lookup_session_of で再解決)
- picker preview が singular AssistantItem も拾うように
- fs_store layout doc に migration(後方互換なし、旧 flat sessions は破棄)を明記
- TaskStore は Session-lifetime、ScopedFs/Tracker は Pod-process lifetime と用語整理
- Pod::session_id / from_manifest_spawned のコメント補強
|
2026-05-20 06:29:37 +09:00 |
|
|
|
5edc4d3b03
|
feat: Session(Segment 群の grouping)を導入
- SessionId 型を新設、各 SegmentStart に session_id を持たせる
- compaction / 内部 fork は同 SessionId を継承、fork() は新 Session を発行
- Store API を (SessionId, SegmentId) ベースに、FsStore layout は
<root>/<session_id>/<segment_id>.jsonl に
- Store::list_sessions / list_segments(session_id) / lookup_session_of を追加
- restore_by_segment shim を session-store に提供(pod-cli --session で使用)
- SegmentState に SegmentLocation (session_id, segment_id) を保持し ArcSwap で更新
- RestoredState に session_id: Option<SessionId> を追加
- Picker は Session 単位に列挙、leaf segment を解決して resume
|
2026-05-20 06:17:56 +09:00 |
|
|
|
c2b55a498b
|
update: 残存 Session 識別子の Segment 化(review follow-up)
レビュー指摘の通り、次の session-grouping-introduce で新 SessionId が
入る前に名称衝突を避けるため取り残しを掃除。
- PodError::Session{Empty,ScopeMissing} → Segment{Empty,ScopeMissing}
- ScopeLockError::SessionConflict → SegmentConflict
- Pod.session_state / SegmentState.set_session_id 系
- source_session_id / prev_session_id / ensure_session_head / short_session
- pod_cli の "Session ID:" 表示
- fs_store の sessions ローカル変数
|
2026-05-20 05:17:49 +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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
524e3dc551
|
feat: handle directory file refs
|
2026-05-13 02:57:58 +09:00 |
|
|
|
1803b0cf67
|
update: fmt + memoryに用いる言語の構成
|
2026-05-13 01:57:04 +09:00 |
|
|
|
3def5edbdf
|
feat: client-crateの実装
|
2026-05-10 00:57:50 +09:00 |
|
|
|
41bce21339
|
feat: compactのプログレス表示
|
2026-05-09 03:11:53 +09:00 |
|
|
|
6c95b2da56
|
feat: TUIのmarkdown対応
|
2026-05-05 18:30:25 +09:00 |
|
|
|
f33eba3fe6
|
feat: Task表示のレビュー・修正
|
2026-05-04 17:28:39 +09:00 |
|
|
|
cb7da11de7
|
feat: TUI上に進行中のTaskを表示する実装
|
2026-05-04 17:06:02 +09:00 |
|
|
|
954cf200e2
|
feat: Pos処理の非同期化・Busy状態の削除
|
2026-05-04 15:52:27 +09:00 |
|
|
|
560c23bc75
|
feat: Podのステータスを厳密にし、同期漏れを防ぐ
|
2026-05-04 12:55:11 +09:00 |
|
|
|
a0771608b1
|
Merge branch 'tui-system-message-render' into develop
|
2026-05-04 12:10:17 +09:00 |
|
|
|
a0e1583916
|
feat: システムメッセージをTUIで表示させる
|
2026-05-04 12:04:09 +09:00 |
|
|
|
e6b6df09b8
|
feat: tuiのトークン集計表示の修正
|
2026-05-04 00:01:37 +09:00 |
|
|
|
b22b226fea
|
update: tuiからspawnする際にエラー詳細が落ちていた問題を修正
|
2026-05-03 21:47:54 +09:00 |
|
|
|
7ddfdb09b5
|
Merge branch 'resume-scope-claim' into develop
# Conflicts:
# TODO.md
|
2026-05-03 18:59:01 +09:00 |
|
|
|
4e48f35e55
|
feat: resume時のscope claimを過去の有効scopeに揃える
|
2026-05-03 17:12:36 +09:00 |
|
|
|
702ed79517
|
feat: TUIに他Podからの通知を表示する
|
2026-05-03 12:45:05 +09:00 |
|
|
|
2c86e64f19
|
update: tuiの文字入力のCtrlブロックを追加
|
2026-05-03 00:44:38 +09:00 |
|
|
|
cb5cd1e3d1
|
fix: tuiからのPod作成の挙動を修正・開発時にcargo runでpodを起動する経路を実装
|
2026-05-02 02:13:30 +09:00 |
|
|
|
5479b14411
|
fix: SpawnPodの起動経路の問題・を修正
|
2026-05-02 01:09:57 +09:00 |
|
|
|
99dc94416b
|
chore: 依存パッケージの集約
|
2026-05-01 23:35:46 +09:00 |
|
|
|
06f4dc0428
|
feat(tui): マウスホイールでスクロールする実装
|
2026-05-01 23:14:16 +09:00 |
|
|
|
8773e751ec
|
bashツール実装
|
2026-05-01 18:14:13 +09:00 |
|
|
|
bc81dc1513
|
TUI補完の細かい挙動修正
|
2026-04-30 14:38:03 +09:00 |
|
|
|
623b54cefc
|
tuiの補完の実装
|
2026-04-30 12:46:48 +09:00 |
|
|
|
f31c58dccd
|
cargo fmt
|
2026-04-29 23:20:25 +09:00 |
|
|
|
e3b36371e9
|
session-log-segments実装
|
2026-04-29 22:42:10 +09:00 |
|
|
|
8a9e3b4fe3
|
session-log-decouple-item実装
|
2026-04-29 22:24:18 +09:00 |
|
|
|
b0db02da6d
|
tui-input-word-motionレビュー・半角カナに関する修正
|
2026-04-29 21:41:24 +09:00 |
|
|
|
b79747bd0c
|
tuiの単語単位Backspace
|
2026-04-29 21:31:19 +09:00 |
|
|
|
99dbb1c6c0
|
tuiの単語境界カーソル移動実装
|
2026-04-29 21:23:29 +09:00 |
|
|
|
8a8fd225bf
|
scope-lock -> pod-registry
|
2026-04-29 20:01:32 +09:00 |
|
|
|
fd96a517bb
|
tuiからセッションを復帰する経路の実装
|
2026-04-29 19:03:03 +09:00 |
|
|
|
87768c2e2d
|
不要なforkの削除
|
2026-04-28 20:19:50 +09:00 |
|
|
|
2b89bb6d2e
|
resumeの実装
|
2026-04-28 18:52:58 +09:00 |
|
|
|
f385f06abc
|
tui-thinking-display修正
|
2026-04-28 16:22:45 +09:00 |
|
|
|
cf4c454a03
|
TUIにThinkingを表示する実装
|
2026-04-28 16:10:48 +09:00 |
|
|
|
7a0ed7d744
|
cargo fmt
|
2026-04-27 22:51:07 +09:00 |
|
|
|
8658845b02
|
home-dirの整理
|
2026-04-27 21:45:30 +09:00 |
|
|
|
bc9eb3aa1c
|
pod-spawn-ui完了・設定UI関連のチケット作成
|
2026-04-27 17:38:32 +09:00 |
|
|
|
9f1443b027
|
manifest側で設定ファイルの収集を行うようにした
|
2026-04-27 16:52:23 +09:00 |
|
|
|
c4ca9e1d89
|
tuiからSpawnする仮UI
|
2026-04-27 16:22:06 +09:00 |
|
|
|
0a3af686f7
|
submitをvec segmentを受け付ける形に変更
|
2026-04-27 11:03:58 +09:00 |
|
|
|
2ee536ed71
|
Method::NotifyとEvent::Notificationが紛らわしい問題
|
2026-04-26 23:25:50 +09:00 |
|
|
|
270d7923ab
|
TUIのEditツール周りの表示とカラー
|
2026-04-22 01:17:58 +09:00 |
|
|
|
ef294eeb68
|
複数クライアント間でのRunメソッドの同期漏れ
|
2026-04-21 23:59:49 +09:00 |
|
|
|
d3ba0a299a
|
改行テキストの行計算・Padding設定
|
2026-04-21 23:26:34 +09:00 |
|
|
|
72128aab9f
|
TUIのオーバーホール実装
|
2026-04-21 23:12:35 +09:00 |
|
|
|
ce59c5320e
|
TUIに向けたprotocolの詳細調整
|
2026-04-21 20:50:59 +09:00 |
|
|
|
b7b315cd39
|
protocol拡張の実装
|
2026-04-21 09:27:58 +09:00 |
|
|
|
223d06c77e
|
TUIからPauseする実装
|
2026-04-19 14:27:53 +09:00 |
|
|
|
aa138e6583
|
プロトコル経由のshutdow経路
|
2026-04-16 13:49:53 +09:00 |
|
|
|
faa8eb5793
|
warn/errorのTUIへの通知ルート
|
2026-04-15 12:58:31 +09:00 |
|
|
|
0c29de1b10
|
greetingカードの作成
|
2026-04-15 10:35:15 +09:00 |
|
|
|
309dba7203
|
tuiの文字間隔修正・prompt設計の計画
|
2026-04-14 13:11:18 +09:00 |
|
|
|
a0a9df11c0
|
cargo fmt
|
2026-04-14 03:13:36 +09:00 |
|
|
|
8b120504a7
|
TUIをinline viewportに変更
|
2026-04-12 07:32:06 +09:00 |
|
|
|
47c59a416e
|
TUIのratatuiを0.30.0にした
|
2026-04-12 06:57:07 +09:00 |
|
|
|
c0d283b47d
|
TUI上のターンカウンタ・ターン統計の実装
|
2026-04-12 05:41:22 +09:00 |
|
|
|
0e7a7b02fe
|
Pod切断時にTUIがハングする問題
|
2026-04-12 04:22:26 +09:00 |
|
|
|
b19eb52511
|
history取得:TUI側の実装
|
2026-04-12 03:44:45 +09:00 |
|
|
|
0332d446cd
|
historyを返すプロトコル
|
2026-04-12 03:37:49 +09:00 |
|
|
|
496038307f
|
プロトコルStreamのユーティリティ共通化
|
2026-04-11 15:58:52 +09:00 |
|
|
|
0fe05e502e
|
Max Turnの実装
|
2026-04-11 03:16:36 +09:00 |
|
|
|
60505f206b
|
Add README to all crates
|
2026-04-11 03:07:56 +09:00 |
|
|
|
4c3f81b4fa
|
cratesの整理
|
2026-04-11 02:48:50 +09:00 |
|