mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-16 23:43:10 +00:00
So that CLI and other API consumers can surface a clickable link to the run's web UI page instead of guessing route shapes or probing settings. The server populates `web_url` from `server.web.enabled` and `server.web.url`, returns it on `RunStatusResponse` (create plus all lifecycle transitions), and persists it on the `run.created` event so attach replays the same link without re-deriving it. CLI: prints `Web UI: <url>` as a run-header info line, driven off the replayed event so fresh runs and `attach` share one code path. Absent when the UI is disabled. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| fixtures | ||
| agent_linear.rs | ||
| command_agent_mixed.rs | ||
| command_pipeline.rs | ||
| conditional_branching.rs | ||
| dry_run_examples.rs | ||
| full_stack.rs | ||
| hooks.rs | ||
| human_gate.rs | ||
| mod.rs | ||
| real_cli.rs | ||