Skip to content

Commit a377ca1

Browse files
authored
Merge pull request #163 from WecoAI/dev
Remove session URL from headless output. Bump version (0.3.40)
2 parents b2703e0 + 0a452de commit a377ca1

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "weco"
88
authors = [{ name = "Weco AI Team", email = "contact@weco.ai" }]
99
description = "Documentation for `weco`, a CLI for using Weco AI's code optimizer."
1010
readme = "README.md"
11-
version = "0.3.39"
11+
version = "0.3.40"
1212
license = { file = "LICENSE" }
1313
requires-python = ">=3.10"
1414
dependencies = [

weco/commands/start/tui_bridge.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,6 @@ def run_headless_bridge(
170170
seed_prompt=seed_prompt,
171171
)
172172

173-
if orchestrator.dashboard_url:
174-
console.print(f"[green]Bridged session live.[/] Watch and steer at: [bold]{orchestrator.dashboard_url}[/]")
175-
176173
try:
177174
asyncio.run(orchestrator.run_until_stopped())
178175
except KeyboardInterrupt:

0 commit comments

Comments
 (0)