Commit graph

122 commits

Author SHA1 Message Date
4pmtong
22bf940af3 chore: satisfy dashboard frontend guardrails 2026-08-19 17:39:53 +08:00
4pmtong
3070d230d5 fix: restore dashboard task pause and resume actions 2026-08-19 17:29:42 +08:00
4pmtong
de1b12e113 fix: restore desktop updater lifecycle in settings 2026-08-19 17:29:33 +08:00
4pmtong
03ad800fa1 fix: preserve workspace configuration changes during navigation 2026-08-19 17:29:14 +08:00
Douglas
ca01dc169f feat(frontend): refine dashboard navigation and memory management 2026-08-19 17:03:45 +08:00
Douglas
c7619d46e0 finalise dashboard refactor design 2026-08-19 17:03:45 +08:00
Douglas
bd2a25cc5c merge new design and simplify ux flow 2026-08-19 17:03:45 +08:00
Douglas
bb9352fffc Refactor dashboard on session side panel 2026-08-19 17:03:45 +08:00
4pmtong
70e62c8552 fix: restore running project history without blocking navigation
Some checks are pending
Pre-commit / pre-commit (push) Waiting to run
Test / Run Web + Local Brain Smoke (push) Waiting to run
Test / Run Frontend Guardrails (push) Waiting to run
Test / Run Python Tests (push) Waiting to run
2026-08-19 01:35:54 +08:00
Douglas Lai
b439d5ff23
Feat/refactor session side panel (#1853)
Co-authored-by: 4pmtong <web_chentong@163.com>
2026-08-19 01:28:23 +08:00
4pmtong
5c565a5a16 fix: prevent project history loading races 2026-08-19 01:02:17 +08:00
Douglas Lai
05d4f7ef3d
Feat/refactor chatbox event bus (#1852)
Co-authored-by: 4pmtong <web_chentong@163.com>
2026-08-18 23:40:29 +08:00
4pmtong
e44076550c fix: honor cloud model response transport 2026-08-18 17:27:45 +08:00
4pmtong
daa38da332 fix: harden durable run recovery and model transport 2026-08-18 00:57:53 +08:00
4pmtong
a874db93ab fix: classify uploads by storage lane 2026-08-17 18:23:26 +08:00
4pmtong
5cd8e58f60 feat: complete workspace bundle product integration 2026-08-16 13:07:43 +08:00
4pmtong
1c434df9f8 feat: finalize durable run projections and recovery 2026-08-14 22:23:15 +08:00
4pmtong
ec6f081008 feat: make artifacts durably replayable 2026-08-14 15:59:32 +08:00
4pmtong
ca06b0a81f Fix local Brain routes and harden backend checks 2026-08-12 18:50:06 +08:00
4pmtong
08e2209afa refactor: standardize Workspace Bundle terminology 2026-08-12 18:50:06 +08:00
4pmtong
d73818aca2 feat: resolve workspace secrets in brain runtime 2026-08-12 18:50:05 +08:00
4pmtong
6ffb54cd01 feat: add secure workforce bundle installation 2026-08-12 18:50:05 +08:00
4pmtong
d0a51264b7 feat: add durable workspace configuration editor 2026-08-12 18:50:05 +08:00
4pmtong
89f00289bc fix durable resume and preview security boundaries 2026-08-12 18:50:05 +08:00
4pmtong
b84c5ce62c fix durable run recovery and history UI 2026-08-12 18:50:04 +08:00
4pmtong
f5d26eabff fix local HTML relative-link previews 2026-08-12 18:50:04 +08:00
4pmtong
17cae756bc feat: add durable project workspace mutations 2026-08-12 18:50:04 +08:00
4pmtong
0e1cdf06fd perf: replace project polling with lifecycle refresh 2026-08-12 18:50:04 +08:00
4pmtong
ab765a7c67 fix: preserve local PDF preview paths 2026-08-12 18:50:04 +08:00
4pmtong
a4661da1a8 feat: harden large file previews 2026-08-12 18:50:04 +08:00
4pmtong
e0e214e7d6 feat: add workspace artifact hierarchy 2026-08-12 18:50:04 +08:00
4pmtong
b04f7887ea feat: preview run artifact changes 2026-08-12 18:50:04 +08:00
4pmtong
e2cdc3af25 feat: restore canonical cloud history safely 2026-08-12 18:50:04 +08:00
4pmtong
e25b90e953 fix: project interrupted run recovery states 2026-08-12 18:50:03 +08:00
4pmtong
8295a0a952 fix: supply installation identity to brain sync 2026-08-12 18:50:03 +08:00
4pmtong
6f395229a4 fix: make desktop identity installation-owned 2026-08-12 18:50:03 +08:00
4pmtong
2b9e39cb0a fix: deduplicate remote control event lanes 2026-08-12 18:50:03 +08:00
4pmtong
79bc757db1 fix: retry remote command creation idempotently 2026-08-12 18:50:03 +08:00
4pmtong
7ae8bcd226 test: stabilize full regression fixtures 2026-08-12 18:50:03 +08:00
4pmtong
74dc8d7337 fix: order mixed projection lanes safely 2026-08-12 18:50:03 +08:00
4pmtong
14722667ee fix: authenticate local run control APIs 2026-08-12 18:50:03 +08:00
4pmtong
71bc4d1efa fix: keep remote projections monotonic 2026-08-12 18:50:03 +08:00
4pmtong
a3adf6120e fix: keep remote history projection contiguous 2026-08-12 18:50:03 +08:00
4pmtong
481cfdb57e feat: add pure frontend event projector 2026-08-12 18:50:02 +08:00
Douglas Lai
d2ed6345cd
fix taskbox folded view scrollable issue (#1698)
Some checks failed
Pre-commit / pre-commit (push) Has been cancelled
Test / Run Frontend Guardrails (push) Has been cancelled
Test / Run Python Tests (push) Has been cancelled
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (javascript-typescript) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Test / Run Web + Local Brain Smoke (push) Has been cancelled
Co-authored-by: Tong Chen <web_chentong@163.com>
2026-08-04 15:31:03 +08:00
Douglas Lai
03aa2c3171
Add in-session preview panel: browser, files, and interactive terminal (#1761)
Co-authored-by: Tong Chen <web_chentong@163.com>
2026-08-04 14:30:50 +08:00
Tong Chen
b609242790
release v1.0.2 (#1803)
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
CodeQL Advanced / Analyze (python) (push) Waiting to run
Pre-commit / pre-commit (push) Waiting to run
Test / Run Frontend Guardrails (push) Waiting to run
Test / Run Python Tests (push) Waiting to run
Test / Run Web + Local Brain Smoke (push) Waiting to run
2026-07-21 14:55:29 +08:00
Tong Chen
2c8f029051
fix: hide task root folders from Agent Folder (#1798) 2026-07-20 23:27:28 +08:00
Tong Chen
89b97e7e4d
fix: ignore stale human replies after task lock cleanup (#1799) 2026-07-20 23:24:48 +08:00
Douglas Lai
d68650dfce
refactor: add typed app event bus (#1771)
Co-authored-by: 4pmtong <web_chentong@163.com>
2026-07-20 15:31:40 +08:00