Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
e61feb1
feat(api): add throwIfAborted helper and completePrompt options regre…
easonliang28 Aug 19, 2026
e65cc08
feat(api): abort signal support for openai, openai-compatible base, z…
easonLiangWorldedtech Aug 20, 2026
4a31692
test(providers): export APIUserAbortError from openai mock in firewor…
easonLiangWorldedtech Aug 20, 2026
35c95ea
fix(api): normalize abort errors raised during stream iteration
easonLiangWorldedtech Aug 20, 2026
217f120
test(providers): cover the base_resp stream error path through the it…
easonLiangWorldedtech Aug 20, 2026
af320da
test(providers): cover remaining branch partials in base provider and…
easonLiangWorldedtech Aug 21, 2026
a0117fb
feat(api): add shared isRequestAborted and createAbortError helpers t…
easonLiangWorldedtech Aug 21, 2026
36f0b42
Merge branch 'feat/abort-r1-foundation' into feat/abort-r2-openai-family
easonLiangWorldedtech Aug 21, 2026
8632025
Merge remote-tracking branch 'upstream/main' into feat/abort-r2-opena…
easonliang28 Sep 2, 2026
20b1228
test(zai): align GLM-5.3-Flash expectations with abort-signal request…
easonliang28 Sep 2, 2026
8ce2489
refactor(api): dedupe handleOpenAIRequestError and strengthen abort-s…
easonliang28 Sep 2, 2026
cb77e0c
fix(api): reject pre-aborted Kimi requests and forward per-request ti…
easonliang28 Sep 2, 2026
c9311dc
fix(api): forward per-request timeoutMs and harden abort specs
easonliang28 Sep 2, 2026
707ddf7
Merge upstream/main (79cd12f2c) into feat/abort-r2-openai-family
easonliang28 Sep 3, 2026
0703c58
fix(ci): declare vitest as a root devDependency so the mutation gate …
easonliang28 Sep 3, 2026
09a0c80
test(api): strengthen focused tests for the changed-code mutation gate
easonliang28 Sep 3, 2026
805f297
test(api): exclude proven-equivalent Stryker mutants from the changed…
easonliang28 Sep 3, 2026
1e0b137
Merge branch 'main' into feat/abort-r2-openai-family
easonLiangWorldedtech Sep 3, 2026
7b31a5b
Merge upstream/main (0d937c050) into feat/abort-r2-openai-family
easonliang28 Sep 4, 2026
42bcdab
Merge remote-tracking branch 'upstream/main' into feat/abort-r2-opena…
easonliang28 Sep 5, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
"rimraf": "6.0.1",
"tsx": "4.22.4",
"turbo": "2.10.0",
"typescript": "5.9.3"
"typescript": "5.9.3",
"vitest": "4.1.9"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,json,css,md}": [
Expand Down
4 changes: 4 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading