|
|
a8ae6ca2f8
|
feat: add pod feature registry slice
|
2026-06-05 06:25:54 +09:00 |
|
|
|
544257bfdd
|
cli: add insomnia pod runtime entrypoint
|
2026-05-31 13:42:29 +09:00 |
|
|
|
e9354b38d6
|
chore: remove stale manifest cascade tests
|
2026-05-30 12:49:43 +09:00 |
|
|
|
fd1b06198e
|
feat: add visible pod discovery tools
|
2026-05-23 12:04:45 +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 |
|
|
|
35988f3249
|
update: Paused→Run の interrupt 前処理を Pod::run に内包
|
2026-05-15 21:51:57 +09:00 |
|
|
|
35fec78519
|
update: エントリの単数化のフォローアップ
|
2026-05-14 19:42:23 +09:00 |
|
|
|
e7064878c2
|
refactor: Podのメインループのリファクタリング
|
2026-05-14 03:27:49 +09:00 |
|
|
|
60144c550a
|
feat: パターンベースのツール権限制御を追加
|
2026-05-09 03:20:02 +09:00 |
|
|
|
560c23bc75
|
feat: Podのステータスを厳密にし、同期漏れを防ぐ
|
2026-05-04 12:55:11 +09:00 |
|
|
|
e2d1fa120f
|
Implement workflow MVP
|
2026-05-02 00:46:47 +09:00 |
|
|
|
623b54cefc
|
tuiの補完の実装
|
2026-04-30 12:46:48 +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 |
|
|
|
30f9abacb8
|
modelsとprovidersをカタログ化
|
2026-04-24 10:45:03 +09:00 |
|
|
|
b8d368f5e5
|
Promptを一元管理するファイルから参照する実装
|
2026-04-22 17:43:05 +09:00 |
|
|
|
230936274b
|
llm-model-configの実装
|
2026-04-19 23:32:14 +09:00 |
|
|
|
223d06c77e
|
TUIからPauseする実装
|
2026-04-19 14:27:53 +09:00 |
|
|
|
34d1e78b40
|
compact: compact worker をツール駆動マルチターンに再設計
段階 4〜9 を一括で実装:
- mark_read_required / add_reference / write_summary + read_file の 4 ツールで
compact worker を駆動。結果は CompactWorkerContext に集約
- 新セッションの先頭を [summary, ...auto-read, references, ...retained] で構築
- デフォルトリファレンスは tracker.recent_files(5) から
- auto-read は compact_auto_read_budget で総量制限。超過は即エラー
- compact worker 自身は compact_worker_max_input_tokens で累計入力を制限
- 5 セクション要約フォーマットに system prompt を更新
- write_summary 未呼び出し / auto-read 空のときは 1 回追加プロンプトで促す
|
2026-04-19 09:26:55 +09:00 |
|
|
|
255e370856
|
pod-upstream-event実装
|
2026-04-19 08:20:07 +09:00 |
|
|
|
5d63d0f6e2
|
Pod操作ツールの実装
|
2026-04-19 06:32:44 +09:00 |
|
|
|
73acfcb7f2
|
SpawnPodツール完了
|
2026-04-18 20:31:10 +09:00 |
|
|
|
a7b9b6fa4b
|
Scope-Lockの実装
|
2026-04-18 19:25:03 +09:00 |
|
|
|
74ee96ef82
|
Notificationの実装
|
2026-04-18 17:48:35 +09:00 |
|
|
|
84a8bd099b
|
interceptorの修正
|
2026-04-18 17:19:59 +09:00 |
|
|
|
aa138e6583
|
プロトコル経由のshutdow経路
|
2026-04-16 13:49:53 +09:00 |
|
|
|
493ed2c781
|
pod-factory完了
|
2026-04-16 00:57:26 +09:00 |
|
|
|
81e28a3c07
|
podのマニフェストの分離実装
|
2026-04-16 00:54:27 +09:00 |
|
|
|
faa8eb5793
|
warn/errorのTUIへの通知ルート
|
2026-04-15 12:58:31 +09:00 |
|
|
|
38e8c66c90
|
AGENTS.mdの読み取り
|
2026-04-15 05:21:43 +09:00 |
|
|
|
66c6edec3e
|
システムプロンプトの実装
|
2026-04-15 02:44:42 +09:00 |
|
|
|
a0a9df11c0
|
cargo fmt
|
2026-04-14 03:13:36 +09:00 |
|
|
|
2e004161e4
|
pruneのトークン計算置き換え・Podに接続
|
2026-04-14 02:35:35 +09:00 |
|
|
|
f607a52fbb
|
token-counter実装
|
2026-04-13 20:21:26 +09:00 |
|
|
|
17d0430a4d
|
usageデータの永続化実装
|
2026-04-13 07:09:05 +09:00 |
|
|
|
a05eec42d7
|
Compactの実装
|
2026-04-13 02:08:25 +09:00 |
|
|
|
eb670bfba5
|
Pruneの実装
|
2026-04-12 06:02:46 +09:00 |
|
|
|
fc8ff9362e
|
HookのPod側への移動・Interceptorの実装
|
2026-04-11 17:19:20 +09:00 |
|
|
|
3883fab29d
|
Pod-ID (UUID)の削除
|
2026-04-11 03:44:37 +09:00 |
|
|
|
4c3f81b4fa
|
cratesの整理
|
2026-04-11 02:48:50 +09:00 |
|