Releases: moeyui1/claude-status-pet
Releases · moeyui1/claude-status-pet
v1.1.11
v1.1.10
Release v1.1.10 Bumps version files to 1.1.10. Includes prior unreleased changes from v1.1.9 tag: Fixes: - copilot: drop nonexistent stop hook, fix failure fallback - copilot: remove invalid stop hook from hooks.json - copilot: fix invalid JSON in hooks.json - update plugin names and descriptions in marketplace.json Features: - copilot: register permissionRequest/preCompact hooks - copilot: map sessionEnd to closed for consistency with Claude - copilot: align hook handling with updated CLI hooks reference Other: - refactor: extract error_message helper, tighten test assertions - chore: ignore tauri-generated gen/schemas dir Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
v1.1.9
v1.1.8
v1.1.8: fix copilot hooks & test race condition - Copilot hooks call binary directly (fix ExecutionPolicy error) - Fix test race condition: use StdinInput instead of env var - Add /pet init alias for first-time setup - Clarify VS Code plugin variant in install docs - Remove redundant copilot/README.md Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
v1.1.7
Release v1.1.7 Features: - Auto-download assets on GUI startup when missing (no more manual /pet update for assets) - Add 'Update Assets' option in Settings menu for manual asset refresh - Add zip crate for in-binary asset extraction Fixes: - Fix test_claude_session_end: SessionEnd maps to 'closed' not 'offline' - Improve download_dlc error message - Always default assets_dir to ~/.claude/pet-data/assets Docs: - Update HOOKS.md: SessionEnd -> closed for Claude adapter - Update CLAUDE.md: document assets auto-download, zip dependency, test CI - Simplify /pet update in all SKILL.md: remove manual assets download steps Other: - Add GitHub Actions test pipeline (cargo test on push to main, all platforms) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
v1.1.6
Release v1.1.6 Fixes: - Add Unblock-File for Windows to fix Access Denied when running downloaded binary (applied in /pet update after download and defensively in /pet on) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
v1.1.5
Release v1.1.5 Features: - Auto-close pet window on Claude Code SessionEnd Docs: - Fix Copilot CLI install instructions to use terminal commands (not /plugin) - Remove 'For plugin install' notes from /pet update in all SKILL.md Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
v1.1.4
Release v1.1.4 Fixes: - Correct Copilot plugin marketplace name and install format - Update /plugin marketplace add command for Copilot CLI Docs: - Update Copilot install instructions in README, INSTALL.md, copilot/README.md - Add restart notes for Copilot CLI users Other: - Add Copilot plugin marketplace.json at .github/plugin/ Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
v1.1.3
Release v1.1.3 Fixes: - Create claude-status-pet copy on Windows for bash hook compatibility - /pet on PowerShell prefers .exe over extensionless copy - Hint to run /pet update when binary not found in /pet on - Remove redundant skill install step from /pet update (plugin handles it) - Fix plugin install/uninstall commands to use @marketplace format Docs: - Remove all manual install content (MANUAL-INSTALL.md deleted, INSTALL.md simplified) - Fix Copilot CLI install command in INSTALL.md and copilot/README.md Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
v1.1.2
Release v1.1.2 Fixes: - Fix skills path in Claude plugin.json (add ./ prefix required by Claude Code) - Simplify marketplace.json to single Claude Code plugin (fixes Invalid JSON error) Other: - Move Claude Code plugin files into claude/ directory (matching copilot/ and vscode/ structure) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>