Accessing the Edit Interface
From the Workflow Page
NEEDS_IMAGE To edit an existing workflow:- Navigate to your workflowâs page at
hub.continue.dev/[owner-slug]/[package-slug]
- Click the pencil icon (edit button) in the workflow header
- This opens the same form interface used for creating new workflows
You can only edit workflows that you own or have edit permissions for within your organization.
From the Agents Interface
You can also access workflow editing directly from the agents interface:Quick Edit Access
- Select a workflow in the agents interface dropdown
- Click the external link icon next to the workflow selector
- This opens the workflow page in a new tab
- Click the pencil icon to start editing
Edit Form Interface
NEEDS_IMAGE The workflow edit form is nearly identical to the new workflow creation form, with a few key differences:Pre-populated Fields
Existing Configuration
All fields are pre-populated with current workflow values:
- Name: Current workflow name
- Description: Existing description
- Prompt: Current prompt content
- Model: Selected model (if any)
- Tools: Currently configured tools
- Rules: Applied rules
- Slug: Package identifier (read-only when editing)
Form Layout
Left Sidebar
Configuration Panel:
- Name and description fields
- Model selector
- Tools multi-select
- Rules multi-select
- Visibility settings (if permissions allow)
Main Editor
Content Editor:
- Markdown/Preview tabs
- Real-time content synchronization
- Syntax highlighting
- Auto-save indicators
Making Changes
Updating Basic Information
Metadata Changes
Name: Update the display name
- Changes reflect immediately in workflow selectors
- Consider impact on team members who use this workflow
- Clear, descriptive names improve discoverability
- Helps team members understand the workflowâs purpose
- Displayed in workflow listings and previews
- Include any usage notes or prerequisites
Modifying the Prompt
Prompt Updates
Refinement Strategies:
- Add more specific instructions based on usage feedback
- Include examples of desired output formats
- Clarify edge cases or special handling requirements
- Reference project-specific conventions or standards
- Test prompt changes with the Continue CLI first
- Start with small, incremental improvements
- Validate changes against known successful use cases
Tool and Rule Configuration
Configuration Updates
Adding Tools:
- Include new MCP servers as they become available
- Add specific tools for enhanced functionality
- Format:
owner/package
orowner/package:tool-name
- Add organizational rules as theyâre created
- Remove obsolete or conflicting rules
- Ensure rule references are valid and accessible
- Update to newer or more appropriate models
- Consider performance vs. cost trade-offs
- Test with different models for optimal results
Version Management
Creating New Versions
Versioning System
Automatic Versioning: Each edit creates a new version
- Previous versions remain accessible
- Existing workflow executions continue to work
- Gradual rollout to minimize disruption
- Rollback capability if issues arise
- A/B testing between versions
- Team can adopt updates at their own pace
Update Process
When you save changes:- Validation: System validates configuration and references
- Version Creation: New version is created with your changes
- Deployment: Updated workflow becomes the default version
- Notification: Team members see the updated workflow in their interface
Significant prompt changes may affect workflow behavior. Test thoroughly and communicate changes to your team.
Collaboration and Permissions
Edit Permissions
Who Can Edit
Workflow Owner: Full edit access to all aspectsOrganization Members: Edit access based on organization settings
- May have restrictions on visibility changes
- Tool and rule access based on organization permissions
Team Considerations
Team Impact
Communication: Notify team members of significant changes
- Update internal documentation
- Share reasoning for major prompt modifications
- Provide migration guidance if needed
- Test with representative repositories
- Verify tool integrations still work
- Confirm rule applications are correct
Best Practices for Editing
Incremental Improvements
Iterative Approach
Small Changes: Make incremental improvements rather than major overhauls
- Easier to identify what works and what doesnât
- Reduces risk of breaking existing functionality
- Allows for gradual learning and optimization
- Helps with troubleshooting if issues arise
- Provides context for future improvements
- Useful for team knowledge sharing
Testing Strategy
Validation Process
Pre-deployment Testing:
- Test with Continue CLI in âTUI modeâ first
- Use test repositories that mirror production scenarios
- Validate against known successful workflows
- Monitor workflow execution success rates
- Gather feedback from team members
- Track performance and adjust as needed
Content Management
Content Strategy
Markdown/Form Sync: Changes sync between the form interface and markdown editor
- Use the form for structured configuration
- Use markdown editor for complex prompt formatting
- Preview tab shows final rendered content
- No need to manually backup workflow content
- Can reference previous versions for rollback
- Version history maintains change tracking
Common Edit Scenarios
Adding New Capabilities
Tool Integration
Tool Integration
Adding MCP Tools: Extend workflow capabilities with new tools
Rule Updates
Rule Updates
Organizational Standards: Apply new coding standards or policies
Prompt Refinement
Prompt Refinement
Enhanced Instructions: Add specificity based on real-world usage
Troubleshooting Edit Issues
Common Problems
Edit Issues and Solutions
Permission Denied: Verify you have edit access to the workflow
- Check with workflow owner for permissions
- Ensure youâre logged into the correct account
- Verify organization membership if applicable
- Check YAML syntax in frontmatter
- Validate tool and rule references
- Ensure required fields are not empty
- Refresh the page to reload current state
- Use one editing method at a time (form OR markdown)
- Save frequently to prevent data loss
After Editing
Immediate Effects
Post-Edit Changes
Workflow Updates: Changes are immediately available
- New executions use the updated configuration
- Workflow appears in agents interface with new settings
- Team members see updated prompt and description
- Monitor initial executions for issues
- Gather feedback from team members
- Be prepared to make quick fixes if needed
Long-term Monitoring
Ongoing Optimization
Performance Tracking: Monitor workflow effectiveness over time
- Success rates of workflow executions
- Team adoption and usage patterns
- Feedback on result quality
- Quarterly review of workflow performance
- Update tools and rules as new options become available
- Refine prompts based on accumulated experience