diff --git a/.gitignore b/.gitignore index e299fc646d..6b3cd54e9a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .cursor/rules/vibe-tools.mdc +vibe-tools.config.json .repomix-output.txt repomix.config.json .DS_Store diff --git a/vibe-tools.config.json b/vibe-tools.config.json deleted file mode 100644 index b566cdf95f..0000000000 --- a/vibe-tools.config.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "web": { - "provider": "perplexity", - "model": "sonar-pro" - }, - "plan": { - "fileProvider": "gemini", - "thinkingProvider": "anthropic", - "fileModel": "gemini-2.5-flash-preview-05-20", - "thinkingModel": "claude-opus-4-20250514", - "thinkingMaxTokens": 16000 - }, - "repo": { - "provider": "gemini", - "model": "gemini-2.5-flash-preview-05-20" - }, - "doc": { - "provider": "gemini", - "model": "gemini-2.5-flash-preview-05-20" - }, - "ide": "cursor" -}