This commit is contained in:
Alistair Smith
2025-06-05 14:48:30 -07:00
parent 861c03e266
commit dd0509c606
2 changed files with 1 additions and 22 deletions

1
.gitignore vendored
View File

@@ -1,4 +1,5 @@
.cursor/rules/vibe-tools.mdc
vibe-tools.config.json
.repomix-output.txt
repomix.config.json
.DS_Store

View File

@@ -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"
}