a7m-1st
7b13e2b2cc
Merge remote-tracking branch 'origin/main' into fix/multi-task-question-persistence
2026-02-27 13:21:01 +03:00
Wendong-Fan
0ff47d9a15
Revert "Udpate docs" ( #1386 )
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-02-27 17:36:52 +08:00
Douglas Lai
682aa54c98
Udpate docs ( #1380 )
...
Co-authored-by: Tao Sun <168447269+fengju0213@users.noreply.github.com>
Co-authored-by: Sun Tao <2605127667@qq.com>
2026-02-27 17:10:38 +08:00
Wendong-Fan
ae36f2130e
fix: search tool add agent name for browser agent
2026-02-27 16:53:14 +08:00
Tao Sun
070ce259f5
docs: add sambanova and update docs ( #1384 )
...
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
2026-02-27 16:41:14 +08:00
Puzhen Zhang
61d7b4ecc3
fix: disable Fontations font engine to prevent crash on macOS ( #1382 )
2026-02-27 16:29:47 +08:00
Dream
61c466ad52
feat: refactor toolkit icons to align with tool categories ( #1218 )
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-02-26 19:43:04 +08:00
bytecii
424b337c38
feat: add search toolkit to non-browser agents ( #1364 )
...
Co-authored-by: bytecii <bytecii@users.noreply.github.com>
Co-authored-by: Puzhen Zhang <91596298+nitpicker55555@users.noreply.github.com>
Co-authored-by: Tong Chen <web_chentong@163.com>
2026-02-26 18:48:54 +08:00
Tong Chen
343050b47f
🎨 add example skills ( #1370 )
...
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-02-26 12:58:39 +08:00
dataCenter430
fb740bbe3f
fix(ui): scope file viewer CSS so CSV/MD renderers don't affect app l… ( #1275 )
...
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: Tao Sun <168447269+fengju0213@users.noreply.github.com>
Co-authored-by: Sun Tao <2605127667@qq.com>
2026-02-25 17:08:47 +08:00
Dream
b64c2d2f0e
refactor: move IDE selection to inline dropdown in Folder view ( #1254 ) ( #1261 )
...
Co-authored-by: Tao Sun <168447269+fengju0213@users.noreply.github.com>
2026-02-25 17:06:23 +08:00
Tong Chen
b84aebf1ea
publish never when build ( #1369 )
2026-02-25 12:37:05 +08:00
Tong Chen
1565386378
chore: bump version to 0.0.85 ( #1359 )
2026-02-25 12:36:52 +08:00
bytecii
525980c14c
update
2026-02-24 03:34:17 -08:00
bytecii
97412e418f
fix: preserve per-task questions when loading multi-task projects from history
...
When a project has multiple tasks, each task's question was being
overwritten with the first task's question on reload. Changed the
question parameter from a single string to an array across the
load/replay chain so each task gets its own correct question.
Also fixed replayActiveTask to use the active task's own question
instead of the earliest question found across all chat stores.
2026-02-24 02:57:35 -08:00
Wendong-Fan
3ebff1ca3f
Revert "chore: bump version to 0.0.85" ( #1358 )
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-02-24 12:13:55 +08:00
Tong Chen
4d21221d28
chore: bump version to 0.0.85 ( #1342 )
...
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
2026-02-24 12:10:01 +08:00
Wendong-Fan
c3de07a5a5
fix: pre-build release issue ( #1357 )
2026-02-24 12:06:43 +08:00
Wendong-Fan
da22f341f6
test: check version update
2026-02-24 10:50:03 +08:00
Wendong-Fan
3166ca9ab9
chore: update version tag to 0.0.86 ( #1353 )
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-02-24 02:15:23 +08:00
Douglas Lai
38c7717f3d
Update Dahsboard UI ( #1349 )
...
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
2026-02-24 02:12:27 +08:00
Wendong-Fan
ddada3e642
Revert "feat: add model type autocomplete with api based suggestions and plat…" ( #1352 )
2026-02-24 02:02:46 +08:00
Puzhen Zhang
73cea2f0ef
Fix: chatstore null ( #1348 )
...
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
2026-02-24 00:39:33 +08:00
Puzhen Zhang
e25a9d953d
feat: browser_external_cdp ( #696 )
...
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: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
Co-authored-by: Sun Tao <2605127667@qq.com>
Co-authored-by: Tao Sun <168447269+fengju0213@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Weijie Bai <happy.regina.bai@gmail.com>
2026-02-24 00:18:08 +08:00
bytecii
dccaf6b3dd
fix: fix build failure after renaming ( #1343 )
...
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: bytecii <bytecii@users.noreply.github.com>
2026-02-23 15:26:12 +08:00
JwCwn
02fd53f796
refactor: standardize workspace casing ( #1337 )
...
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: bytecii
2026-02-22 03:05:15 -08:00
intelliking
a0b2d5d751
feat: add model type autocomplete with api based suggestions and plat… ( #1204 )
...
Co-authored-by: bytecii <bytecii@users.noreply.github.com>
2026-02-22 03:01:38 -08:00
Phives
6776a90a6f
feat(file_utils): robust path handling and safe directory listing ( #1195 )
...
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: bytecii <bytecii@users.noreply.github.com>
2026-02-22 01:41:18 -08:00
thecaptain789
e76568c1e1
feat(test): add unit tests for encrypt and time_friendly modules ( #1163 )
...
Co-authored-by: MiloBot <milobot@milobots-mini.home>
Co-authored-by: thecaptain789 <thecaptain789@users.noreply.github.com>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
2026-02-22 16:25:00 +08:00
Wendong-Fan
fea843160b
fix: align workspace component export names ( #1334 )
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-02-22 15:48:07 +08:00
JwCwn
2f521aa2d1
refactor: fix Workspace component naming typos ( #1333 )
2026-02-22 15:43:40 +08:00
Muhammet Eren Karakuş
413df36cd8
fix: patch 5 security vulnerabilities across electron, server, and proxy layers ( #1292 )
...
Co-authored-by: bytecii <994513625@qq.com>
2026-02-21 16:39:26 -08:00
Muhammet Eren Karakuş
8d26e1a122
fix: enforce authentication on unauthenticated endpoints and harden auth_must ( #1294 )
...
Co-authored-by: bytecii <994513625@qq.com>
2026-02-21 16:23:26 -08:00
BitToby
1831d2a686
feat: add multi-modal attachment propagation to all worker agents thr… ( #1196 )
...
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: Wendong-Fan <w3ndong.fan@gmail.com>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
2026-02-22 01:18:49 +08:00
Wendong-Fan
b47ea66c02
fix: add pip back in builder
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-02-21 23:15:46 +08:00
Wendong-Fan
2a65f6c8e8
chore: enhance ollama model url setting ( #1322 )
2026-02-21 19:00:53 +08:00
Wendong-Fan
96226ea01a
chore: update camel version
2026-02-21 17:01:29 +08:00
Wendong-Fan
5ca2caf557
feat: support grok,mistral,sambanova ( #1321 )
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-02-21 14:15:01 +08:00
Wendong-Fan
3b050b979e
Update WeChat QR code via QR Code Updater
...
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
🤖 Automated update
2026-02-20 13:52:08 +00:00
Tao Sun
a36e423abf
feat: add gemini-3.1-pro-preview ( #1314 )
2026-02-20 20:00:35 +08:00
dataCenter430
01994a775d
fix(ui): prevent install screen flash when already on main content ( #1280 )
...
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: bytecii <994513625@qq.com>
2026-02-19 03:44:50 -08:00
Tong Chen
a23c30db13
Feat skills ( #1221 )
...
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: Pakchoioioi <happy.regina.bai@gmail.com>
Co-authored-by: Douglas Lai <115660088+Douglasymlai@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Douglas <douglas.ym.lai@gmail.com>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
2026-02-19 02:29:21 +08:00
Wendong-Fan
d6142b5607
Revert "Udpate for model setting design" ( #1302 )
2026-02-19 02:11:37 +08:00
Douglas Lai
1e3fae9829
update input text color bug ( #1241 )
...
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
2026-02-19 02:05:51 +08:00
Douglas Lai
2a28d318fd
Udpate for model setting design ( #1201 )
...
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
2026-02-19 01:54:19 +08:00
Wendong-Fan
521a09f0d7
fix: update anthropic default url ( #1301 )
2026-02-19 01:31:40 +08:00
Douglas Lai
3288d6cea5
Resolve broken SVG import issue ( #1152 )
...
Co-authored-by: Tong Chen <web_chentong@163.com>
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
2026-02-19 00:57:53 +08:00
Douglas Lai
dc46f1b441
Update worker node design and add missing token ( #1140 )
...
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
2026-02-19 00:47:01 +08:00
Clayton
7bcca635a2
fix(ui): subtask overflow/borders, settings Preferred IDE card, chat … ( #1246 )
...
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
2026-02-19 00:04:52 +08:00
Eve
1733d560f7
fix: prevent subtask text from overflowing container ( #1273 )
...
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
2026-02-18 23:46:39 +08:00