Skip to content

Releases: cachet-labs/cachet-cli

v0.2.0

30 May 13:15

Choose a tag to compare

Changelog

  • cfe6f9f docs(readme): list new commands, MCP/serve usage, updated redaction + recall notes
  • 411773a feat: MCP server, HTTP ingest + SDK shims, TUI, analytics, lifecycle cmds
  • 6dea941 feat: embeddings recall tier (OpenAI + Ollama) + close all test gaps
  • 139a011 feat: foundation hardening — security, storage integrity, recall, proxy, dev
  • 73ad8e4 fix(proxy): drain capture workers on Close + correct test assertions
  • f4de8e6 test(watcher): add ngrok parse/filter/dedup/redaction tests (0->79%)

v0.1.6

30 Apr 04:46

Choose a tag to compare

Changelog

  • 053d79c refactor: split monolithic SKILL.md into lean router + topic files

v0.1.5

29 Apr 18:08

Choose a tag to compare

Changelog

  • 2b0b77c feat: implement TOON encoding for LLM prompts to optimize token usage

v0.1.4

29 Apr 17:30

Choose a tag to compare

Changelog

  • f8d8913 feat: add 'cachet dev' command to start dev server and proxy together with automatic failure capture
  • df2a65c feat: add AI agent skill installation instructions for in-editor guidance in README.md
  • ffad09c feat: add comprehensive usage guide and setup instructions for cachet-cli in SKILL.md
  • 4d6bece fix: reorder and clarify installation instructions for cachet skill in README.md
  • b3381ad fix: update capture command examples to include full URLs and clarify flag usage

v0.1.3

29 Apr 14:35

Choose a tag to compare

Changelog

  • 0b38c10 fix: improve error handling in gitDiff, enhance URL handling in splitMethodPath, and refine confidence value in ParseResolverResponse

v0.1.2

29 Apr 14:08

Choose a tag to compare

Changelog

  • c3aedc1 feat: add latest command and proxy functionality, enhance ask command with latest option

v0.1.1

29 Apr 04:25

Choose a tag to compare

Changelog

  • 23dab21 feat: add README.md to npm package and copy it during version bump

v0.1.0

29 Apr 04:16

Choose a tag to compare

Changelog

  • 4a708d0 Add initial implementation of Cachet CLI with release workflow, installation script, and documentation
  • c447cba Initial commit
  • 6c33e3a feat: add interactive configuration setup, clipboard support, and filtering for cases
  • 303b910 feat: implement fingerprinting and normalization of API routes
  • 1d5d0d7 feat: implement replay and verify commands with OpenAI integration, add resolver logic and tests
  • 9dffe55 fix: update Go version to 1.26 and correct wrap_in_directory type in goreleaser configuration