Skip to content

Releases: respawn-llc/ksrc

v0.6.3

12 May 22:51
1bc1aaa

Choose a tag to compare

Bug Fixes

  • support custom Gradle user home
  • fall back from read-only init cache

Other

  • support config cache isolated projects
  • isolate Gradle home cache fixtures
  • normalize relative user home
  • harden init and user home fallbacks
  • automate dependency updates
  • cover MCP gradle home follow-ups
  • Merge pull request #26 from respawn-app/fix/gradle-user-home
  • harden release version tagging
  • bump to v0.6.3

v0.6.2

12 Apr 19:35
664b7ac

Choose a tag to compare

Bug Fixes

  • replace brittle parser contracts
  • use resolved coord in where file ids
  • use Maven-style cache version ordering
  • preserve follow-up file-id resolution context
  • address review follow-ups
  • tighten cache fallback semantics

Other

  • bump deps for 0.6.2
  • reuse shared coord selector filtering
  • split handlers through shared adapter layer
  • split planning and fallback stages
  • share file lookup helpers
  • version init script template
  • remove project hint build-file scanning
  • tolerate file-id cache lookup failures
  • lock search output contracts
  • fall back to temp extract cache root
  • keep dep fallback root-scoped by default
  • fall back to temp extract root
  • Merge pull request #23 from respawn-app/chore/maintenance-release-deps

Docs

  • align search output contract

v0.6.1

05 Mar 22:56
v0.6.1
739e1a5

Choose a tag to compare

Patch release highlights:

  • remove hardcoded filtering of Kotlin paths
  • align source-file docs and help text
  • refresh dependencies, fixtures, and pinned GitHub Actions versions

What's Changed

  • Remove hardcoded filtering of Kotlin paths by @embeddedt in #21

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

31 Jan 19:05
c12d802

Choose a tag to compare

Introducing ksrc mcp - use ksrc as an MCP server. It provides essentially the same functionality as the CLI tool, but makes the tool usable if your agent still doesn't have access to the bash tool. Configure by reading the Readme

Note: If your agent has access to bash, it's still recommended to stick to cli + skill approach.

Changes

  • Fix claude plugin version
  • Add issue auto-assign workflow
  • Add MCP server and tests
  • accept more line range delimiters like :, /, -, ;
  • clarify parameter defaults
  • reject negative line ranges

v0.5.2

31 Jan 14:00
5e6a2ab

Choose a tag to compare

Other

  • Refactor resolution flow and align docs
  • Fix brew tap bottle drift

v0.5.1

24 Jan 17:34
0eb8923

Choose a tag to compare

  • Change Brew publishing workflow to publish binaries directly via bottles
  • ensure consistent cache fallback for file-id reads
  • Update help output and bump version
  • Improve SKILL.md with a more aggressive prompt

v0.5.0

20 Jan 09:53
74ab39c

Choose a tag to compare

  • Improve install script error handling
  • Guard install target path in installer script
  • add AGP9 smoke job and sample project
  • auto fall back to cache when Gradle fails
  • mark gradle failures as issues, do not fail
  • preserve --all results on gradle failure
  • add --verbose flag
  • expand verbose diagnostics
  • centralize version config

Note: License has been switched to Apache 2.0 with this update.

v0.4.0

14 Jan 15:22
v0.4.0
7999dbb

Choose a tag to compare

• Search now treats the pattern as a positional argument and defaults to matching all, instead of -q.

It's highly recommended to update both skill and tool for models to start using the new syntax correctly.

• Dash‑prefixed patterns are now accepted (with -- separator for CLI parsing; ripgrep is protected via -- injection).


  • Remove local ksrc launcher script
  • Switch search to positional pattern and default --all
  • Silence buildSrc no-source warning
  • Update README
  • Update ksrc skill for new search syntax
  • Bump plugin version to align with script version
  • Allow dash-prefixed search patterns

v0.1.4

05 Jan 23:28
v0.1.4
3d7982c

Choose a tag to compare

Other

  • Simplify search output format
  • Bump version to 0.1.4

v0.1.3

05 Jan 11:50
d48985a

Choose a tag to compare

Initial release. Welcome!