Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
e61feb1
feat(api): add throwIfAborted helper and completePrompt options regre…
easonliang28 Aug 19, 2026
644b63c
feat(api): abort signal support for opencode-go, unbound, vercel-ai-g…
easonliang28 Aug 19, 2026
88a8446
fix(api): address CodeRabbit review on gateway-b abort handling
easonliang28 Aug 19, 2026
a3c4e6b
fix(api): preserve abort identity in gateway-b completion error handling
easonliang28 Aug 20, 2026
5c604a4
test(api): close changed-line coverage gaps in opencode-go, unbound
easonliang28 Aug 20, 2026
a0117fb
feat(api): add shared isRequestAborted and createAbortError helpers t…
easonLiangWorldedtech Aug 21, 2026
fe34190
Merge branch 'feat/abort-r1-foundation' into feat/abort-r1-gateway-b
easonliang28 Aug 21, 2026
6119cc1
refactor(api): use shared abort helpers from foundation utils in open…
easonLiangWorldedtech Aug 21, 2026
9d88d3f
Merge branch 'main' into feat/abort-r1-gateway-b
easonLiangWorldedtech Aug 30, 2026
6b8443d
Merge branch 'main' into feat/abort-r1-gateway-b
easonLiangWorldedtech Sep 1, 2026
55de3fd
Merge branch 'main' into feat/abort-r1-gateway-b
easonLiangWorldedtech Sep 2, 2026
c8e2df1
Merge upstream/main (79cd12f2c) into feat/abort-r1-gateway-b
easonliang28 Sep 3, 2026
9b87229
fix(ci): declare vitest as a root devDependency so the mutation gate …
easonliang28 Sep 3, 2026
10f21eb
test: add mutation-killing abort/bridge/loop tests to gateway B specs
easonliang28 Sep 3, 2026
ff747d0
Merge branch 'main' into feat/abort-r1-gateway-b
easonLiangWorldedtech Sep 3, 2026
2c4a42e
Merge branch 'main' into feat/abort-r1-gateway-b
edelauna Sep 3, 2026
823b2b1
Merge branch 'main' of https://github.com/Zoo-Code-Org/Zoo-Code into …
easonliang28 Sep 4, 2026
5fbb4cd
fix(api): address CodeRabbit abort-signal findings in opencode-go and…
easonliang28 Sep 5, 2026
3ff6877
Merge remote-tracking branch 'upstream/main' into feat/abort-r1-gatew…
easonliang28 Sep 5, 2026
b57adf3
test(api): assert two-arg create call with abort signal in the Fable …
easonliang28 Sep 5, 2026
25f290c
test(api): kill mutation survivors in the gateway-b abort paths
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