You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,39 @@
1
+
## [0.0.49] - 2026-01-07
2
+
3
+
# Release 0.0.49
4
+
5
+
## Summary
6
+
7
+
This release introduces automatic step-over functionality and enhances debug session management with stable session IDs and improved tool integration. These improvements provide more reliable debugging experiences and better error handling.
8
+
9
+
## New Features
10
+
11
+
-**Automatic Step Over (`autoStepOver`)**: Added intelligent step-over functionality that automatically advances through code execution
12
+
-**Stable Session IDs**: Debug sessions now maintain consistent, stable identifiers throughout their lifecycle for better tracking and management
13
+
-**Enhanced Tool Integration**: Debug sessions now support `toolId` tracking for improved integration with external tools and better session resolution
14
+
15
+
## Improvements
16
+
17
+
-**Enhanced Debug Session Management**: Significant improvements to session lifecycle management with better error handling and state tracking
18
+
-**Improved Stop Information**: Enhanced markdown formatting and display of breakpoint stop information with more detailed context
19
+
-**Test Coverage**: Expanded test suite with new tests for debug session resolution and snippet breakpoints functionality
20
+
21
+
## Bug Fixes
22
+
23
+
- Improved error handling in debug session management to prevent edge cases and improve stability
24
+
25
+
## Technical Details
26
+
27
+
**Changed Files**: 16 files modified
28
+
- Core session management improvements in `src/session.ts` (+147 lines)
29
+
- Enhanced stop information display in `src/stopInfoMarkdown.ts` (+81 lines)
30
+
- New test coverage for session resolution and breakpoint handling
0 commit comments