Detect and reconcile drift between a feature flag's in-code SDK fallback
default and its LaunchDarkly default rule (fallthrough), updating only the
default argument without removing the flag or changing its evaluation.
Co-authored-by: Cursor <cursoragent@cursor.com>
* feat: Add AI Config create & manage skills
Add skills for creating and managing AI Configs:
- aiconfig-create: Create AI Configs with variations
- aiconfig-update: Update and delete AI Configs
- aiconfig-variations: Manage AI Config variations
- aiconfig-tools: Create and attach tools for function calling
* feat: Add API key auto-detection to create, tools, update, variations skills
* fix: Clarify correct /ai-tools API endpoint
* fix: Clarify that tools must be attached via PATCH, not defaultVariation
* docs: Add post-creation verification steps to aiconfig-create
* fix: Use modelConfigKey for proper model display in UI
- Add modelConfigKey table with common provider/model mappings
- Update examples to use two-step process (config then variations)
- Move modelConfigKey to prominent position in variation payloads
- Document that modelConfigKey is required for UI display
* fix: Add modelConfigKey to variations skill
- Add modelConfigKey table with common provider/model mappings
- Update examples to include modelConfigKey for UI display
- Update model names to current versions (gpt-4o, claude-sonnet-4-5)
* docs: Add API endpoint for listing model configs
* docs: Add URL guidance to skills
- Emphasize providing UI URLs to users after creation
- Add URL prints to create_tool function
- Add URLs to Complete Workflow in tools skill
* refactoring prompts for ai config workflows
* fixing json file
---------
Co-authored-by: Ramon Niebla <rniebla@launchdarkly.com>
* feat: Add aiconfig-projects skill (Foundation)
Add the foundation skill for AI Configs - aiconfig-projects enables
creating and managing LaunchDarkly projects to organize AI Configs.
* feat: Add API key auto-detection to aiconfig-projects
* refactoring skill to enable specific workflows - 'integrate aiconfigs… (#7)
refactoring skill to enable specific workflows - 'integrate aiconfigs into my codebase'
* updating json manifest
* fixing manifest json
---------
Co-authored-by: Ramon Niebla <nieblara@msu.edu>
Co-authored-by: Ramon Niebla <rniebla@launchdarkly.com>