Skip to content

Commit cc287a8

Browse files
committed
docs: align plugin versions and changelogs for v1.10.4
Plugin plugin.json version bumps and changelog entries were missed in the v1.10.4 release commit. No code changes — just metadata catch-up for the existing release.
1 parent c32478a commit cc287a8

5 files changed

Lines changed: 22 additions & 3 deletions

File tree

plugins/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Plugin Changelog
22

3+
## 2026-02-11
4+
5+
### aichat, voice, safety-hooks
6+
7+
- fix: use `if/then/else/fi` bash wrapper for all hook commands
8+
- Only missing hook files fail open (approve); runtime errors
9+
still propagate (fail closed)
10+
- Prevents silent safety bypass when python3 crashes
11+
- Addresses Codex review on PR #55
12+
313
## 2026-02-04
414

515
### safety-hooks

plugins/aichat/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aichat",
3-
"version": "1.8.4",
3+
"version": "1.10.4",
44
"description": "Provides an agent, skill, hook, and slash command related to the `aichat` tool-set for searching and resuming CLI-agent sessions",
55
"author": {
66
"name": "Prasad Chalasani"

plugins/safety-hooks/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "safety-hooks",
3-
"version": "1.10.1",
3+
"version": "1.10.4",
44
"description": "Safety hooks to block or require user approval for dangerous commands (rm, git operations, .env access, file size limits)",
55
"author": {
66
"name": "Prasad Chalasani"

plugins/voice/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "voice",
3-
"version": "1.10.3",
3+
"version": "1.10.4",
44
"description": "Audio feedback when Claude Code agent completes tasks using pocket-tts",
55
"author": {
66
"name": "pchalasani"

plugins/voice/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.10.4] - 2026-02-11
4+
5+
### Fixed
6+
7+
- **Safer hook file-existence check**: Replaced `&&/||` bash pattern
8+
with `if/then/else/fi` so only missing files fail open. Runtime
9+
errors (import failures, missing python3) now properly propagate
10+
instead of silently approving.
11+
312
## [1.10.3] - 2026-02-06
413

514
### Fixed

0 commit comments

Comments
 (0)