btca-server 1.0.950 → 1.0.960

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "btca-server",
3
- "version": "1.0.950",
3
+ "version": "1.0.960",
4
4
  "description": "BTCA server for answering questions about your codebase using OpenCode AI",
5
5
  "author": "Ben Davis",
6
6
  "license": "MIT",
@@ -121,7 +121,7 @@ export const OPENCODE_ZEN_MODELS = [
121
121
  'gpt-5-codex',
122
122
  'gpt-5-nano',
123
123
  // Claude models
124
- 'claude-sonnet-4-5',
124
+ 'claude-sonnet-4-6',
125
125
  'claude-sonnet-4',
126
126
  'claude-haiku-4-5',
127
127
  'claude-3-5-haiku',