Skip to content

0.14.0

Choose a tag to compare

@amaiya amaiya released this 16 Feb 22:14
· 244 commits to main since this release

0.14.0 (2026-02-16)

new:

  • MCP Support: Support for local and remote MCP servers (#59)
  • Repository-specific custom tools: Custom tools can now be defined per-repository in <repo>/.patchpal/tools/ in addition to global tools in ~/.patchpal/tools/. Repository-specific tools override global tools with the same name, similar to how skills work. This makes it easy to share project-specific tooling with your team.(#64)

changed:

  • [BREAKING CHANGES] Repository-specific file storage structure: Changed storage location from ~/.patchpal/<repo-name>/ to ~/.patchpal/repos/<repo-name>/ for better organization and clarity. All repository-specific files (audit.log, MEMORY.md, permissions.json, backups/, .history) now reside in the repos/ subdirectory. This is a breaking change - existing files in the old location won't be automatically migrated. Skills (~/.patchpal/skills/) and custom tools (~/.patchpal/tools/) remain unchanged. (fixes #63)

fixed:

  • Allow backspace when answer ask_user tool