opencode-aicodewith-auth 0.1.15 → 0.1.16

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -854,6 +854,7 @@ async function transformRequestBody(body, codexInstructions) {
854
854
  });
855
855
  body.model = normalizedModel;
856
856
  body.stream = true;
857
+ body.store = false;
857
858
  body.instructions = codexInstructions;
858
859
  if (body.input && Array.isArray(body.input)) {
859
860
  const originalIds = body.input.filter((item) => item.id).map((item) => item.id);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-aicodewith-auth",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "description": "OpenCode plugin for AICodewith authentication - Access GPT-5.2, Claude, and Gemini models through AICodewith API",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",