aurict 1.1.5 → 1.1.7

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/README.md +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -431,4 +431,4 @@ StatusBar, StartupBanner).
431
431
 
432
432
  ## License
433
433
 
434
- MIT
434
+ AGPL-3.0-only
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aurict",
3
- "version": "1.1.5",
3
+ "version": "1.1.7",
4
4
  "description": "Open-source terminal AI coding assistant with multi-provider support, specialist agents, skills, and a low-overhead policy sandbox.",
5
5
  "keywords": [
6
6
  "ai",
@@ -19,7 +19,7 @@
19
19
  "ai-tools",
20
20
  "open-source"
21
21
  ],
22
- "license": "MIT",
22
+ "license": "AGPL-3.0-only",
23
23
  "repository": {
24
24
  "type": "git",
25
25
  "url": "git+https://github.com/aurict/aurict.git"
@@ -36,11 +36,11 @@
36
36
  "README.md"
37
37
  ],
38
38
  "optionalDependencies": {
39
- "@aurict/cli-linux-x64": "1.1.5",
40
- "@aurict/cli-linux-arm64": "1.1.5",
41
- "@aurict/cli-darwin-x64": "1.1.5",
42
- "@aurict/cli-darwin-arm64": "1.1.5",
43
- "@aurict/cli-win32-x64": "1.1.5"
39
+ "@aurict/cli-linux-x64": "1.1.7",
40
+ "@aurict/cli-linux-arm64": "1.1.7",
41
+ "@aurict/cli-darwin-x64": "1.1.7",
42
+ "@aurict/cli-darwin-arm64": "1.1.7",
43
+ "@aurict/cli-win32-x64": "1.1.7"
44
44
  },
45
45
  "engines": {
46
46
  "node": ">=20"