fix(logging): Improve warning logging and add permission settings file

This commit is contained in:
2025-05-24 11:10:49 +00:00
parent e1d90589bc
commit 0954265095
4 changed files with 25 additions and 5 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-05-24 - 1.11.4 - fix(logging)
Improve warning logging and add permission settings file
- Replace multiple logger.error calls with logger.warning for tests running over 1 minute
- Add warning method in tstest logger to display warning messages consistently
- Introduce .claude/settings.local.json to configure allowed permissions
## 2025-05-24 - 1.11.3 - fix(tstest)
Add timeout warning for long-running tests and introduce local settings configuration