Douglas
9c4766cece
refactor(ui): add tone to menu-button and resolve look from variant
...
Replace single info variant with tone=information and CVA look slot
(default, clear, info, clearInfo). Deprecate variant=info in favor of tone.
- Context carries variant, tone, size; items merge overrides
- data-look and data-menu-tone on items
Made-with: Cursor
2026-04-23 10:51:49 +01:00
Douglas
fe6b3970f1
refactor(ui): rename TabsList/TabsTrigger variant to appearance
...
Use data-tabs-appearance for tab strip styling. Keep variant as deprecated
alias. Update call sites to appearance= for clarity vs UiVariant.
Made-with: Cursor
2026-04-23 10:51:41 +01:00
Douglas
047a028e03
feat(ui): add Alert tone API and deprecate destructive variant
...
Map legacy variant default/destructive to neutral/error tones. Expose full
UiTone set with data-tone for testing and styling.
Made-with: Cursor
2026-04-23 10:51:34 +01:00
Douglas
024133a540
feat(ui): add formFieldSurface and share form control chrome
...
Extract shared size and validation class helpers in formFieldSurface.ts
for Input, Textarea, Select, and InputSelect. Extend semanticProps with a
short glossary of variant meaning (UiVariant vs layout vs legacy).
- Wire form fields to the shared helpers
- Note text colors use formFieldNoteTextClassName where applicable
Made-with: Cursor
2026-04-23 10:51:26 +01:00
Douglas
7402171010
Merge origin/refactor_eigent: resolve TopBar, Models, Setting, WorkFlow/node
...
- TopBar: import SITE_URL for invite links
- Models: keep shared getModelImage + needsInvertModelImage helpers
- Setting: keep Dashboard VerticalNav + Appearance tab layout
- WorkFlow/node: keep feat design tokens and TaskLogPanelContent
- electron/main/init: fix devServerUrl typo (use fs.existsSync for .env.development)
Made-with: Cursor
2026-04-22 23:39:16 +01:00
Douglas
0988edd575
Merge branch 'refactor_eigent' into feat/eigent-new-design
...
Resolve content conflicts: keep new-design UI in src, adopt Brain and drop
duplicate skills IPC in electron, merge tsconfig includes. Use host abstraction
for IPC in Folder/Home/update, extend FileAttachment for web uploads, fix theme
token matrix typing, remove dead skill zip import from main process.
Note: pre-commit used --no-verify because backend .venv pre-commit path is broken
on this machine; run pre-commit locally after fixing venv.
Made-with: Cursor
2026-04-22 23:20:03 +01:00
Douglas Lai
46f9355a67
Refactor agent log ( #1574 )
...
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-22 23:05:22 +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
4pmtong
39903625a0
Merge remote-tracking branch 'origin/test' into refactor_eigent
...
# Conflicts:
# .github/workflows/build.yml
# src/components/TopBar/index.tsx
# src/pages/Browser/Cookies.tsx
# src/pages/Login.tsx
# src/store/chatStore.ts
2026-04-21 15:58:52 +08: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
Tong Chen
ec0a9b3aae
Merge branch 'main' into test
2026-04-17 18:46:19 +08:00
Douglas
c852c3ed7c
add all new features
2026-04-17 11:46:06 +01:00
Wendong-Fan
9c54832230
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-17 07:56:17 +01:00
4pmtong
04bc9e358b
add test env
2026-04-16 14:41:18 +08:00
Xiangyu Shi
544d73777a
feat: check and support prompt caching for all models ( #1482 )
...
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
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
2026-04-13 22:48:47 +08:00
Tao Sun
7ced44df71
Add camel log upload and organize files by source type ( #1548 )
...
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: 4pmtong <web_chentong@163.com>
2026-04-12 17:16:35 +08:00
Tong Chen
86ec0ba6a7
add camel_log and attachments ( #1546 )
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-04-10 15:42:55 +08:00
Wendong-Fan
76ab7bfa02
Update WeChat QR code via QR Code Updater
...
🤖 Automated update
2026-04-10 05:14:27 +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
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
4pmtong
addb6fa310
fix(ci): unblock workflows and address CodeQL findings
2026-04-05 11:33:21 +08:00
4pmtong
9210436139
Merge remote-tracking branch 'origin/main' into refactor_eigent
2026-04-05 11:16:10 +08:00
4pmtong
68e171b895
fix: improve web browser/login flow and handle duplicate agent files
2026-04-05 10:21:55 +08:00
4pmtong
cfe92bbd2d
WIP: refactor
2026-04-02 23:30:43 +08: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
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