fix(tstest): Clear timeout identifiers after successful test execution and add local CLAUDE settings

This commit is contained in:
2025-05-24 01:42:24 +00:00
parent 2841aba8a4
commit 3649114c8d
3 changed files with 17 additions and 3 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2025-05-24 - 1.11.1 - fix(tstest)
Clear timeout identifiers after successful test execution and add local CLAUDE settings
- Ensure timeout IDs are cleared when tests complete to prevent lingering timeouts
- Add .claude/settings.local.json with updated permission settings for CLI commands
## 2025-05-24 - 1.11.0 - feat(cli)
Add new timeout and file range options with enhanced logfile diff logging