Deprecate configure skills - #526
Draft
xsh310 wants to merge 1 commit into
Draft
Conversation
xsh310
force-pushed
the
xshen/skill-configure-deprecation
branch
from
September 8, 2026 05:43
18c4870 to
5c0dc1e
Compare
xsh310
force-pushed
the
xshen/skill-configure-deprecation
branch
from
September 8, 2026 18:25
5c0dc1e to
e39ce37
Compare
xsh310
force-pushed
the
xshen/skill-configure-deprecation
branch
from
September 8, 2026 19:09
e39ce37 to
2575e96
Compare
xsh310
force-pushed
the
xshen/skill-configure-deprecation
branch
from
September 8, 2026 22:12
2575e96 to
8d30017
Compare
xsh310
force-pushed
the
xshen/skill-configure-deprecation
branch
from
September 8, 2026 22:16
8d30017 to
9fadcf7
Compare
xsh310
force-pushed
the
xshen/skill-configure-deprecation
branch
from
September 8, 2026 22:58
9fadcf7 to
2034d73
Compare
Mark `ucode configure skills` deprecated and print a note steering developers to `ucode skill add` (download or add MCP scopes) and `ucode skill remove --mcp` (remove MCP scopes). The bare no-location form registers the utility-tools-only connection, which has no replacement yet, so its note says it remains supported. The command keeps working; only the guidance changes. Co-authored-by: Arthur Jenoudet <arthur.jenoudet@databricks.com> Co-authored-by: Isaac <no-reply@databricks.com>
xsh310
force-pushed
the
xshen/skill-configure-deprecation
branch
from
September 8, 2026 23:09
2034d73 to
6083627
Compare
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.
What
Marks
ucode configure skillsdeprecated now thatucode skill add/ucode skill remove --mcpcover its behavior with per-agent scoping. The command keeps working; only the guidance changes.How
deprecated=Trueso its help is flagged.--location, it prints a note pointing atucode skill add(download or add MCP scopes) anducode skill remove --mcp(remove MCP scopes).--location, it registers the utility-tools-only connection (which has no replacement yet), so its note says that bare setup remains supported.Tests
test_cli.py:configure skills --location a.b --mcpwarns "deprecated" and still dispatchesconfigure_skills_mcp_command(["a.b"]); the bare form explains the utility-tools-only setup remains supported and still dispatchesconfigure_skills_mcp_command([]).uv run pytest tests/test_mcp.py tests/test_cli.py tests/test_lint.pyis green.Manual verification (installed build)
Confirmed with the installed build (
0.1.0+91.g5c0dc1e) thatconfigure skillsis flagged deprecated and still works.ucode configure skills --help(deprecated)ucode configure skills --location dep.test --mcpucode configure skillsis deprecated. Useucode skill add..." then registers the scope (both agents set todep.test)The bare no-location form's "utility-tools-only setup remains supported" message is covered by the unit test in this PR.
Stacking
Fifth and last in the stacked per-agent skills series, based on
xshen/skill-per-agent-remove(#525). Reviewing the diff against that base shows just this change. It rebuilds behavior originally designed by Arthur Jenoudet on the current per-client-map state model.This pull request and its description were written by Isaac.