-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Switch desktop execution to Sonnet 4.5 #190
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
Closed
jbutler1980
wants to merge
33
commits into
bytebot-ai:main
from
jbutler1980:stark-wait-reasons-capacity-20260121
Closed
Switch desktop execution to Sonnet 4.5 #190
jbutler1980
wants to merge
33
commits into
bytebot-ai:main
from
jbutler1980:stark-wait-reasons-capacity-20260121
Conversation
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
- Add --heartbeat=30 to websockify for WebSocket PING/PONG keep-alive - Server timeout configuration already in main.ts (keepAliveTimeout=0) - Prevents VNC disconnections behind Kong/HAProxy (typically timeout at 60s) - Recommended best practice for long-lived WebSocket connections 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
…obe (#1) * orchestrator: harden planner tool contract + Temporal capability probe * temporal-worker: add workflow Update contract tests
…-prompts Temporal: NEEDS_HELP creates step prompts without checklist FK
…gates Temporal: fail-closed planner tools + dispatch-step surface defaults
- Orchestrator: prevent strategy prompts from blocking runs; normalize NEEDS_HELP routing and idempotency - Agent: typed NEEDS_HELP enforcement; desktop input safety + observation/loop guards; proxy multi-endpoint failover - Desktop daemon: capabilities handshake + reset-input + deadman key/button release - Slack: reply-in-Slack interactivity endpoint + modal-based prompt resolve
- Add travel-shopping feasibility gate (planner + dispatch) - Fix workspaceId propagation in workflow dispatch - Add unit tests for travel gate
|
Ryvn Preview Creating preview This comment will be automatically updated with preview details. |
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.
Summary\n- route desktop execution to claude-sonnet-4-5\n- treat Sonnet/Opus as desktop-vision for endpoint ordering + no-cache\n- update temporal execution default to Sonnet\n- add proxy tests for Sonnet ordering and no-cache\n\n## Evidence\n- Tests: proxy.service.spec.ts (added coverage for Sonnet model handling)\n\n## Notes\n- No production secrets changed.\n- Requires image rebuild/tag update in pi-core (already handled separately).