Douglas
5358a6877e
fix style for log
2026-04-22 23:04:10 +01:00
Douglas
3dc4c8bd56
refactor(task-work-log): group agent actions in accordion
...
Restructure task work log rendering into action groups with preparation collapsing and add focused tests so agent/tool activity is easier to scan and reason about.
Made-with: Cursor
2026-04-22 21:39:59 +01:00
Douglas
12628e8077
refactor(agent-pool): redesign Agent Pool with live toolkit tags
...
Rename "Active Agent Pool" → "Agent Pool" and collapse each agent
to a single row: leading icon + agent name + a rotating toolkit tag
that surfaces live tool activity. A min-display buffer guarantees
fast toolkits (Search, Screenshot) remain observable even when they
flip RUNNING → COMPLETED between render passes.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-22 21:34:11 +01:00
Douglas
273ce4f27f
update design change
2026-04-22 19:52:14 +01:00
Douglas
65486c6bf8
style fix for folder content
2026-04-22 13:01:47 +01:00
Douglas Lai
cd8fccef82
Feat/home workspace UI polish 20260422 ( #1572 )
...
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-22 12:41:10 +01:00
Douglas Lai
c734699a2f
Refactor chat rendering ( #1570 )
...
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-21 23:01:29 +01:00
Douglas Lai
d604be3bcb
Design Roken refactor ( #1569 )
...
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-21 16:13:01 +01:00
Douglas
d3810f9d2d
chore(ui): reorganize component paths and shared layout
...
Move history, navigation, and search under components/Dashboard/,
relocate animate-ui under components/ui/, move ThemeProvider and
AnimationJson under Layout/, replace BottomBar/WorkspaceMenu with
WorkforceMenu, and update imports across the app.
Design token runtime (themeTokens, ThemeProvider contract, and UI
alias helpers) stays on branch design-refactor for follow-up work.
Made-with: Cursor
2026-04-18 16:12:57 +01:00
Douglas
bb5daa2313
bug fix
2026-04-18 12:13:33 +01:00
Douglas
b8204f29ff
fix import bug
2026-04-17 16:00:46 +01:00
Douglas
84686847be
update design
2026-04-17 15:41:29 +01:00
Douglas
c852c3ed7c
add all new features
2026-04-17 11:46:06 +01:00
Douglas
086df14ef1
redesign for chathistory and workspace panel
2026-04-09 21:59:52 +01:00
Douglas
19e6ee1f7a
resolve conflicts
2026-04-09 14:09:20 +01:00
Douglas
72e93bc0f1
Merge origin/main into feat-new-workspace-ai-worker
...
Made-with: Cursor
2026-04-09 14:05:14 +01:00
Douglas Lai
a3ee533d8b
Fix/browser port ( #1545 )
...
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 Python Tests (push) Waiting to run
Co-authored-by: puzhen <1303385763@qq.com>
2026-04-09 20:32:09 +08:00
Douglas Lai
dd48d2a15a
Add auto scroll animation for the worker log ( #1513 )
...
Co-authored-by: Tong Chen <web_chentong@163.com>
2026-04-09 20:32:02 +08:00
Douglas
7e9fa8535c
Merge branch 'feat-new-project-workspace-with-sidebar' into feat-new-workspace-ai-worker
...
Made-with: Cursor
# Conflicts:
# src/components/ProjectPageSidebar/TaskList.tsx
2026-04-08 16:21:21 +01:00
Douglas
61a122f381
bug fix to remove confusing feature
2026-04-07 17:18:42 +01:00
Tong Chen
2faf2cefaa
Merge branch 'main' into feat-new-project-workspace-with-sidebar
2026-04-01 15:18:17 +08:00
Wendong-Fan
4fea4d3d13
Update WeChat QR code via QR Code Updater
...
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
Pre-commit / pre-commit (push) Has been cancelled
Test / Run Python Tests (push) Has been cancelled
🤖 Automated update
2026-04-01 01:50:51 +01:00
Douglas
bfd6baf9cb
initial push
2026-03-31 19:05:18 +01:00
Douglas Lai
74f819dd16
Add Upload File tool to browser agent ( #1528 )
...
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 Python Tests (push) Waiting to run
Co-authored-by: puzhen <1303385763@qq.com>
Co-authored-by: Puzhen Zhang <91596298+nitpicker55555@users.noreply.github.com>
2026-03-31 21:58:29 +08:00
Douglas
47dfd4da12
ux improvement for starting new project
2026-03-31 12:05:50 +01:00
Douglas
d1c86d5001
bug fix
2026-03-30 22:43:01 +01:00
Douglas
87693f6ace
check language translation
2026-03-30 15:31:00 +01:00
Douglas
72ddd2284b
update bug fix for texting, and missing margins
2026-03-29 22:47:54 +01:00
Douglas
e3ee804c42
revert background color for visibility
2026-03-27 15:46:40 +00:00
Douglas
8451cc5313
fix model missing notification layout
2026-03-27 15:42:53 +00:00
Douglas
88b68d7081
Merge branch 'main' into feat-new-project-workspace-with-sidebar
...
Resolve Home.tsx by keeping sidebar workspace layout and adding
checkLocalServerStale from main.
Made-with: Cursor
2026-03-27 15:38:00 +00:00
Douglas
ae2c08e618
restrucutre components
2026-03-27 15:24:52 +00:00
Tong Chen
26cc5c4604
feat: detect stale local server and notify developer to restart ( #1517 )
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
Pre-commit / pre-commit (push) Has been cancelled
Test / Run Python Tests (push) Has been cancelled
2026-03-27 23:06:00 +08:00
Douglas
c0bad6ad98
iteration change for the workforce window interaction
2026-03-27 14:34:27 +00:00
Douglas
12cf80929f
review and fix bug for hardcoded state
2026-03-27 14:07:33 +00:00
Douglas
dfa4c5dcb8
update language
2026-03-27 13:48:26 +00:00
Douglas
cb871088af
feature all updated
2026-03-27 13:44:59 +00:00
Douglas Lai
9fb75a112b
move single agent chatbox ui update to sidebar version ( #1522 )
2026-03-27 11:38:45 +00:00
Douglas
d21f062488
update content
2026-03-26 14:51:49 +00:00
Michael Ledin
199b013044
fix: use loguru logger for public dir warnings ( #1520 )
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 Python Tests (push) Waiting to run
2026-03-26 22:51:43 +08:00
Douglas
3f3447a44b
udpate side bar design
2026-03-26 13:03:32 +00:00
Tong Chen
fdb1fbb5a4
Merge branch 'main' into project-side-bar
2026-03-25 13:24:32 +08:00
Tong Chen
65254b8839
Releases v0.0.89 ( #1516 )
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
Pre-commit / pre-commit (push) Has been cancelled
Test / Run Python Tests (push) Has been cancelled
2026-03-25 13:22:53 +08:00
Douglas
f768d549d5
project side bar and new layout design
2026-03-24 19:42:35 +00:00
Tong Chen
712f20a8fa
Feat: Server refactor v1 ( #1509 )
Pre-commit / pre-commit (push) Waiting to run
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
Test / Run Python Tests (push) Waiting to run
2026-03-24 18:05:52 +08:00
Tong Chen
1e542f9d27
Revert "Electron style - MacOs ( #1110 )" ( #1512 )
...
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 Python Tests (push) Waiting to run
Co-authored-by: Douglas <douglas.ym.lai@gmail.com>
2026-03-24 00:11:51 +08:00
Tao Sun
cafb1ae817
chore: prevent long task text from overflowing the ChatBox task card ( #1505 )
2026-03-23 19:35:32 +08:00
Wendong-Fan
e0e7bcef27
Update WeChat QR code via QR Code Updater
...
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
Pre-commit / pre-commit (push) Has been cancelled
Test / Run Python Tests (push) Has been cancelled
🤖 Automated update
2026-03-20 14:35:15 +00:00
dataCenter430
ddb93d82a9
feat(chat): Clarify token usage in chat header (tooltip + task & project total) ( #1501 )
CodeQL Advanced / Analyze (javascript-typescript) (push) Failing after 4s
CodeQL Advanced / Analyze (python) (push) Failing after 3s
Pre-commit / pre-commit (push) Failing after 49s
CodeQL Advanced / Analyze (actions) (push) Failing after 4s
Test / Run Python Tests (push) Successful in 8m10s
2026-03-20 16:45:00 +08:00
dependabot[bot]
38f8f2b292
chore(deps): bump dorny/paths-filter from 3 to 4 ( #1503 )
...
CodeQL Advanced / Analyze (actions) (push) Failing after 3s
CodeQL Advanced / Analyze (python) (push) Failing after 2s
Test / Run Python Tests (push) Successful in 3m4s
CodeQL Advanced / Analyze (javascript-typescript) (push) Failing after 3s
Pre-commit / pre-commit (push) Failing after 25s
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: bytecii <994513625@qq.com>
2026-03-18 12:48:05 -07:00