Simon
052a302a08
refactor(core)!: rework agent run lifecycle and status semantics
...
BREAKING CHANGE: stop() is now async and resolves after the run fully
settles; status decouples from task outcome (new 'stopped' state, LLM
self-reported failure now ends as 'completed'). Lifecycle hooks re-throw
instead of being folded into the result; agent errors go to history.
Adds agent.lastResult.
2026-06-11 14:33:12 +08:00
Simon
5809fe3249
refactor(setup): consolidate prettier config and streamline CI
...
- Replace scattered .prettierignore files with a single root config
- Add scripts/ci.js to orchestrate lint, format, typecheck, commitlint, and build
- Simplify ci.yml to use ci.js and npm ci
- Apply prettier formatting to docs, locales, and HTML files
2026-04-16 17:04:23 +08:00
Simon
6fed95b365
chore: enable workspace TypeScript SDK prompt
2026-04-13 15:23:35 +08:00
Simon
c5c7e8af55
chore: set ts SDK path
2026-04-12 04:29:26 +08:00
Simon
c2648c1749
chore(setup): update TypeScript SDK path in settings
2026-04-04 03:44:31 +08:00
Simon
4d931b4430
chore: comments; spell check
2026-03-10 21:02:48 +08:00
Simon
4dc332a32c
docs: update changelog
2026-02-12 17:23:35 +08:00
Simon
2aa9c3b978
Merge branch 'main' into feat/ext
2026-01-23 00:56:24 +08:00
Simon
f4eec86e10
chore: clean up
2026-01-23 00:55:58 +08:00
Simon
b2260e9484
Merge branch 'main' into feat/ext
2026-01-21 19:01:46 +08:00
Simon
8c1c1ed9fe
fix: correct prettier extension recommendation
2026-01-21 19:01:27 +08:00
Simon
52454305fb
chore(vscode): update settings
2026-01-21 14:32:08 +08:00
Simon
5210a6edff
Merge branch 'main' into feat/ext
2026-01-21 01:26:56 +08:00
Simon
c781eba986
feat: fixed version in CDN URL
2026-01-21 01:08:19 +08:00
Simon
be85d63ef8
chore: update instructions
2026-01-20 17:41:45 +08:00
Simon
5f162b1a1c
chore: rm event bus; separate agent types
2026-01-17 23:30:12 +08:00
Simon
54e9bdad7d
chore: prettier json and markdowns
2026-01-17 16:15:36 +08:00
Simon
c8bf0dd20f
chore: get rid of build warnings
2026-01-16 14:50:56 +08:00
Simon
1c99d21c19
feat(website): add shadcn and magicUI components
2025-12-22 21:39:27 +08:00
Simon
f521bd9beb
docs: update model integration doc
2025-12-22 19:41:47 +08:00
Simon
7c2d000e29
feat: create llms package and mv files
2025-12-22 16:12:34 +08:00
Simon
d0836fd788
chore: clean up; update CI node; update vscode ext; fix lint
2025-12-08 17:18:54 +08:00
Simon
aa8f5ae235
chore: lint
2025-11-26 20:39:37 +08:00
Simon
4585a66c52
docs: update roadmap
2025-10-11 15:43:22 +08:00
Simon
4e43ebdc5f
chore: agents.md
2025-10-11 15:29:03 +08:00
Simon
47454fdeb6
chore: clean up structure; fix ai-motion warning
2025-10-10 17:20:14 +08:00
Simon
3087effb03
chore: exts
2025-09-29 19:29:00 +08:00
Simon
847620b5e8
feat: init
2025-09-29 16:33:15 +08:00