chore(claude): add vhs permissions to allow and deny lists#424
Open
chore(claude): add vhs permissions to allow and deny lists#424
Conversation
zimeg
commented
Mar 20, 2026
Member
Author
zimeg
left a comment
There was a problem hiding this comment.
🗣️ Rambling again for the amazing readers-
| "Bash(make build:*)", | ||
| "Bash(make lint:*)", | ||
| "Bash(make test:*)", | ||
| "Bash(mkdir:*)", |
Member
Author
There was a problem hiding this comment.
🪬 note: This is used for the demos paths if these don't exist.
| "Bash(make test:*)", | ||
| "Bash(mkdir:*)", | ||
| "Bash(tree:*)", | ||
| "Bash(vhs:*)", |
Member
Author
There was a problem hiding this comment.
🔍 note: Here're the current commands available!
help Help about any command
new Create a new tape file with example tape file contents and documentation
publish Publish your GIF to vhs.charm.sh and get a shareable URL
record Create a new tape file by recording your actions
serve Start the VHS SSH server
themes List all the available themes, one per line
validate Validate a glob file path and parses all the files to ensure they are valid without running them.
| "WebFetch(domain:github.com)" | ||
| ] | ||
| ], | ||
| "deny": ["Bash(vhs publish:*)"] |
Member
Author
There was a problem hiding this comment.
👹 note: We attempt to contain the machines for now.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #424 +/- ##
==========================================
+ Coverage 68.93% 68.95% +0.02%
==========================================
Files 220 220
Lines 18446 18446
==========================================
+ Hits 12715 12719 +4
Misses 4557 4557
+ Partials 1174 1170 -4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog
Summary
This PR adds
vhspermissions to the @claude settings allow and deny lists for improved recordings 🎥 ✨Requirements