Route bare ucode by managed config and warn on ucode configure - #280
Merged
Conversation
AarushiShah-db
previously approved these changes
Aug 6, 2026
AarushiShah-db
left a comment
Collaborator
There was a problem hiding this comment.
lgtm can we just remove the "deprecated" warning for now - because technically we still need the user to run ucode configure whenever they want to change/update the workspace right?
AarushiShah-db
approved these changes
Aug 6, 2026
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.
Changes
Makes bare ucode the developer entry point under a managed config, and deprecates ucode configure. All behavior stays behind ENABLE_MANAGED_AGENT_CONFIG; with it unset the CLI is unchanged (bare ucode prints help).
ucode apply: publish the authored managed config #271 so the two don't conflict.Not in this PR
MCP/skill registration into state.json, and launching on the RecommendModel agent/model (bare ucode uses default_agent, so budget tiers are shown but not yet acted on) --> will be added in follow up pr.
Test plan
uv run pytest — 1293 passed, 36 skipped. ruff check and ruff format --check clean; ty 117 vs. 118 on main. 19 new tests:
New
ucodecommand displays config summary + launchesnote if you run ucode configure in workspace that has a managed config you get a blocking error.
Screen.Recording.2026-08-06.at.2.40.24.PM.mov
Existing
ucode configurecommand runs as normal when you're in a workspace without a managed confignote there's a warning that this command is being deprecated.
Screen.Recording.2026-08-06.at.2.43.00.PM.mov