Commit graph

2207 commits

Author SHA1 Message Date
Douglas
17220bccf2 finish token refactor 2026-04-21 16:10:17 +01:00
Douglas
1e974ea020 feat(theme): transparent emphasis, recommended contrast, memoized build
- Declare missing contrastPairs for all status/surface/fixed tones so the
  verifier no longer flags undeclared badge pairs; grouped single-agent
  and workforce with browser/terminal/document as fixed tones.
- Add 'transparent' emphasis variant: renders the tone's main color at
  per-state opacities (default 10%, hover 30%, selected 70%, disabled 50%).
  Engine emits rgba and short-circuits the OKLCH pipeline for this branch.
- Memoize buildThemeV2 via WeakMap<catalog, Map<contractKey, result>> with
  per-catalog LRU eviction; large win for live contrast slider edits.
- Make unknown-theme fallback explicit via a dev-gated, dedup'd console
  warning pointing at the resolved fallback id.
- Expose getRecommendedContrast() driven by prefers-contrast media queries;
  use as the initial themeContrast default and surface a "Use recommended"
  affordance on the Appearance settings slider.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-20 20:37:58 +01:00
Douglas
f460fd323f chore(theme): move tokens into src/style/ and tests into test/unit/
- tokens/ -> src/style/tokens/ so all style configuration lives together
- ThemeProvider/engine.v2/verifier tests -> test/unit/... to match the
  project's test layout

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-20 20:16:38 +01:00
Douglas
7edfbb11dc refactor(design-tokens): V2 engine + verifier
Migrates component styling to the element/tone/emphasis/state token system
and adds a standalone verifier (`npm run verify:theme`) plus vitest coverage
that exercises every mode × theme × contrast-grid variant.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-20 20:11:30 +01:00
Douglas
9adaded472 refactor design token 2026-04-18 23:21:09 +01:00
Douglas
1cd299d9cd refactor(ui): reorganize components and add design token system
Moves shared UI under Dashboard/, animate-ui under components/ui/,
relocates ThemeProvider and AnimationJson under Layout/, replaces
WorkspaceMenu/BottomBar with WorkforceMenu, and introduces themeTokens
with semantic Tailwind color tokens.

Made-with: Cursor
2026-04-18 16:13:31 +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)
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 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
Some checks failed
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)
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 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)
Some checks failed
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)
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 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)
Some checks failed
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)
Some checks are pending
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)
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 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
Some checks failed
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)
Some checks failed
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)
Some checks failed
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
statxc
31828e68b8
feat: add skill-security-auditor as default example skill (#1479)
Some checks failed
CodeQL Advanced / Analyze (javascript-typescript) (push) Failing after 4s
CodeQL Advanced / Analyze (actions) (push) Failing after 4s
CodeQL Advanced / Analyze (python) (push) Failing after 3s
Test / Run Python Tests (push) Failing after 30s
Pre-commit / pre-commit (push) Failing after 36s
Co-authored-by: Tao Sun <168447269+fengju0213@users.noreply.github.com>
2026-03-18 18:43:12 +08:00
Tao Sun
14139d7e19
chore: update skill creator (#1431) 2026-03-18 18:18:43 +08:00