@naisys/erp 3.0.0-beta.33 → 3.0.0-beta.35

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.
@@ -45,7 +45,8 @@ object({
45
45
  imageModel: string().optional().describe("Model used for image generation"),
46
46
  mailEnabled: boolean().optional().describe("Show mail commands to the agent. Mail encourages verbose communication which can be distracting"),
47
47
  chatEnabled: boolean().optional().describe("Show chat commands to the agent. Chat encourages more concise communication"),
48
- webEnabled: boolean().optional().describe("Allow agent to browse the web with Lynx, a text based browser"),
48
+ webEnabled: boolean().optional().describe("Allow agent to browse the web with a context-optimized text browser built on Lynx. Javascript not supported. Requires `lynx` on the host (e.g. `apt install lynx`)"),
49
+ browserEnabled: boolean().optional().describe("Allow agent to browse the web with a real headless Chromium browser via Playwright. Vision-capable models see screenshots; others fall back to a text/selector mode. Requires `npx playwright install chromium` on the host"),
49
50
  completeSessionEnabled: boolean().optional().describe("Allow the agent to end its session. Once ended, it can only be restarted explicitly or via mail if wakeOnMessage is enabled. Disable on root agents to prevent the system from going unresponsive"),
50
51
  debugPauseSeconds: number().int("Must be a whole number").min(0, "Must be non-negative").optional().describe("Seconds to wait at the debug prompt before auto-continuing, only applies when the agent's console is in focus. Set to 0 to continue immediately. Unset waits indefinitely for manual input"),
51
52
  wakeOnMessage: boolean().optional().describe("When mail or chat is received, start the agent automatically, or wake it from its wait state"),
@@ -58,7 +59,7 @@ object({
58
59
  initialCommands: array(string()).optional().describe("Shell commands to run at session start before the first LLM prompt, providing additional context to the agent"),
59
60
  multipleCommandsEnabled: boolean().optional().describe("Allow the LLM to run multiple commands per turn. Faster but the LLM may get ahead of itself and produce errors"),
60
61
  workspacesEnabled: boolean().optional().describe("Experimental: Allows the LLM to pin files to the end of the context. Each turn the agent sees the latest version without old versions taking up context space"),
61
- controlDesktop: boolean().optional().describe(`Allow the agent to operate the desktop GUI. Requires a model with supportsComputerUse. Ideal screen resolution <= 1.1MP to avoid downscaling`)
62
+ controlDesktop: boolean().optional().describe(`Allow the agent to operate the desktop GUI. Requires a vision-capable model; computer-use models are ideal. Screens over 1.1MP will be downscaled.`)
62
63
  });
63
64
  //#endregion
64
65
  //#region ../../../packages/common/dist/modelTypes.js
@@ -33,7 +33,7 @@
33
33
  <meta name="format-detection" content="telephone=no" />
34
34
 
35
35
  <title>NAISYS ERP</title>
36
- <script type="module" crossorigin src="/erp/assets/index-CXmH80Ig.js"></script>
36
+ <script type="module" crossorigin src="/erp/assets/index-D3fO2pbt.js"></script>
37
37
  <link rel="modulepreload" crossorigin href="/erp/assets/rolldown-runtime-CvHMtSRF.js">
38
38
  <link rel="modulepreload" crossorigin href="/erp/assets/vendor-DFaFIeiT.js">
39
39
  <link rel="stylesheet" crossorigin href="/erp/assets/vendor-CLUPjUnv.css">
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@naisys/erp",
3
- "version": "3.0.0-beta.33",
3
+ "version": "3.0.0-beta.35",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@naisys/erp",
9
- "version": "3.0.0-beta.33",
9
+ "version": "3.0.0-beta.35",
10
10
  "dependencies": {
11
11
  "@fastify/cookie": "^11.0.2",
12
12
  "@fastify/cors": "^11.2.0",
@@ -14,11 +14,11 @@
14
14
  "@fastify/rate-limit": "^10.3.0",
15
15
  "@fastify/static": "^9.0.0",
16
16
  "@fastify/swagger": "^9.7.0",
17
- "@naisys/common": "3.0.0-beta.33",
18
- "@naisys/common-node": "3.0.0-beta.33",
19
- "@naisys/erp-shared": "3.0.0-beta.33",
20
- "@naisys/hub-database": "3.0.0-beta.33",
21
- "@naisys/supervisor-database": "3.0.0-beta.33",
17
+ "@naisys/common": "3.0.0-beta.35",
18
+ "@naisys/common-node": "3.0.0-beta.35",
19
+ "@naisys/erp-shared": "3.0.0-beta.35",
20
+ "@naisys/hub-database": "3.0.0-beta.35",
21
+ "@naisys/supervisor-database": "3.0.0-beta.35",
22
22
  "@prisma/adapter-better-sqlite3": "^7.5.0",
23
23
  "@prisma/client": "^7.5.0",
24
24
  "@scalar/fastify-api-reference": "^1.48.7",
@@ -394,41 +394,41 @@
394
394
  }
395
395
  },
396
396
  "node_modules/@naisys/common": {
397
- "version": "3.0.0-beta.33",
398
- "resolved": "https://registry.npmjs.org/@naisys/common/-/common-3.0.0-beta.33.tgz",
399
- "integrity": "sha512-htoTTNNQkcW276Z+ca6uVxlmF6nAoxlTVCCGpC4oEmAftxIu8Uf5s0IHJ2Pc8gXZTrW28/85Ec8P0d+nsvzblg==",
397
+ "version": "3.0.0-beta.35",
398
+ "resolved": "https://registry.npmjs.org/@naisys/common/-/common-3.0.0-beta.35.tgz",
399
+ "integrity": "sha512-8SvMZ/D8Ll+ZbnlhovI22Z3sTOhb3im3NLJda9VkBFDJQdfDqacV72YnHmNaG/39VthEzTSn0yrSirJ0O6cgHA==",
400
400
  "dependencies": {
401
401
  "semver": "^7.7.4",
402
402
  "zod": "^4.3.6"
403
403
  }
404
404
  },
405
405
  "node_modules/@naisys/common-node": {
406
- "version": "3.0.0-beta.33",
407
- "resolved": "https://registry.npmjs.org/@naisys/common-node/-/common-node-3.0.0-beta.33.tgz",
408
- "integrity": "sha512-U5M+rqs9Ap44Bs+eZ5vNmpJKRYkM0ca3Lq+aWP5goXHXTuRg0XCGFCc5e6/ugwzWOf2XJkBHnkgYIn1DmeP2qg==",
406
+ "version": "3.0.0-beta.35",
407
+ "resolved": "https://registry.npmjs.org/@naisys/common-node/-/common-node-3.0.0-beta.35.tgz",
408
+ "integrity": "sha512-IpGH9HepjRATQ0AdQby5sd98keBH3TKcXRhRZpUH13j/vRLlbhZOZgzkqQz/55jrRbbSI84EVGZPxly1dUn/XQ==",
409
409
  "dependencies": {
410
- "@naisys/common": "3.0.0-beta.33",
410
+ "@naisys/common": "3.0.0-beta.35",
411
411
  "better-sqlite3": "^12.6.2",
412
412
  "js-yaml": "^4.1.1",
413
413
  "pino": "^10.3.1"
414
414
  }
415
415
  },
416
416
  "node_modules/@naisys/erp-shared": {
417
- "version": "3.0.0-beta.33",
418
- "resolved": "https://registry.npmjs.org/@naisys/erp-shared/-/erp-shared-3.0.0-beta.33.tgz",
419
- "integrity": "sha512-doGjpZKHFh9+J6QtzLloSy/PaiWeviwiS0OPu9yinYeBBD5/kCMFxBJLptdwQBFTjs7jBOIK/hblC3OuY0O1ew==",
417
+ "version": "3.0.0-beta.35",
418
+ "resolved": "https://registry.npmjs.org/@naisys/erp-shared/-/erp-shared-3.0.0-beta.35.tgz",
419
+ "integrity": "sha512-wJvAUXNvc7SXvI6JvpQTA2e+1ulW1N0GuPbBhTMh+lMAHEoghkJRuxITsI2VL28Ygsfzdqyk68pLlvTis1VyrQ==",
420
420
  "dependencies": {
421
- "@naisys/common": "3.0.0-beta.33",
421
+ "@naisys/common": "3.0.0-beta.35",
422
422
  "zod": "^4.3.6"
423
423
  }
424
424
  },
425
425
  "node_modules/@naisys/hub-database": {
426
- "version": "3.0.0-beta.33",
427
- "resolved": "https://registry.npmjs.org/@naisys/hub-database/-/hub-database-3.0.0-beta.33.tgz",
428
- "integrity": "sha512-dWr4pVodZhB5c55CksVEDPtxNkLddryNnYs6kvf6vg9v0coMQRemprQb3z4bUDjMSHXBsrVForefnVvct2N7qQ==",
426
+ "version": "3.0.0-beta.35",
427
+ "resolved": "https://registry.npmjs.org/@naisys/hub-database/-/hub-database-3.0.0-beta.35.tgz",
428
+ "integrity": "sha512-AE1wNMm/kMG/FL8VM8OWJiklA08DHi4iFf6HmZIshvK+br/Llt5h8yh3rSAn5gpYuGcstDjmDKsYm+v79QqtUw==",
429
429
  "dependencies": {
430
- "@naisys/common": "3.0.0-beta.33",
431
- "@naisys/common-node": "3.0.0-beta.33",
430
+ "@naisys/common": "3.0.0-beta.35",
431
+ "@naisys/common-node": "3.0.0-beta.35",
432
432
  "@prisma/adapter-better-sqlite3": "^7.5.0",
433
433
  "@prisma/client": "^7.5.0",
434
434
  "better-sqlite3": "^12.6.2",
@@ -436,12 +436,12 @@
436
436
  }
437
437
  },
438
438
  "node_modules/@naisys/supervisor-database": {
439
- "version": "3.0.0-beta.33",
440
- "resolved": "https://registry.npmjs.org/@naisys/supervisor-database/-/supervisor-database-3.0.0-beta.33.tgz",
441
- "integrity": "sha512-o6JITpvb2odymhZQXoNbfNPZmZIVk/YReifoSyD21QFEteoy6BOwfPHU60pgyUJMkxhDiDR6raS38mw9Jlj/NA==",
439
+ "version": "3.0.0-beta.35",
440
+ "resolved": "https://registry.npmjs.org/@naisys/supervisor-database/-/supervisor-database-3.0.0-beta.35.tgz",
441
+ "integrity": "sha512-1KEq757n7xfHpO0/cm5iDsmMUv914rxqL9C0pmMsIZro4yK+ma+NeRYmTjpRd4rBS+M1qKn7Tf8VP92D5dUeDQ==",
442
442
  "dependencies": {
443
- "@naisys/common": "3.0.0-beta.33",
444
- "@naisys/common-node": "3.0.0-beta.33",
443
+ "@naisys/common": "3.0.0-beta.35",
444
+ "@naisys/common-node": "3.0.0-beta.35",
445
445
  "@prisma/adapter-better-sqlite3": "^7.5.0",
446
446
  "@prisma/client": "^7.5.0",
447
447
  "bcryptjs": "^3.0.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naisys/erp",
3
- "version": "3.0.0-beta.33",
3
+ "version": "3.0.0-beta.35",
4
4
  "description": "NAISYS ERP - Web UI for AI-driven order and work management",
5
5
  "type": "module",
6
6
  "main": "dist/erpServer.js",
@@ -46,11 +46,11 @@
46
46
  "@fastify/rate-limit": "^10.3.0",
47
47
  "@fastify/static": "^9.0.0",
48
48
  "@fastify/swagger": "^9.7.0",
49
- "@naisys/erp-shared": "3.0.0-beta.33",
50
- "@naisys/common": "3.0.0-beta.33",
51
- "@naisys/common-node": "3.0.0-beta.33",
52
- "@naisys/hub-database": "3.0.0-beta.33",
53
- "@naisys/supervisor-database": "3.0.0-beta.33",
49
+ "@naisys/erp-shared": "3.0.0-beta.35",
50
+ "@naisys/common": "3.0.0-beta.35",
51
+ "@naisys/common-node": "3.0.0-beta.35",
52
+ "@naisys/hub-database": "3.0.0-beta.35",
53
+ "@naisys/supervisor-database": "3.0.0-beta.35",
54
54
  "@prisma/adapter-better-sqlite3": "^7.5.0",
55
55
  "@prisma/client": "^7.5.0",
56
56
  "@scalar/fastify-api-reference": "^1.48.7",