feat: add claude-opus-4.6 model and fix SSE event stream format#21
Open
blime4 wants to merge 4 commits into
Open
feat: add claude-opus-4.6 model and fix SSE event stream format#21blime4 wants to merge 4 commits into
blime4 wants to merge 4 commits into
Conversation
blime4
commented
Feb 9, 2026
- Add claude-opus-4.6 to model mapping, KIRO_MODELS set, models endpoint, and webui
- Update map_model_name to route opus 4.6 requests correctly
- Prefix all SSE data lines with proper 'event:' fields in anthropic stream handler
- Add ping event after content_block_start for SSE compliance
added 4 commits
February 9, 2026 17:18
- Add claude-opus-4.6 to model mapping, KIRO_MODELS set, models endpoint, and webui - Update map_model_name to route opus 4.6 requests correctly - Prefix all SSE data lines with proper 'event:' fields in anthropic stream handler - Add ping event after content_block_start for SSE compliance
Change the model name mapping logic so that 'opus' defaults to claude-opus-4.6 unless '4.5' is explicitly specified, instead of the previous behavior that defaulted to 4.5 unless '4.6' was specified.
- Add startLogsAutoRefresh/stopLogsAutoRefresh functions - Auto-refresh logs every 3 seconds when logs tab is active - Stop auto-refresh when switching to other tabs
- Add inline logging for all stream error/success exit points in anthropic handler - Wrap retry loops in try/finally for gemini and openai handlers to guarantee logging - Add comprehensive logging for responses handler (both stream and non-stream) - Use should_log flag in anthropic non-stream handler to avoid duplicate logs
J1aDong
added a commit
to J1aDong/KiroProxy
that referenced
this pull request
Feb 18, 2026
…t stream format
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.