setup: drop the tracing prompt while managed tracing is broken - #297
Open
tt-le wants to merge 1 commit into
Open
setup: drop the tracing prompt while managed tracing is broken#297tt-le wants to merge 1 commit into
tt-le wants to merge 1 commit into
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Managed tracing doesn't work end to end yet, so
ucode setupasking "send coding-session traces to an MLflow experiment?" only authored atracing_tablethe 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:
prompt_yes_no_default+configure_tracing_command).tracing_tablemanifest 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-fileconfig 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.