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
feat(mcp): implement template-based prompt extension system
- Add support for template-based prompts that can be extended
- Implement variable substitution in templates using existing variable system
- Allow templates to extend other templates (inheritance chain)
- Add proper error handling for circular dependencies or missing templates
- Maintain backward compatibility with existing prompts
Closes#180
0 commit comments