Skip to content

v0.26.25

Choose a tag to compare

@ykdojo ykdojo released this 15 Jul 05:10
4615f8e

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, and gh 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.txt and searches it with ripgrep in milliseconds. Syncs skip automatically if run within the last hour.
  • Removed the clone skill and clone-conversation.sh - native /branch and --fork-session cover forking now. /dx:half-clone stays; 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)