This release includes 1 breaking change for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+6 more
ReleasePort's take
Moderate signalRelease v0.26.25 adds the new skill "/dx:private-github-search" for full‑text search across private GitHub repos and removes the clone skill along with `clone-conversation.sh`.
Why it matters: Deprecation severity 70 triggers removal of the clone skill and script; developers must update workflows before they break. The new private‑GitHub search skill adds capability without measurable gates.
Summary
AI summaryRemoved clone skill and script, added private GitHub full‑text search skill.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds new skill "/dx:private-github-search" for full‑text search across private GitHub repos Adds new skill "/dx:private-github-search" for full‑text search across private GitHub repos Source: llm_adapter@2026-07-15 Confidence: high |
— |
| Deprecation | High |
Removes the clone skill and `clone-conversation.sh` Removes the clone skill and `clone-conversation.sh` Source: llm_adapter@2026-07-15 Confidence: high |
— |
Full changelog
What's new
- New skill:
/dx:private-github-search- full-text search across all your GitHub repos, including private ones. GitHub's modern code search (the only one that indexes private repos) is web-only, andgh search code/ the REST API use the legacy engine that often returns nothing for private repos. The skill keeps a shallow local mirror (default branch, non-fork - same coverage as GitHub's own index) of every repo for the accounts in~/repo-mirror/owners.txtand searches it with ripgrep in milliseconds. Syncs skip automatically if run within the last hour. - Removed the clone skill and
clone-conversation.sh- native/branchand--fork-sessioncover forking now./dx:half-clonestays; it remains the only way to halve a conversation's context. - Tip 21 rewritten around native forking + half-clone; dx skills table and plugin descriptions updated.
Plugin version: 0.14.22 (#43)
Breaking Changes
- Removed the clone skill and `clone-conversation.sh`
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About claude-code-tips
45 tips for getting the most out of Claude Code, from basics to advanced - includes a custom status line script, cutting the system prompt in half, using Gemini CLI as Claude Code's minion, and Claude Code running itself in a container. Also includes the dx plugin.
Related context
Related tools
Beta — feedback welcome: [email protected]