@arbidocs/client 0.3.34 → 0.3.36

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.d.cts CHANGED
@@ -2347,7 +2347,7 @@ interface components {
2347
2347
  * @default {
2348
2348
  * "API_TYPE": "remote",
2349
2349
  * "ENABLE_THINKING": true,
2350
- * "MODEL_NAME": "Premium",
2350
+ * "MODEL_NAME": "GLM5@Fireworks",
2351
2351
  * "SYSTEM_INSTRUCTION": "You are a code execution agent. You write and run code to accomplish tasks.\n\nYou have access to an execute_code tool that runs code in a sandboxed Docker container.\n\nThe sandbox has:\n- Python 3.12 with numpy, pandas, matplotlib, requests, beautifulsoup4,\n httpx, pillow, sympy, pyyaml (plus uv for installing more)\n- Node.js 22 with TypeScript (ts-node) and npm\n- Bash with git, curl, wget, jq, sqlite3, build-essential\n- Network access (can pip/npm install additional packages)\n\nInstructions:\n1. Write clean, correct code to accomplish the user's task\n2. Always call execute_code to run your code — never guess the output\n3. If execution errors, analyze the traceback, fix the code, and retry\n4. Once you have the correct output, respond with ONLY the final result\n\nKeep code simple and direct. Prefer Python unless the task specifically requires another language.",
2352
2352
  * "TEMPERATURE": 0.2,
2353
2353
  * "MAX_TOKENS": 8000,
@@ -2817,7 +2817,7 @@ interface components {
2817
2817
  /**
2818
2818
  * Model Name
2819
2819
  * @description Model for code generation. Should be a strong coding model.
2820
- * @default Premium
2820
+ * @default GLM5@Fireworks
2821
2821
  */
2822
2822
  MODEL_NAME: string;
2823
2823
  /**
package/dist/index.d.ts CHANGED
@@ -2347,7 +2347,7 @@ interface components {
2347
2347
  * @default {
2348
2348
  * "API_TYPE": "remote",
2349
2349
  * "ENABLE_THINKING": true,
2350
- * "MODEL_NAME": "Premium",
2350
+ * "MODEL_NAME": "GLM5@Fireworks",
2351
2351
  * "SYSTEM_INSTRUCTION": "You are a code execution agent. You write and run code to accomplish tasks.\n\nYou have access to an execute_code tool that runs code in a sandboxed Docker container.\n\nThe sandbox has:\n- Python 3.12 with numpy, pandas, matplotlib, requests, beautifulsoup4,\n httpx, pillow, sympy, pyyaml (plus uv for installing more)\n- Node.js 22 with TypeScript (ts-node) and npm\n- Bash with git, curl, wget, jq, sqlite3, build-essential\n- Network access (can pip/npm install additional packages)\n\nInstructions:\n1. Write clean, correct code to accomplish the user's task\n2. Always call execute_code to run your code — never guess the output\n3. If execution errors, analyze the traceback, fix the code, and retry\n4. Once you have the correct output, respond with ONLY the final result\n\nKeep code simple and direct. Prefer Python unless the task specifically requires another language.",
2352
2352
  * "TEMPERATURE": 0.2,
2353
2353
  * "MAX_TOKENS": 8000,
@@ -2817,7 +2817,7 @@ interface components {
2817
2817
  /**
2818
2818
  * Model Name
2819
2819
  * @description Model for code generation. Should be a strong coding model.
2820
- * @default Premium
2820
+ * @default GLM5@Fireworks
2821
2821
  */
2822
2822
  MODEL_NAME: string;
2823
2823
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arbidocs/client",
3
- "version": "0.3.34",
3
+ "version": "0.3.36",
4
4
  "description": "TypeScript SDK for the ARBI API — zero-knowledge auth, E2E encryption, and type-safe REST client",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",