Skip to content

Releases: spuddydev/claudetoggle

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 04 May 10:05
83b7dbd

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 04 May 04:51
c5acb7a

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 26 Apr 08:13
7402200

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 26 Apr 06:11
99d2417

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@spuddydev spuddydev released this 26 Apr 04:08
b751028

First public-ready cut.

Install

curl -sSfL https://raw.githubusercontent.com/spuddydev/claudetoggle/main/setup.sh | sh

Highlights

  • XDG-compliant layout under $XDG_DATA_HOME/claudetoggle/
  • claudetoggle CLI: add, remove, list, on, off, update, uninstall, doctor, help
  • Three scopes: project, session, global
  • Slash-command + dispatcher + statusline wired in one install
  • TOGGLE_EXTRA_HOOKS for peer enforcement scripts (e.g. PreToolUse(Bash) linters)
  • 96 bats tests, lint and format clean

Notes

  • The CLI is bash for this release. A native binary rewrite (Go) is planned for v0.2.0; the CLI surface is final.
  • Reference toggles in examples/: coauth (project Co-Authored-By trailer policy) and devlog (session-scope silent journal).

See CHANGELOG.md for the full list.