Skip to content

Commit c57c665

Browse files
committed
safety-hooks: update changelog and bump version to 1.10.5
1 parent 88e9719 commit c57c665

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

plugins/CHANGELOG.md

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

3+
## 2026-02-15
4+
5+
### safety-hooks
6+
7+
- feat: add `>allow-git` trigger to toggle staging/commit
8+
approval per session
9+
- `>allow-git` allows both staging modified files and commits
10+
- `>allow-git staging` / `>allow-git commit` for granular control
11+
- `>allow-git off` restores approval prompts
12+
- `>allow-git status` shows current state
13+
- Session-scoped via `session_id` from hook JSON input
14+
- Dangerous operations (`git add -A`, `git add .`,
15+
`git checkout --force`) remain always blocked
16+
- Implemented as a `UserPromptSubmit` hook (no race conditions)
17+
318
## 2026-02-11
419

520
### aichat, voice, safety-hooks

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.4",
3+
"version": "1.10.5",
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"

rust-search-ui/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)