btca-server 2.0.4 → 2.0.5

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": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "BTCA server for answering questions about your codebase using OpenCode AI",
5
5
  "author": "Ben Davis",
6
6
  "license": "MIT",
@@ -111,6 +111,8 @@ export function createOpenCodeZen(options: { apiKey: string }) {
111
111
  */
112
112
  export const OPENCODE_ZEN_MODELS = [
113
113
  // GPT models
114
+ 'gpt-5.4',
115
+ 'gpt-5.3-codex-spark',
114
116
  'gpt-5.2',
115
117
  'gpt-5.2-codex',
116
118
  'gpt-5.1',