Skip to content

release: v4.7.1 — implement the documented -t flag + abyss enablement docs#48

Merged
telagod merged 1 commit into
mainfrom
release/v4.7.1
Jun 12, 2026
Merged

release: v4.7.1 — implement the documented -t flag + abyss enablement docs#48
telagod merged 1 commit into
mainfrom
release/v4.7.1

Conversation

@telagod

@telagod telagod commented Jun 12, 2026

Copy link
Copy Markdown
Owner

Patch release

The headline install command in every doc surface (npx code-abyss -t claude -y) used -t, but the arg parser only matched --target — so -t was silently ignored and the command fell into the interactive picker (broke outright under -y on non-TTY). This patch makes the documented command actually work.

Fixed

  • -t / -u short flags implemented (alias for --target / --uninstall), reflected in --help.

Changed (docs/site, since 4.7.0)

  • Quickstart leads with --with-abyss (one-shot code-graph enable), documents --with-mcp, clarifies plain -y, adds a verify step.
  • Site: --with-abyss/--with-mcp tip row; code-graph section shows SCIP benchmark as precision pills; footer version → v4.7.0.

Verification

  • 409 tests pass; -t parses correctly in --help and install flow.

Patch release. The headline install command in every doc surface used
'-t', which the parser never implemented (fixed on main: e61e4bf). Plus
the abyss-enablement doc/site improvements since 4.7.0.

- fix: -t / -u short flags (the documented '-y' one-shot now works)
- docs: quickstart leads with --with-abyss, documents --with-mcp + verify
- site: precision-pill benchmark row, enablement tip, footer version
@telagod telagod merged commit f2a26d1 into main Jun 12, 2026
15 checks passed
@telagod telagod deleted the release/v4.7.1 branch June 12, 2026 10:03
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