From 6dc55d1124dbf22c8473324469dc81eb18345d61 Mon Sep 17 00:00:00 2001 From: Alistair Smith Date: Mon, 2 Jun 2025 14:19:30 -0700 Subject: [PATCH] config --- vibe-tools.config.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 vibe-tools.config.json diff --git a/vibe-tools.config.json b/vibe-tools.config.json new file mode 100644 index 0000000000..b566cdf95f --- /dev/null +++ b/vibe-tools.config.json @@ -0,0 +1,22 @@ +{ + "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" +}