feat(core): expand agent runtime and model configuration flows#143
Merged
GCWing merged 4 commits intoGCWing:mainfrom Mar 13, 2026
Merged
feat(core): expand agent runtime and model configuration flows#143GCWing merged 4 commits intoGCWing:mainfrom
GCWing merged 4 commits intoGCWing:mainfrom
Conversation
added 4 commits
March 13, 2026 18:27
Align agent execution, remote connect, and model configuration updates across core, desktop, CLI, web UI, and mobile web so the new interaction and configuration paths work consistently end to end. Made-with: Cursor
Tighten the selected-model category select rendering and dropdown styling so compact category labels display cleanly and the selector layout remains stable in the model config panel. Made-with: Cursor
Restore the Windows-only PTY resize debug macro import so terminal-core builds correctly in CI without introducing unused-import warnings on other platforms. Made-with: Cursor
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.
Summary
This PR is a cross-surface integration update that keeps the agent runtime, transport layer, remote connect flows, and model configuration experience aligned across core Rust services, desktop/CLI adapters, the web UI, and mobile web.
Key changes
AIModelConfig,DefaultModelConfig, onboarding/model selector flows, config services, provider catalog handling, and related API wiring so provider defaults and model-selection behavior are managed more consistently.Scope
src/crates/core,src/crates/transport,src/apps/desktop,src/apps/cli,src/web-ui, andsrc/mobile-webTest plan
cargo check --workspacepnpm run build:webpnpm run build:mobile-web