fix(settings): Add local permissions configuration and remove obsolete test output log

This commit is contained in:
2025-05-15 17:53:38 +00:00
parent fa9abbc4db
commit 6cc883dede
3 changed files with 7 additions and 22 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2025-05-15 - 1.3.1 - fix(settings)
Add local permissions configuration and remove obsolete test output log
- Added .claude/settings.local.json to configure allowed permissions for web fetch and bash commands
- Removed test-output.log to eliminate accidental commit of test artifacts
## 2025-05-15 - 1.3.0 - feat(logger)
Improve logging output and add --logfile support for persistent logs