Skip to content

Commit 9e722d5

Browse files
committed
ucode run: trim verbose comment on single-model auto-launch
Co-authored-by: Isaac
1 parent 8e1d06a commit 9e722d5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/ucode/cli.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,8 +1102,6 @@ def _run_session(ctx: typer.Context, skip_preflight: bool = False) -> None:
11021102
print_section("ucode")
11031103
if len(recommended) == 1:
11041104
# Only one model recommended — no point prompting; launch it directly.
1105-
# Keep the console quiet (the Model/Harness banner below still shows
1106-
# what launched); note it only in the debug log.
11071105
chosen = recommended[0]
11081106
_debug("recommend", f"single recommended model, auto-launching {chosen}")
11091107
else:

0 commit comments

Comments
 (0)