Commit Graph
55 Commits
Author SHA1 Message Date
Hare bea121ade0 feat: switch TUI SubWorker views 2026-08-21 07:12:20 +09:00
Hare 7dd4539f50 feat: add compact TUI activity overview 2026-08-20 15:02:03 +09:00
Hare ce62e09919 feat: stream internal subworker output through parent 2026-08-19 09:24:14 +09:00
Hare 34f8949e85 runtime: canonicalize Worker aggregates 2026-08-11 22:38:29 +09:00
Hare 068ba9afa5 flow: own worker flow state in runtime sessions 2026-08-09 18:04:32 +09:00
Hare f786e01997 feat: remove active knowledge support 2026-07-16 07:30:00 +09:00
Hare d801b2698b refactor: remove workflow machinery 2026-07-16 05:45:24 +09:00
Hare 6c59fe927b refactor: rename pod crate to worker 2026-06-26 00:05:57 +09:00
Hare 0b2ce6ca1f tui: group consecutive thinking blocks 2026-06-24 21:14:06 +09:00
Hare 90b1a1fccb tui: cancel paused turns with ctrl-x 2026-06-23 22:37:40 +09:00
Hare 09f5e9d51a feat: add single-pod text selection 2026-06-15 16:01:13 +09:00
Hare 949ceb5a21 fix: refresh tui after rewind 2026-06-13 20:13:45 +09:00
Hare bc31bfac58 tui: move view mode state 2026-05-31 22:41:38 +09:00
Hare 0c32f75df8 tui: add transient actionbar notices 2026-05-29 12:53:14 +09:00
Hare cbb59a47d0 fix: guard manual rewind application 2026-05-29 12:05:33 +09:00
Hare f8881f7289 feat: add manual rewind control 2026-05-29 11:48:56 +09:00
Hare b904f56b4f merge: TUI command completion apply 2026-05-29 11:08:29 +09:00
Hare f6a3d2c6e5 tui: apply command completions from keyboard 2026-05-29 10:15:13 +09:00
Hare 208143f01b fix: scroll tui composer around cursor 2026-05-29 10:10:49 +09:00
Hare be753099ae feat: surface llm retry and continuation state 2026-05-26 07:13:59 +09:00
Hare 10d3556792 memory: add audit log events 2026-05-25 03:24:04 +09:00
Hare e5fda7efdf fix: refine command mode footer 2026-05-25 01:08:41 +09:00
Hare 14381b8ba5 feat: add TUI command mode 2026-05-24 08:32:21 +09:00
Hare 45bc2265f4 feat: queue tui input during runs 2026-05-23 13:57:22 +09:00
Hare a267ad8114 feat: show context usage in tui status 2026-05-23 07:15:03 +09:00
Hare 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
Hare 1803b0cf67 update: fmt + memoryに用いる言語の構成 2026-05-13 01:57:04 +09:00
Hare 41bce21339 feat: compactのプログレス表示 2026-05-09 03:11:53 +09:00
Hare 6c95b2da56 feat: TUIのmarkdown対応 2026-05-05 18:30:25 +09:00
Hare f33eba3fe6 feat: Task表示のレビュー・修正 2026-05-04 17:28:39 +09:00
Hare cb7da11de7 feat: TUI上に進行中のTaskを表示する実装 2026-05-04 17:06:02 +09:00
Hare 954cf200e2 feat: Pos処理の非同期化・Busy状態の削除 2026-05-04 15:52:27 +09:00
Hare 560c23bc75 feat: Podのステータスを厳密にし、同期漏れを防ぐ 2026-05-04 12:55:11 +09:00
Hare a0771608b1 Merge branch 'tui-system-message-render' into develop 2026-05-04 12:10:17 +09:00
Hare a0e1583916 feat: システムメッセージをTUIで表示させる 2026-05-04 12:04:09 +09:00
Hare e6b6df09b8 feat: tuiのトークン集計表示の修正 2026-05-04 00:01:37 +09:00
Hare 702ed79517 feat: TUIに他Podからの通知を表示する 2026-05-03 12:45:05 +09:00
Hare 623b54cefc tuiの補完の実装 2026-04-30 12:46:48 +09:00
Hare cf4c454a03 TUIにThinkingを表示する実装 2026-04-28 16:10:48 +09:00
Hare 7a0ed7d744 cargo fmt 2026-04-27 22:51:07 +09:00
Hare 0a3af686f7 submitをvec segmentを受け付ける形に変更 2026-04-27 11:03:58 +09:00
Hare 2ee536ed71 Method::NotifyとEvent::Notificationが紛らわしい問題 2026-04-26 23:25:50 +09:00
Hare 270d7923ab TUIのEditツール周りの表示とカラー 2026-04-22 01:17:58 +09:00
Hare d3ba0a299a 改行テキストの行計算・Padding設定 2026-04-21 23:26:34 +09:00
Hare 72128aab9f TUIのオーバーホール実装 2026-04-21 23:12:35 +09:00
Hare 223d06c77e TUIからPauseする実装 2026-04-19 14:27:53 +09:00
Hare faa8eb5793 warn/errorのTUIへの通知ルート 2026-04-15 12:58:31 +09:00
Hare 0c29de1b10 greetingカードの作成 2026-04-15 10:35:15 +09:00
Hare 309dba7203 tuiの文字間隔修正・prompt設計の計画 2026-04-14 13:11:18 +09:00
Hare a0a9df11c0 cargo fmt 2026-04-14 03:13:36 +09:00