Commit Graph

40 Commits

Author SHA1 Message Date
5469335de9
refactor: move task feature into pod 2026-06-05 12:12:19 +09:00
960f2a305e
fix: account hook system item appends 2026-06-05 11:17:16 +09:00
c9cb2edc7e
feature: move task reminders into builtin feature 2026-06-05 10:50:37 +09:00
04a4a730fb
pod: add hook system item sink 2026-06-05 10:16:27 +09:00
2f020ed0bb
fix: harden public hook actions 2026-06-04 01:52:29 +09:00
501dcc916f
fix: show initial TUI user message 2026-06-01 11:13:28 +09:00
375d0216d1
fix: correct prompt occupancy extrapolation 2026-06-01 09:52:39 +09:00
b3fe725742
fix: keep scope subdelegation control-only 2026-05-30 14:01:09 +09:00
d5d50a3214
fix: suppress pod socket peer disconnect noise 2026-05-30 02:20:33 +09:00
b9891e6127
merge: responses reasoning context safety 2026-05-29 17:10:22 +09:00
504a928b82
tui: reduce task reminder frequency 2026-05-29 17:08:55 +09:00
b870a77a55
fix: guard responses reasoning context 2026-05-29 16:11:37 +09:00
e0caf7d17e
feat: type system reminder appends 2026-05-29 13:39:26 +09:00
e5f0107fa8
pod: initialize task reminder cooldown 2026-05-29 13:28:50 +09:00
4f1b17b9bf
pod: remind inactive task management 2026-05-29 13:23:01 +09:00
a26f18c466 fix: reclaim delegated scope from stopped children 2026-05-23 08:38:42 +09:00
93c91e7c06 style: run cargo fmt 2026-05-22 22:03:27 +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
9ffe91b5bc Merge branch 'session-todo-tools' into develop
# Conflicts:
#	tickets/session-todo.md
2026-05-03 21:50:30 +09:00
9e58149dda feat: notify-history-persist実装 2026-05-03 19:27:22 +09:00
3cbd759397 feat: セッション内 Task ツール (TaskCreate/List/Get/Update + 履歴 replay + compact 跨ぎ) 2026-05-03 19:03:52 +09:00
e2d1fa120f Implement workflow MVP 2026-05-02 00:46:47 +09:00
d7bc7ab3dd ファイル参照を与えた際に自動的に読ませる実装 2026-04-30 21:58:10 +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
8a8fd225bf scope-lock -> pod-registry 2026-04-29 20:01:32 +09:00
1e65287bf1 session-store-llm-worker-type-ownership完了 2026-04-28 15:44:16 +09:00
6fe19b84ce セッション関連の責務の分離 2026-04-28 15:43:34 +09:00
7a0ed7d744 cargo fmt 2026-04-27 22:51:07 +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