Commit Graph

884 Commits

Author SHA1 Message Date
f79892baef
feat: surface backend runtime workers in tui 2026-07-21 17:41:50 +09:00
00d6c3a7c4
fix: remove direct worker local workspace discovery 2026-07-21 12:07:38 +09:00
1251edae04
feat: route worker workspace access through backend authority 2026-07-21 11:21:13 +09:00
2572dde691
feat: add workspace memory backend for embedded workers 2026-07-21 09:27:28 +09:00
7f7d2fe7fc
ticket: use boolean ticket capabilities 2026-07-21 06:13:26 +09:00
064965d350
ticket: collapse ticket access into one feature 2026-07-20 19:51:46 +09:00
2c01e7672b
ticket: split ticket feature access presets 2026-07-20 19:05:55 +09:00
a40d9c2027
ticket: share workspace actionable projection 2026-07-20 17:42:20 +09:00
556adb429c
ticket: use list state tokens in query 2026-07-20 17:16:40 +09:00
0a5270a2cc
ticket: update list query semantics 2026-07-20 15:45:53 +09:00
18d9b96cac
runtime: avoid ticket backend blocking panic 2026-07-20 09:45:39 +09:00
2b0901eb62
runtime: avoid websocket runtime drop panic 2026-07-20 08:45:13 +09:00
1173e3af38
runtime: report adapter task panics 2026-07-19 00:37:53 +09:00
23234b96ca
profile: inherit ticket tools across roles 2026-07-18 21:59:58 +09:00
5f651755d8
runtime: preserve workdirs across worker deletion 2026-07-18 21:49:19 +09:00
5e91f98ae0
dev: enable default ticket tools and workdir helpers 2026-07-18 17:32:46 +09:00
7e43c10e2d
worker: implement session explore extract worker 2026-07-18 10:35:59 +09:00
92a825fd15
worker: reuse session reference for compaction reads 2026-07-18 09:03:06 +09:00
2dd9ef95dd
worker: add session reference view 2026-07-18 08:27:42 +09:00
62dbed8075
worker: rename internal worker purpose to slug 2026-07-18 06:11:44 +09:00
88b91a2c55
worker: add internal worker runner 2026-07-18 05:59:02 +09:00
2352f34c4e
memory: implement flat extract staging 2026-07-18 05:46:56 +09:00
31798fb285
feat: add staging entry source anchors 2026-07-17 04:39:43 +09:00
4ddfccee2d
fix: reject unsupported skill fields 2026-07-16 09:06:45 +09:00
62ef89a163
feat: add workspace-backed agent skills 2026-07-16 08:41:10 +09:00
ad66650369
fix: remove stale knowledge guidance 2026-07-16 07:40:32 +09:00
f786e01997
feat: remove active knowledge support 2026-07-16 07:30:00 +09:00
bc48094dde
fix: update workflow-free tui tests 2026-07-16 06:32:07 +09:00
0b56052a44
fix: remove workflow completion surface 2026-07-16 06:22:41 +09:00
d30dca2d99
fix: remove remaining workflow invoke surfaces 2026-07-16 06:04:19 +09:00
d801b2698b
refactor: remove workflow machinery 2026-07-16 05:45:24 +09:00
f32496286e
merge: workspace ticket settings 2026-07-16 04:03:53 +09:00
40f2114541
tui: use configured ticket root for overlay 2026-07-16 02:42:29 +09:00
b1e3a2ad33
ticket: move ticket settings into workspace config 2026-07-16 02:19:04 +09:00
88c2edefd4
merge: prepare llm engine for publish 2026-07-16 01:45:09 +09:00
983ffe6017
feat: route ticket tools through workspace backend 2026-07-16 01:18:13 +09:00
839fc7b40c
refactor: fold provider crate into engine 2026-07-15 00:58:29 +09:00
e298856c85
feat: add web console commands 2026-07-14 07:55:51 +09:00
1505c5e8a3
docs: generalize llm-engine comments 2026-07-14 04:14:58 +09:00
6ca0d48327
fix: use live worker observation snapshots 2026-07-14 02:59:52 +09:00
1837865b33
runtime: restore from metadata snapshot 2026-07-13 23:56:16 +09:00
34856b9900
workspace: stop worker before cleanup delete 2026-07-13 23:05:46 +09:00
498337317c
workspace: stabilize cleanup plan digest 2026-07-13 22:38:35 +09:00
59524679c1
workspace: type workdir cleanup status 2026-07-13 21:57:20 +09:00
f88ee692c9
workspace: allow not-found workdir cleanup 2026-07-13 20:54:33 +09:00
da0fe7c81f
runtime: preserve typed workdir errors 2026-07-13 20:17:09 +09:00
60c772ec38
workspace: show backend error details 2026-07-13 19:51:28 +09:00
6b91d83fe2
runtime: normalize filesystem options 2026-07-13 19:06:26 +09:00
b82407816e
runtime: remove workspace cwd options 2026-07-13 18:31:54 +09:00
49f085916e
runtime: remove runtime-owned id 2026-07-13 17:38:09 +09:00
4a90267ebc
workspace: remove input readiness capability 2026-07-12 23:43:44 +09:00
c948b669c1
runtime: restore persisted worker execution 2026-07-12 23:38:56 +09:00
59b1b3df79
workspace: gate workdir assignment 2026-07-12 20:07:32 +09:00
21802d68f8
workspace: finalize workdir deletion flow 2026-07-12 16:33:14 +09:00
52cccc7f2f
workspace: track workdir observation state 2026-07-12 12:32:24 +09:00
3009bb4ad9
workspace: delete workers through runtime 2026-07-12 09:06:59 +09:00
d8c0853d55
workspace: refine runtime and cleanup lists 2026-07-12 06:57:10 +09:00
c5aae4b234
workspace: use opaque numeric worker ids 2026-07-12 05:07:39 +09:00
88d819591e
workspace: preserve worker display names 2026-07-11 17:44:23 +09:00
2d2c29a775
workspace: remove worker status field 2026-07-11 15:22:23 +09:00
b6bb22f956
merge: orchestration 2026-07-11 13:44:15 +09:00
b877c92975
workspace: remove worker lifecycle state 2026-07-11 13:33:49 +09:00
142b60e1b3
refactor: separate worker workspace identity 2026-07-11 09:58:20 +09:00
10762a3c8b
workspace: remove observation cursor surface 2026-07-11 09:31:49 +09:00
10267869ae
feat: enforce embedded no-workdir worker policy 2026-07-11 08:59:19 +09:00
8a3fca65f2
workspace: remove observation replay 2026-07-11 08:50:42 +09:00
b50b94612a
feat: add explicit worker filesystem authority 2026-07-11 07:30:17 +09:00
cab6a5300d
merge: orchestration 2026-07-11 04:52:53 +09:00
254360f1ab
profile: remove lua profile resolver 2026-07-11 04:44:32 +09:00
156f8ad044
runtime: remove worker transcript projection 2026-07-11 03:55:44 +09:00
361569a69e
fix: require discard confirmation for unknown workdirs 2026-07-11 03:30:08 +09:00
ba44391acf
feat: add manual worker workdir cleanup 2026-07-11 03:12:51 +09:00
239f93b084
fix: keep unmanaged workdirs out of managed lists 2026-07-11 02:31:29 +09:00
8695089fba
fix: sync backend worker registry projections 2026-07-11 02:13:00 +09:00
3e5546ea33
feat: add backend worker workdir registry 2026-07-11 01:38:23 +09:00
47e03bd54b
ui: move workers list to page 2026-07-10 12:06:10 +09:00
a3cb59af43
ui: move worker launch to page 2026-07-10 10:32:44 +09:00
d149f7e936
runtime: namespace spawned worker names 2026-07-10 04:18:14 +09:00
611f1656a3
profile: inherit default model for roles 2026-07-10 03:58:45 +09:00
69fd11a233
runtime: use workspace id for profile archives 2026-07-10 03:14:15 +09:00
9f6abb675c
runtime: tolerate corrupt worker snapshots 2026-07-10 02:51:55 +09:00
c3afcc7491
runtime: fetch profile archives for remote workers 2026-07-10 01:32:26 +09:00
ef0799c278
merge: orchestration 2026-07-09 19:24:12 +09:00
d216b10100
runtime: default working directories to data dir 2026-07-09 19:24:04 +09:00
fa233ba025
runtime: own working directories 2026-07-09 19:04:37 +09:00
13c6548b46
fix: reject profile source root symlinks 2026-07-09 18:08:31 +09:00
941b91261b
fix: complete profile source tree review fixes 2026-07-09 17:47:19 +09:00
81abfa630a
feat: add profile source tree editor 2026-07-09 17:22:57 +09:00
0c2ca1eafb
fix: harden profile settings validation 2026-07-08 22:06:12 +09:00
3eefd33334
feat: add workspace profile settings 2026-07-08 21:38:23 +09:00
e716ae44f0
fix: harden backend resource handles 2026-07-08 20:44:04 +09:00
57e96d3be8
feat: add backend resource fetch api 2026-07-08 20:18:38 +09:00
a2833dadca
fix: reject unknown profile archive selectors 2026-07-08 19:21:52 +09:00
a823d414d0
feat: add decodal profile archives 2026-07-08 18:57:54 +09:00
1688f2a640
fix: separate profile base from working directory 2026-07-08 18:03:55 +09:00
25900f31cf
refactor: remove working directory allocation terminology 2026-07-08 04:56:22 +09:00
40463b6133
refactor: rename execution workspace to working directory 2026-07-08 01:14:14 +09:00
9adb0fae82
fix: preserve execution workspace cwd diagnostics 2026-07-07 23:50:01 +09:00
684b19e87c
feat: add browser execution workspaces 2026-07-07 23:21:20 +09:00
71340b8999
fix: redirect unscoped workspace routes 2026-07-07 05:44:22 +09:00