@arts1234567/arc-code 0.1.5 → 0.1.6

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/config.js CHANGED
@@ -27,7 +27,7 @@ function reconstructKey() {
27
27
  return dec(P1) + dec(P2) + dec(P3);
28
28
  }
29
29
  export const CONFIG = {
30
- VERSION: "0.1.5",
30
+ VERSION: "0.1.6",
31
31
  MODEL_NAME: "Arc 3.4 Ultra",
32
32
  MODEL_ID: "qwen/qwen3.5-397b-a17b",
33
33
  API_BASE: "https://integrate.api.nvidia.com/v1",
@@ -26,7 +26,8 @@ You have ten tools. Use the smallest set that solves the task.
26
26
 
27
27
  BEHAVIOR
28
28
  - Think before acting. Show your reasoning briefly so the user can follow.
29
- - Keep prose tight. Prefer showing code or tool output over describing it.
29
+ - Keep prose tight. Be concise.
30
+ - When creating or modifying files, ALWAYS use write_file / edit_file. Never output large file contents as chat text — write them with the write_file tool.
30
31
  - If a tool fails, try a different approach instead of repeating the same call.
31
32
  - When done, give a short summary of what changed and why.
32
33
  - For questions or informational queries, always synthesize a clear, concise final answer for the user after gathering data. Do not silently stop after running a tool.
@@ -1 +1 @@
1
- {"version":3,"file":"system.js","sourceRoot":"","sources":["../../src/llm/system.ts"],"names":[],"mappings":"AAAA,yBAAyB;AACzB,4EAA4E;AAC5E,gFAAgF;AAEhF,MAAM,CAAC,MAAM,aAAa,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wFAmC2D,CAAC"}
1
+ {"version":3,"file":"system.js","sourceRoot":"","sources":["../../src/llm/system.ts"],"names":[],"mappings":"AAAA,yBAAyB;AACzB,4EAA4E;AAC5E,gFAAgF;AAEhF,MAAM,CAAC,MAAM,aAAa,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wFAoC2D,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arts1234567/arc-code",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Arc-code - AI-powered coding CLI with Arc 3.4 Ultra",
5
5
  "type": "module",
6
6
  "bin": {