-
Notifications
You must be signed in to change notification settings - Fork 5k
Support for Cline #621
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Support for Cline #621
Conversation
- Add 'cline': 'Cline' to AI_CHOICES dictionary - Add 'cline': '.clinerules/' to agent_folder_map for security notices - Update --ai option help text to include cline Similar to Roo Code support added in previous PR, Cline uses .clinerules folder for config/rules/commands.
- Add Cline to the list of supported AI assistants in build scripts - Include Cline-specific release packages (sh and ps variants) - Update README with Cline compatibility and CLI option details This expands Spec Kit's compatibility to include Cline, enabling users to generate project templates tailored for this AI assistant.
|
I would love to see this merged. |
|
@sanathusk can you please share a screenshot of these slash commands popping up in Cline? I want to make sure that the experience actually lines up with customer expectations. |
|
Hope this PR won't be dropped, waiting for cline support |
|
👀 |
|
I am also waiting for Cline's support. |
|
@localden Can it be prioritized? |
|
@sanathusk mind updating your PR to resolve the merge conflicts? |
|
@sanathusk please check this conflict resolution: sanathusk#2 |
|
close yet no so close. I m willing to volunteer if this needs some help to get it merge |
The merge conflicts have been resolved, waiting for approval from reviewer. |

Summary
This pull request adds support for Cline (https://cline.bot) to Spec Kit, expanding its compatibility and enabling users to generate project templates tailored for this AI assistant.
Changes
Rationale
Cline is a modern bot for developer automation. Integrating Cline with Spec Kit allows users to leverage its capabilities for enhanced workflow automation, in line with Spec Kit's goal of supporting a broad range of AI agents and tools.
Testing
Disclosure
This PR was assisted by GitHub Copilot Chat for code suggestions and documentation drafting. All changes have been personally reviewed and tested.