feat(templates): add auto-run toggle and quick start templates in session#224
feat(templates): add auto-run toggle and quick start templates in session#224JiahaoZhu11 wants to merge 3 commits intodifferent-ai:devfrom
Conversation
…sion (#6) - Add autoRun boolean to templates (default true for backwards compat) - When autoRun is false, template populates prompt without executing - Show quick start templates in session empty state - Rename runTemplate → applyTemplate to reflect new behavior - Update Rust backend to serialize autoRun in frontmatter
|
The following comment was made by an LLM, it may be inaccurate: |
…n-and-quick-start
…n-and-quick-start
|
@benjaminshafii Hi Ben! I noticed you've renamed "template" to "command" – that's a significant change! I've already resolved merge conflicts with My use case: I wanted a template (now "command") that can organize a folder for me, with the ability to specify which folder to organize. That's the core motivation behind this PR. Would you be open to this feature, or would you prefer a different approach? Happy to discuss or adjust the implementation based on your feedback! |
Summary
autoRuntoggle to templates allowing users to choose whether templates automatically start execution or just populate the prompt for reviewrunTemplate→applyTemplateto better reflect the new behaviorTest plan