Commit Graph
146 Commits
Author SHA1 Message Date
Hare 58143ead83 feat: expose workspace hosts and workers 2026-06-22 01:30:48 +09:00
Hare a766048f29 fix: bound plugin websocket open 2026-06-21 22:14:58 +09:00
Hare 4c1b8c3d0a feat: add plugin websocket host api 2026-06-21 21:19:28 +09:00
Hare ab7658c1f2 feat: bootstrap workspace web control plane 2026-06-21 16:34:36 +09:00
Hare 673c739909 chore: remove daemon crate 2026-06-20 22:41:24 +09:00
Hare b1af95ad20 web: fetch pdf text by pages 2026-06-20 21:22:55 +09:00
Hare 66fa9d55a1 mcp: register stdio server tools 2026-06-20 17:28:26 +09:00
Hare a114fa9d0a mcp: implement stdio lifecycle client 2026-06-20 16:45:05 +09:00
Hare e0680ccee0 mcp: add stdio server config 2026-06-20 16:17:38 +09:00
Hare 0a9e585c1d plugin: fix rust pdk wit template probes 2026-06-20 14:39:10 +09:00
Hare 06287aca40 plugin: add rust pdk template 2026-06-20 14:15:20 +09:00
Hare 57bbf14e1a plugin: implement component model runtime 2026-06-20 01:58:53 +09:00
Hare 7377527f7c plugin: implement https host api 2026-06-20 00:02:24 +09:00
Hare 10d12148dd feat: run plugin tools through wasm runtime 2026-06-18 21:29:41 +09:00
Hare a03a9da64a feat: add plugin package resolver 2026-06-15 23:26:46 +09:00
Hare 09f5e9d51a feat: add single-pod text selection 2026-06-15 16:01:13 +09:00
Hare 96561897ae test: add opt-in panel e2e harness 2026-06-13 23:38:51 +09:00
Hare 61e6c0683c fix: resource-back companion progress notice 2026-06-13 00:38:52 +09:00
Hare 32be6075c1 feat: add setup model command 2026-06-10 18:16:23 +09:00
Hare 4203988d74 ticket: use base32 project record ids 2026-06-09 22:10:47 +09:00
Hare c1809b37b1 feat: add session analytics tooling 2026-06-09 16:24:55 +09:00
Hare be12072547 objective: add lightweight records 2026-06-09 15:48:07 +09:00
Hare 10d7844fc8 ticket: parse item frontmatter as YAML 2026-06-08 08:13:19 +09:00
Hare cf1cc72255 feat: add workspace panel action model 2026-06-06 08:22:47 +09:00
Hare 4d5068ba3b feat: add yoi ticket CLI 2026-06-06 05:50:29 +09:00
Hare 4bf0e2715c feat: add ticket role pod launcher 2026-06-06 04:18:36 +09:00
Hare 767870a4fb ticket: add workspace ticket config 2026-06-06 03:33:40 +09:00
Hare afd7f04ff6 feat: add built-in ticket tools 2026-06-05 14:52:39 +09:00
Hare 740b017d0c feat: add local ticket backend 2026-06-05 13:37:57 +09:00
Hare 5469335de9 refactor: move task feature into pod 2026-06-05 12:12:19 +09:00
Hare e6c458021c rename: adopt yoi identity 2026-06-01 18:49:23 +09:00
Hare cc2c9a2973 secrets: add local key store 2026-06-01 07:07:39 +09:00
Hare 22d974a722 cli: move product entrypoint to insomnia 2026-05-31 22:07:52 +09:00
Hare 9e886bc73e cli: rename pod command crate to insomnia 2026-05-31 15:49:14 +09:00
Hare 4f622b8e32 cli: spawn pods through insomnia pod 2026-05-31 14:20:00 +09:00
Hare 544257bfdd cli: add insomnia pod runtime entrypoint 2026-05-31 13:42:29 +09:00
Hare 7a717f2d25 cli: add workspace memory lint 2026-05-31 10:03:12 +09:00
Hare 2a3208b96e web: render readable html as markdown 2026-05-31 07:11:31 +09:00
Hare 7906ca5326 web: extract readable html content 2026-05-31 05:49:20 +09:00
Hare cba46c6a39 feat: add lua profile authoring 2026-05-30 11:45:49 +09:00
Hare 211738132c refactor: split pod metadata store 2026-05-30 07:16:50 +09:00
Hare 20ac0c96a5 fix: remove generic overlay startup path 2026-05-30 04:34:27 +09:00
Hare 5de31a9be2 feat: add nix manifest profile foundation 2026-05-30 01:41:06 +09:00
Hare 2be3a5bd36 feat: add web search and fetch tools 2026-05-29 17:58:11 +09:00
Hare 876d75a747 fix: align codex oauth wire behavior 2026-05-28 01:57:04 +09:00
Hare 10d3556792 memory: add audit log events 2026-05-25 03:24:04 +09:00
Hare ccc6efc0e6 update: tui -rの際のリストの時系列ソート 2026-05-23 08:02:05 +09:00
Hare 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
Hare 988495cfea update: 書き込みの不要なasyncを削除 2026-05-14 19:16:48 +09:00
Hare e7064878c2 refactor: Podのメインループのリファクタリング 2026-05-14 03:27:49 +09:00