Skip to content

setup: drop the tracing prompt while managed tracing is broken - #297

Open
tt-le wants to merge 1 commit into
mainfrom
tien/setup-drop-tracing-prompt
Open

setup: drop the tracing prompt while managed tracing is broken#297
tt-le wants to merge 1 commit into
mainfrom
tien/setup-drop-tracing-prompt

Conversation

@tt-le

@tt-le tt-le commented Aug 7, 2026

Copy link
Copy Markdown
Collaborator

Managed tracing doesn't work end to end yet, so ucode setup asking "send coding-session traces to an MLflow experiment?" only authored a tracing_table the workspace can't honor. The prompt is removed; the flow now goes straight from per-agent models to MCP servers.

Scope

Prompt-only removal, not a rip-out — since managed tracing is temporarily broken, not going away:

  • Removed: the interactive Tracing section (prompt_yes_no_default + configure_tracing_command).
  • Kept: the tracing_table manifest field, its serialize/validate support, _tracing_table_from_state, and the summary's Tracing row (reads the manifest, so it shows "disabled" for wizard-authored configs and the real table if a --from-file config sets one).

So a hand-written manifest can still carry tracing, and re-adding the prompt when the backend is ready is a localized change. A comment at the removal site says exactly that.

Full test suite passes; no test depended on the prompt sequence.

This pull request and its description were written by Isaac.

Managed tracing doesn't work end to end yet, so asking "send coding-session
traces to an MLflow experiment?" only authored a `tracing_table` the workspace
can't honor. The section is removed from the interactive flow, which now goes
straight from per-agent models to MCP servers.

Kept intact: the `tracing_table` manifest field, its serialize/validate support,
`_tracing_table_from_state`, and the summary's Tracing row (reads the manifest, so
it shows "disabled" now and the real table once a `--from-file` config sets one).
So a hand-written manifest can still carry tracing, and re-adding the prompt is a
localized change when the backend is ready.

Co-authored-by: Isaac
@tt-le
tt-le requested a review from AarushiShah-db August 7, 2026 22:05
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.

1 participant