@taj-special/dravix-code 1.2.8 → 1.2.9

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.
@@ -144,12 +144,12 @@ async function doSingleRequest(messages, token, abort, onChunk, model = FLASH_MO
144
144
  'X-CLI-Version': '1.1.5',
145
145
  },
146
146
  body: JSON.stringify({
147
- provider: 'openrouter',
147
+ provider: 'deepseek',
148
148
  model,
149
149
  messages: prepareMessages(messages),
150
150
  stream: true,
151
151
  temperature: 0.1,
152
- max_tokens: 16384,
152
+ max_tokens: 32000,
153
153
  }),
154
154
  });
155
155
  // Retry on rate-limit with exponential backoff (2s, 4s, 8s)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taj-special/dravix-code",
3
- "version": "1.2.8",
3
+ "version": "1.2.9",
4
4
  "description": "AI-powered coding assistant CLI — Dravix Code",
5
5
  "type": "module",
6
6
  "bin": {