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.
- package/dist/index.js +1 -0
- 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