Skip to content

Polish managed configure output - #700

Merged
rohita5l merged 2 commits into
mainfrom
codex/polish-configure-output
Sep 17, 2026
Merged

rohita5l merged 2 commits into
mainfrom
codex/polish-configure-output

Conversation

@rohita5l

Copy link
Copy Markdown
Collaborator

Summary

  • use UG_WORKSPACE as the fallback for ug configure while preserving explicit option precedence
  • simplify managed configuration and launch output for a cleaner CLI experience
  • keep budget-only managed configs on the normal agent-selection path
  • replace Claude web-search discovery text with a generic preparation spinner

Testing

  • uv run pytest tests/test_cli.py -q (324 passed)
  • uv run ruff check src/ucode/cli.py tests/test_cli.py
  • uv run ruff format --check src/ucode/cli.py tests/test_cli.py
  • git diff --check

@rohita5l
rohita5l force-pushed the codex/polish-configure-output branch from 23f98a8 to 22e1fd4 Compare September 17, 2026 01:48
Comment thread src/ucode/cli.py
if want_claude:
with spinner("Fetching web search model..."):
with spinner("Preparing Claude Code..."):
ws_models, _ = discover_codex_models(workspace, token)

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

didnt want to say fetching web search model

Comment thread src/ucode/cli.py Outdated
@rohita5l
rohita5l force-pushed the codex/polish-configure-output branch from 22e1fd4 to e503745 Compare September 17, 2026 01:55
Comment thread src/ucode/cli.py
Comment thread src/ucode/cli.py
@rohita5l
rohita5l enabled auto-merge (squash) September 17, 2026 13:37
@rohita5l
rohita5l merged commit eefa18d into main Sep 17, 2026
20 checks passed
@rohita5l
rohita5l deleted the codex/polish-configure-output branch September 17, 2026 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants