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
Updates take_snapshot and evaluate_script to use context.saveFile()
instead of direct writeFile() calls, following the pattern established
in PR #250.
Changes:
- Removed direct fs/promises imports
- Convert string data to Uint8Array using TextEncoder
- Use context.saveFile() for consistent file writing
- Update response messages to use returned filename
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments