You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add --skip-upgrade and --verbose flags to ucode configure (#143)
* Add --skip-upgrade and --verbose flags to configure
--skip-upgrade suppresses the optional "Update <tool>?" prompt for
already-installed agent CLIs. Required minimum-version updates still run.
--verbose low drops the decorative "Validating"/"Ready" panels in favor
of terse single-line status. Defaults to normal (unchanged behavior).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* Fix e2e test mocks to accept prompt_optional_updates kwarg
configure_workspace_command now passes prompt_optional_updates= to
install_tool_binary, but the test mocks hardcoded the old signature and
raised TypeError. Relax them to accept **kwargs.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* Apply ruff format to test_e2e.py
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* Skip TestGeminiLaunch in CI
The gemini CLI version installed on CI runners rewrites model ids like
'databricks-gemini-3-5-flash' to 'gemini-3.5-flash', which Unity Catalog
rejects as an invalid endpoint name (the '.' is not allowed). Skip the
test in GitHub Actions until the CLI/gateway naming mismatch is resolved.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* Skip slow gpt-5-4-nano codex model in e2e launch test
The databricks-gpt-5-4-nano endpoint is unreliably slow and times out
past the 60s per-model budget, failing TestCodexLaunch. Add a
CODEX_INCOMPATIBLE_MODEL_FRAGMENTS deny-list mirroring the existing
TestCopilotLaunch pattern.
Co-authored-by: Isaac
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments