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
{{ message }}
This repository was archived by the owner on Sep 23, 2025. It is now read-only.
Implement walkthrough processing with Dialect program execution
- Add process_walkthrough_element method using same pattern as ide_operation
- Clone interpreter and use spawn_blocking for non-Send future handling
- Process introduction section elements and execute Dialect programs
- Support Comment, GitDiff, Action, and Markdown element types
- Proper error handling with McpError::internal_error
- Foundation complete for full walkthrough system
0 commit comments