Fix tmclaude to avoid sandboxing

This commit is contained in:
2026-02-08 00:00:43 -08:00
committed by Kat Huang
parent 6b3fbc83bd
commit b9f3f0c28a

2
dotfiles/lib/functions/tmclaude Normal file → Executable file
View File

@@ -1,7 +1,7 @@
#!/usr/bin/env sh #!/usr/bin/env sh
function tmclaude { function tmclaude {
trw claude "$@" trw claude --dangerously-skip-permissions "$@"
} }
tmclaude "$@" tmclaude "$@"