Skip to content

Commit 4fe18aa

Browse files
committed
tmai: set ai model to claude
1 parent 703fd02 commit 4fe18aa

2 files changed

Lines changed: 21 additions & 12 deletions

File tree

.taskmaster/config.json

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"models": {
33
"main": {
4-
"provider": "gemini-cli",
5-
"modelId": "gemini-2.5-flash",
6-
"maxTokens": 65536,
4+
"provider": "anthropic",
5+
"modelId": "claude-haiku-4-5",
6+
"maxTokens": 200000,
77
"temperature": 0.2
88
},
99
"research": {
10-
"provider": "gemini-cli",
11-
"modelId": "gemini-2.5-flash",
12-
"maxTokens": 65536,
10+
"provider": "claude-code",
11+
"modelId": "haiku",
12+
"maxTokens": 200000,
1313
"temperature": 0.1
1414
},
1515
"fallback": {
16-
"provider": "gemini-cli",
17-
"modelId": "gemini-2.5-flash",
18-
"maxTokens": 65536,
16+
"provider": "anthropic",
17+
"modelId": "claude-haiku-4-5",
18+
"maxTokens": 200000,
1919
"temperature": 0.2
2020
}
2121
},
@@ -28,10 +28,19 @@
2828
"projectName": "Taskmaster",
2929
"ollamaBaseURL": "http://localhost:11434/api",
3030
"bedrockBaseURL": "https://bedrock.us-east-1.amazonaws.com",
31-
"responseLanguage": "English",
31+
"responseLanguage": "French",
32+
"enableCodebaseAnalysis": true,
33+
"enableProxy": false,
34+
"anonymousTelemetry": true,
3235
"defaultTag": "master",
3336
"azureOpenaiBaseURL": "https://your-endpoint.openai.azure.com/",
3437
"userId": "1234567890"
3538
},
36-
"claudeCode": {}
39+
"claudeCode": {},
40+
"codexCli": {},
41+
"grokCli": {
42+
"timeout": 120000,
43+
"workingDirectory": null,
44+
"defaultModel": "grok-4-latest"
45+
}
3746
}

.taskmaster/state.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"currentTag": "master",
3-
"lastSwitched": "2025-08-06T21:43:11.699Z",
3+
"lastSwitched": "2026-05-21T19:25:23.563Z",
44
"branchTagMapping": {},
55
"migrationNoticeShown": true
66
}

0 commit comments

Comments
 (0)