Commit Graph

42 Commits

Author SHA1 Message Date
0c32f75df8
tui: add transient actionbar notices 2026-05-29 12:53:14 +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
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
14381b8ba5 feat: add TUI command mode 2026-05-24 08:32:21 +09:00
45bc2265f4 feat: queue tui input during runs 2026-05-23 13:57:22 +09:00
a267ad8114 feat: show context usage in tui status 2026-05-23 07:15:03 +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
1803b0cf67 update: fmt + memoryに用いる言語の構成 2026-05-13 01:57:04 +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
702ed79517 feat: TUIに他Podからの通知を表示する 2026-05-03 12:45:05 +09:00
623b54cefc tuiの補完の実装 2026-04-30 12:46:48 +09:00
cf4c454a03 TUIにThinkingを表示する実装 2026-04-28 16:10:48 +09:00
7a0ed7d744 cargo fmt 2026-04-27 22:51:07 +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
d3ba0a299a 改行テキストの行計算・Padding設定 2026-04-21 23:26:34 +09:00
72128aab9f TUIのオーバーホール実装 2026-04-21 23:12:35 +09:00
223d06c77e TUIからPauseする実装 2026-04-19 14:27: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
4c3f81b4fa cratesの整理 2026-04-11 02:48:50 +09:00