fix(sdk): accept CLI interleaved fields in the remote model catalog - #6029
Merged
Conversation
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Executive SummarySchema widening for CLI interleaved.field plus catalog, transport, and picker regression tests look correct after rebase. Files Reviewed (4 files)
Previous Review Summaries (2 snapshots, latest commit 2b9879e)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit 2b9879e)Status: No Issues Found | Recommendation: Merge Executive SummaryIncremental tests for CLI interleaved catalog parse, v1 transport publish, and picker lock-on-unknown look correct. Files Reviewed (3 files)
Previous review (commit 0f88436)Status: No Issues Found | Recommendation: Merge Files Reviewed (2 files)
Reviewed by grok-4.6 · Input: 124.9K · Output: 7.7K · Cached: 352.4K Review guidance: REVIEW.md from base branch |
intentionally-left-nil
approved these changes
Sep 10, 2026
iscekic
marked this pull request as draft
September 10, 2026 00:37
iscekic
force-pushed
the
fix/mobile-remote-cli-model-change
branch
from
September 10, 2026 01:16
af73376 to
2523f3e
Compare
iscekic
marked this pull request as ready for review
September 10, 2026 01:28
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.
One mismatched
interleaved.fieldused to reject the whole CLI catalog. The remote model picker then stayed disabled.What
interleaved.fieldstring from CLI 7.5+.interleavedas before.reasoning,reasoning_content,reasoning_details, andreasoning_text.Why
The picker discards
interleavedafter parse. The old enum (reasoning_content|reasoning_details) did not match CLI values such asreasoningandreasoning_text. Parse failure left protocolunknown, so the chip showed the model id and taps did nothing.Report: remote CLI session on Windows 11 PowerShell, CLI 7.5.9, latest app. Screenshot showed
muse-spark-1.3-contributortruncated on the composer chip.Test
pnpm --filter @kilocode/cloud-agent-sdk exec jest --testPathPatterns=remote-model-catalog.test