ai-cmd 1.0.1 → 1.0.2

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.
@@ -1,5 +1,5 @@
1
1
  export declare const APP_NAME = "AI-CMD";
2
- export declare const APP_VERSION = "1.0.1";
2
+ export declare const APP_VERSION = "1.0.2";
3
3
  export declare const BRAND_NAME = "Ottili ONE";
4
4
  export declare const BRAND_URL = "ottili.one";
5
5
  export declare function formatVersionBanner(): string;
@@ -1,5 +1,5 @@
1
1
  export const APP_NAME = "AI-CMD";
2
- export const APP_VERSION = "1.0.1";
2
+ export const APP_VERSION = "1.0.2";
3
3
  export const BRAND_NAME = "Ottili ONE";
4
4
  export const BRAND_URL = "ottili.one";
5
5
  export function formatVersionBanner() {
package/package.json CHANGED
@@ -1,69 +1,69 @@
1
- {
2
- "name": "ai-cmd",
3
- "version": "1.0.1",
4
- "description": "Natural-language shell command generation with safe execution for Unix-like terminals.",
5
- "type": "module",
6
- "license": "MIT",
7
- "author": "Ottili ONE",
8
- "homepage": "https://github.com/Ottili-ONE/ai-cmd",
9
- "repository": {
10
- "type": "git",
11
- "url": "https://github.com/Ottili-ONE/ai-cmd.git"
12
- },
13
- "bugs": {
14
- "url": "https://github.com/Ottili-ONE/ai-cmd/issues"
15
- },
16
- "keywords": [
17
- "cli",
18
- "shell",
19
- "terminal",
20
- "ai",
21
- "commands",
22
- "developer-tools"
23
- ],
24
- "engines": {
25
- "node": ">=20"
26
- },
27
- "bin": {
28
- "ai": "./dist/cli/index.js"
29
- },
30
- "files": [
31
- "dist",
32
- "README.md",
33
- "LICENSE"
34
- ],
35
- "scripts": {
36
- "build": "tsc -p tsconfig.json",
37
- "typecheck": "tsc -p tsconfig.json --noEmit",
38
- "dev": "tsx src/cli/index.ts",
39
- "lint": "eslint .",
40
- "format": "prettier --check .",
41
- "format:write": "prettier --write .",
42
- "test": "node ./scripts/run-vitest.mjs",
43
- "test:watch": "vitest",
44
- "publish:variants": "node ./scripts/publish-variants.mjs"
45
- },
46
- "dependencies": {
47
- "chalk": "^5.4.1",
48
- "clipboardy": "^4.0.0",
49
- "commander": "^13.1.0",
50
- "execa": "^9.5.2",
51
- "jsonrepair": "^3.13.0",
52
- "prompts": "^2.4.2",
53
- "shell-quote": "^1.8.3",
54
- "zod": "^3.24.2"
55
- },
56
- "devDependencies": {
57
- "@eslint/js": "^9.23.0",
58
- "@types/node": "^22.13.13",
59
- "@types/prompts": "^2.4.9",
60
- "@types/shell-quote": "^1.7.5",
61
- "eslint": "^9.23.0",
62
- "globals": "^16.0.0",
63
- "prettier": "^3.5.3",
64
- "tsx": "^4.19.3",
65
- "typescript": "^5.8.2",
66
- "typescript-eslint": "^8.28.0",
67
- "vitest": "^3.0.9"
68
- }
1
+ {
2
+ "name": "ai-cmd",
3
+ "version": "1.0.2",
4
+ "description": "Natural-language shell command generation with safe execution for Unix-like terminals.",
5
+ "type": "module",
6
+ "license": "MIT",
7
+ "author": "Ottili ONE",
8
+ "homepage": "https://github.com/Ottili-ONE/ai-cmd",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/Ottili-ONE/ai-cmd.git"
12
+ },
13
+ "bugs": {
14
+ "url": "https://github.com/Ottili-ONE/ai-cmd/issues"
15
+ },
16
+ "keywords": [
17
+ "cli",
18
+ "shell",
19
+ "terminal",
20
+ "ai",
21
+ "commands",
22
+ "developer-tools"
23
+ ],
24
+ "engines": {
25
+ "node": ">=20"
26
+ },
27
+ "bin": {
28
+ "ai": "./dist/cli/index.js"
29
+ },
30
+ "files": [
31
+ "dist",
32
+ "README.md",
33
+ "LICENSE"
34
+ ],
35
+ "scripts": {
36
+ "build": "tsc -p tsconfig.json",
37
+ "typecheck": "tsc -p tsconfig.json --noEmit",
38
+ "dev": "tsx src/cli/index.ts",
39
+ "lint": "eslint .",
40
+ "format": "prettier --check .",
41
+ "format:write": "prettier --write .",
42
+ "test": "node ./scripts/run-vitest.mjs",
43
+ "test:watch": "vitest",
44
+ "publish:variants": "node ./scripts/publish-variants.mjs"
45
+ },
46
+ "dependencies": {
47
+ "chalk": "^5.4.1",
48
+ "clipboardy": "^4.0.0",
49
+ "commander": "^13.1.0",
50
+ "execa": "^9.5.2",
51
+ "jsonrepair": "^3.13.0",
52
+ "prompts": "^2.4.2",
53
+ "shell-quote": "^1.8.3",
54
+ "zod": "^3.24.2"
55
+ },
56
+ "devDependencies": {
57
+ "@eslint/js": "^9.23.0",
58
+ "@types/node": "^22.13.13",
59
+ "@types/prompts": "^2.4.9",
60
+ "@types/shell-quote": "^1.7.5",
61
+ "eslint": "^9.23.0",
62
+ "globals": "^16.0.0",
63
+ "prettier": "^3.5.3",
64
+ "tsx": "^4.19.3",
65
+ "typescript": "^5.8.2",
66
+ "typescript-eslint": "^8.28.0",
67
+ "vitest": "^3.0.9"
68
+ }
69
69
  }