Simon
fb3ac4d454
chore: upgrade dependencies
2026-05-11 17:19:23 +08:00
Simon
90270fb76c
fix(ts): InvokeErrorType separate confusing value/type space
2026-04-28 15:57:51 +08:00
Simon
f5591dd3ea
chore(version): bump version to 1.8.1
2026-04-27 23:32:01 +08:00
Simon
dc41969503
feat(models): support gpt-5.4 and refresh recommendations
2026-04-27 21:40:19 +08:00
Simon
15f3af406c
fix(llms): remove tool_choice for deepseek models
2026-04-27 20:32:53 +08:00
zzy-life
a7cc935453
feat(llms): add transformRequestBody hook and improve prompt assembly ( #480 )
...
* feat(llms): add transformRequestBody hook and refine prompt handling
* docs(website): document transformRequestBody usage
* refactor(extension): keep function-valued config handling consistent in useAgent
* feat: simplify `transformRequestBody`
---------
Co-authored-by: Simon <10131203+gaomeng1900@users.noreply.github.com >
2026-04-27 19:46:46 +08:00
Simon
2ad2d06d01
chore(version): bump version to 1.8.0
2026-04-15 03:11:14 +08:00
Simon
78c829d955
fix: global helper functions redeclaration
2026-04-14 02:57:13 +08:00
Simon
acfb336a9a
fix: pre-publish and post-publish hooks
2026-04-12 03:16:13 +08:00
Simon
4d27d49752
refactor(setup): upgrade to TypeScript 6 with source-first monorepo resolution
2026-04-12 02:04:21 +08:00
Simon
e9784a16d0
chore: upgrade deps
2026-04-08 22:00:29 +08:00
Simon
cb55daf47d
chore(version): bump version to 1.7.1
2026-04-04 01:37:49 +08:00
Simon
6823e04ca9
chore(version): bump version to 1.7.0
2026-03-31 20:45:12 +08:00
Simon
c465fd8aa4
chore(version): bump version to 1.6.3
2026-03-30 22:29:03 +08:00
Simon
75bc69c0c0
chore(version): bump version to 1.6.2
2026-03-25 01:05:20 +08:00
Simon
eede819ea8
chore(version): bump version to 1.6.1
2026-03-22 03:27:51 +08:00
Simon
b6691b4732
chore(version): bump version to 1.6.0
2026-03-21 02:24:42 +08:00
Simon
66a85c0dd3
feat: option to disable named tool choice
2026-03-20 17:40:16 +08:00
Simon
fe82b11285
feat: AK optional
2026-03-19 19:50:05 +08:00
Simon
bdf79b7c10
chore(version): bump version to 1.5.11
2026-03-18 20:45:19 +08:00
Simon
24eefdef23
chore(version): bump version to 1.5.10
2026-03-18 20:36:29 +08:00
Simon
17e92b6200
chore(version): bump version to 1.5.9
2026-03-18 03:45:56 +08:00
Simon
88ea2c6708
Merge pull request #221 from octo-patch/feature/add-minimax-provider
...
feat: add MiniMax model support with temperature clamping
2026-03-17 14:16:59 +08:00
Simon
3d014f15e7
chore(version): bump version to 1.5.8
2026-03-16 22:52:32 +08:00
octo-patch
8ad4d19232
feat: add MiniMax model support with temperature clamping
...
Add MiniMax (M2.5 / M2.5-highspeed) as a tested model provider:
- Add model-specific patch in utils.ts: clamp temperature to (0, 1]
since MiniMax API rejects temperature=0, and remove unsupported
parallel_tool_calls parameter
- Add MiniMax to the tested models list on the Models documentation page
- Add MiniMax configuration example alongside existing providers
2026-03-15 23:42:30 +00:00
Simon
0fa7dc0531
chore(version): bump version to 1.5.7
2026-03-13 22:02:02 +08:00
Simon
4aab7f991f
chore(version): bump version to 1.5.6
2026-03-12 00:53:10 +08:00
Simon
692ac4acca
chore(version): bump version to 1.5.5
2026-03-10 22:49:03 +08:00
Simon
b4ebb2b98f
chore(version): bump version to 1.5.4
2026-03-09 23:35:04 +08:00
Simon
15d609aebc
chore(version): bump version to 1.5.3
2026-03-09 17:02:34 +08:00
tsubasakong
eec601e6b2
fix(llms): avoid reasoning_effort for GPT-5.4 chat tools
2026-03-08 16:37:32 -07:00
Simon
27e9e78636
chore(version): bump version to 1.5.2
2026-03-07 03:08:33 +08:00
Simon
19b03b83ea
chore(version): bump version to 1.5.1
2026-03-05 19:28:19 +08:00
Simon
53db2069ce
feat: zod support v3/4
2026-03-05 19:13:18 +08:00
Simon
0dacbda9da
chore: improve logging
2026-03-05 16:54:41 +08:00
Simon
8bc27414a4
chore(version): bump version to 1.4.4
2026-03-05 16:25:16 +08:00
Simon
2754023a80
chore(version): bump version to 1.4.3
2026-03-04 21:18:51 +08:00
Simon
4807d550a3
chore(version): bump version to 1.4.2
2026-03-03 21:54:41 +08:00
Simon
b4b9f6ce2d
chore(version): bump version to 1.4.1
2026-03-03 20:56:24 +08:00
Simon
0ffd221a61
chore(version): bump version to 1.4.0
2026-02-27 21:59:00 +08:00
Simon
68d68182e2
feat(website): drop hash-based router
2026-02-27 19:46:44 +08:00
Simon
b4377ed152
chore: remove unused env.d.ts file
2026-02-25 17:19:09 +08:00
Simon
b7be29d792
feat(core): enhance tollcall validation with better error reporting
2026-02-25 17:17:35 +08:00
Simon
22fe448d95
refactor: unify zod imports
2026-02-25 16:18:56 +08:00
Simon
49bdc70c78
chore: improve error logging
2026-02-25 16:13:39 +08:00
Simon
8cb57befb3
feat(model): disable thinking for Qwen model patch
2026-02-23 17:30:35 +08:00
Simon
3e7851849f
chore(version): bump version to 1.3.0
2026-02-13 18:50:32 +08:00
Simon
dffcb53db9
feat!: Refine lifecycle hooks; fix abortSignal
...
- add `stop` method. agent can be reused after stopped
- agent can not be reused after disposed
- extension DO NOT exposes `dispose` anymore. only `stop`.
- update panel for new `stop` method
- fix MultiPageAgent dispose event
- better handling abortSignal
2026-02-13 17:57:12 +08:00
Simon
20e947a1c1
chore(version): bump version to 1.2.0
2026-02-11 20:09:23 +08:00
Simon
1fcf931685
feat(core): add a observe phase in a step; improve abortSignal
2026-02-10 22:20:42 +08:00