-
Notifications
You must be signed in to change notification settings - Fork 269
feat(zoo-gateway): cache model catalog per session with ETag revalida… #1459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
JamesRobert20
wants to merge
31
commits into
main
Choose a base branch
from
fix/zoo-gateway-models-session-cache
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
0bc7ca4
feat(zoo-gateway): cache model catalog per session with ETag revalida…
JamesRobert20 0d675ab
fix(zoo-gateway): resolve CI type errors and raise patch coverage
JamesRobert20 9de812b
test(zoo-gateway): cover remaining session cache and ETag paths
JamesRobert20 236196f
fix(zoo-gateway): address CodeRabbit review on session cache lifecycle
JamesRobert20 e1d4309
fix: keep auth session catalog during forced model refresh
JamesRobert20 8f9f7e9
fix(zoo-gateway): surface reasoning traces from delta stream
JamesRobert20 04b896a
fix(zoo-gateway): address edelauna review feedback
JamesRobert20 c29d17b
fix(zoo-gateway): address CodeRabbit review and kill survived mutations
JamesRobert20 00ff678
fix(model-cache): add generation counter to prevent stale fetch from …
JamesRobert20 006d32e
Merge remote-tracking branch 'origin/main' into fix/zoo-gateway-model…
JamesRobert20 1ac2f22
fix(model-cache): fix in-flight cleanup clobbering newer post-sign-ou…
JamesRobert20 65211c7
test(model-cache): kill survived mutants — cache bound, empty-entry g…
JamesRobert20 8c404cb
fix(model-cache): use const for fetchWithCleanup to satisfy prefer-co…
JamesRobert20 444e9c7
fix(task): await disposal cleanup (#1526)
roomote d95df41
fix(task): cover cleanup completion branches
roomote 1141702
fix(task): preserve abort completion semantics
roomote f008344
test(task): cover disposal failure branches
roomote bd19346
test(task): fail fast on stalled disposal
roomote 7d135f9
test(task): cover multi-task shutdown disposal
roomote 7bddaf1
test(formal): model task cleanup protocol
roomote a54e4db
test(formal): model provider cleanup phases
roomote ca1f005
fix(task): simplify disposal promise memoization
roomote d602da4
test(task): assert rejected abort invocation
roomote 6453af1
Merge branch 'fix/task-dispose-teardown-2o7nhyn77n069' into fix/zoo-g…
JamesRobert20 da9767b
Merge branch 'main' into fix/zoo-gateway-models-session-cache
JamesRobert20 ffef3bd
Merge branch 'main' into fix/zoo-gateway-models-session-cache
JamesRobert20 d173c0d
test(model-cache): kill session-cache mutants without resetModules
JamesRobert20 d979578
test(model-cache): kill remaining session-cache mutation survivors
JamesRobert20 6d1dbe7
test(model-cache): kill the 8 surviving mutants from mutation.json
JamesRobert20 b4e12e8
Merge branch 'main' into fix/zoo-gateway-models-session-cache
JamesRobert20 f3f566f
Update src/api/providers/fetchers/modelCache.ts
edelauna File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
Add coverage for
delta.reasoning.This test covers only
delta.reasoning_content, but the PR contract also supportsdelta.reasoning. Add a case withreasoning: "thinking hard"and assert that the reasoning chunk is emitted before text. A regression in that alternate-field path would otherwise pass this suite.As per path instructions, tests must cover relevant compatibility and boundary paths.
🤖 Prompt for AI Agents
Source: Path instructions