Feat/agent stop start#4
Merged
Merged
Conversation
Clients were keyed by clientId alone, so one user (same clientId/sub) opening chats with several agents on separate sockets had each new socket overwrite the previous registration; earlier conversations stopped receiving events. Key the registry by the clientId+agentId pair instead, letting a multi-slot dashboard talk to N agents at once. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The scheduler packs by requests, not usage. A 500m request reserved a full 8-vCPU node across ~14 idle agents (running at ~8%), so new agents stuck Pending on Insufficient cpu. Idle agents use ~10-20m; drop the request to 100m. Limits are unchanged (still burst to i.cpu); the 512Mi memory floor becomes the next ceiling (~28 agents/node). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Version was baked into the bundle at build time, so a dist/ built before a version bump self-reported the old version and the update-available banner looped forever. Read package.json from disk at runtime (npm always ships it in the tarball). Add a CI step that verifies the built binary reports the package version before publishing. Bump 0.1.9 to 0.1.10. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Regenerate app + admin SDK from the current swagger-spec via openapi-ts so the checked-in client matches generator output. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Merged
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.