We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68809bd commit e83d2c7Copy full SHA for e83d2c7
1 file changed
src/specify_cli/__init__.py
@@ -1106,7 +1106,7 @@ def check():
1106
if not git_ok:
1107
console.print("[dim]Tip: Install git for repository management[/dim]")
1108
1109
- if not (claude_ok or gemini_ok or cursor_ok or qwen_ok or windsurf_ok or kilocode_ok or opencode_ok or codex_ok or auggie_ok or codebuddy_ok or q_ok):
+ if not (claude_ok or gemini_ok or cursor_ok or qwen_ok or windsurf_ok or kilocode_ok or opencode_ok or codex_ok or auggie_ok or roo_ok or codebuddy_ok or q_ok):
1110
console.print("[dim]Tip: Install an AI assistant for the best experience[/dim]")
1111
1112
def main():
0 commit comments