What's Changed
✅ Changed
- The fallback
BuiltInAgentnow runs entirely in-memory - It no longer creates any prompt folders or files on disk
🔒 Design Note
This ensures the toolkit behaves non-invasively by default:
- First-run usage (
rschat "question") is fully supported without any setup - No side effects or file creation occurs unless the user explicitly initiates agent generation
📌 Summary
- Safe for testing, CI pipelines, or ephemeral CLI calls
- Consistent with the project's principle of "facilitate without intrusion"
🔎 See CHANGELOG for full details.