Simon
4122735bba
chore(version): bump version to 1.12.1
2026-07-10 17:09:56 +08:00
Simon
1cab66b898
feat(llms): update model list and patches ( #611 )
...
* fix(llms): gpt patch
* feat(llms): patch `hunyuan` models
* feat(llms): update model list
2026-07-10 17:08:14 +08:00
Simon
d5c994708c
chore(llms): gate live model tests behind test:live ( #610 )
...
* chore(llms): gate live model tests behind test:live
Keep *.live.test.ts out of npm test so local CI stays fast; run them
explicitly via npm run test:live when checking provider compatibility.
* chore: skill gh permission
2026-07-10 15:48:52 +08:00
Simon
29fee0012a
chore(version): bump version to 1.12.0
2026-07-09 15:50:06 +08:00
Simon
33dcf67252
chore(llms): limit live test concurrency ( #604 )
2026-07-09 15:47:12 +08:00
Simon
f73831036d
chore(version): bump version to 1.11.0
2026-07-03 23:57:03 +08:00
Simon
9a75ead6ad
fix: do not enable OpenRouter reasoning by default
2026-07-03 20:30:57 +08:00
Simon
10276c6e67
fix: new URL should always be in a try block
2026-07-03 20:14:11 +08:00
Simon
5aeb67f6d6
feat(llms): update model list; update patch
2026-07-03 03:04:43 +08:00
Simon
556bc7448a
chore(llms): add real-api test for all supported models
2026-07-03 02:29:06 +08:00
Simon
04b84b6e8a
fix(llms): model compatibility problem
2026-07-03 02:26:01 +08:00
Simon
a47e12c0e0
fix: model patch for GPT and Claude
2026-07-02 22:11:28 +08:00
Simon
8ad719744a
feat: rewrite llm config and model patch
2026-07-02 21:31:44 +08:00
Simon
2b679d85cb
fix(llms): omitting both reasoning_effort and temperature for chat-latest
2026-06-26 00:12:34 +08:00
artboy
57f64347ac
fix(llms): skip reasoning_effort patch for *-chat-latest models
...
normalizeModelName reduces gpt-5.2-chat-latest to gpt-52-chat-latest,
which matches the gpt-52 prefix and gets reasoning_effort='none'.
But chat-latest models don't support reasoning_effort, causing
HTTP 400.
Fix: check for 'chat-latest' before applying reasoning_effort patches.
Fixes #563
2026-06-23 14:26:45 +08:00
Simon
c04c02723d
chore(version): bump version to 1.10.0
2026-06-15 17:31:54 +08:00
Simon
77468e4ab4
chore(version): bump version to 1.9.1
2026-06-15 17:22:10 +08:00
Simon
daae28db34
test(core): add PageAgentCore lifecycle tests
2026-06-09 17:07:10 +08:00
Simon
3a2f0a41ec
chore(version): bump version to 1.9.0
2026-06-08 22:42:46 +08:00
Simon
2f343bcc56
feat(llms): add Claude Opus 4.8 support
...
Strip temperature for claude-opus-4-8, add tests, list model on website.
2026-06-08 22:23:56 +08:00
Simon
68ae73d4e6
chore(llms): add vitest unit tests for llms package
2026-06-04 20:27:33 +08:00
Simon
90ff96ca15
fix: dts global declarations should not be bundled
2026-06-04 17:44:59 +08:00
Simon
9891e02215
fix(llms): handle AbortError during .json()
2026-06-03 23:31:01 +08:00
Simon
823195ad94
fix(llms): add error handling for invalid JSON responses and schema validation
2026-06-03 23:14:12 +08:00
Simon
fd12fb9f1b
refactor(llms): split AbortError out of InvokeError
2026-06-03 23:00:33 +08:00
Simon
fb8de08c39
fix(llms): fix abort handling and clean up retry logic
2026-06-03 22:44:54 +08:00
Simon
ebc785d1fe
chore(version): bump version to 1.8.2
2026-05-11 19:40:30 +08:00
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