codmir 0.4.0 → 0.6.0
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/{chunk-EBO3CZXG.mjs → chunk-3RG5ZIWI.js} +1 -6
- package/dist/chunk-5XZIEJ3P.js +231 -0
- package/dist/chunk-BQMZNWYV.js +295 -0
- package/dist/context/index.js +9 -0
- package/dist/index.js +10046 -302
- package/dist/sync/index.js +7 -0
- package/package.json +52 -74
- package/LICENSE +0 -55
- package/README.md +0 -547
- package/dist/analyze-LULBI4ZC.mjs +0 -7
- package/dist/chunk-ASGAT3Z5.mjs +0 -756
- package/dist/chunk-GU32P57R.mjs +0 -343
- package/dist/cli/index.d.mts +0 -1
- package/dist/cli/index.d.ts +0 -1
- package/dist/cli/index.js +0 -2607
- package/dist/cli/index.mjs +0 -1472
- package/dist/index.d.mts +0 -295
- package/dist/index.d.ts +0 -295
- package/dist/index.mjs +0 -7
- package/dist/voice-agent/index.d.mts +0 -134
- package/dist/voice-agent/index.d.ts +0 -134
- package/dist/voice-agent/index.js +0 -220
- package/dist/voice-agent/index.mjs +0 -187
- package/dist/voice-daemon/index.d.mts +0 -354
- package/dist/voice-daemon/index.d.ts +0 -354
- package/dist/voice-daemon/index.js +0 -1089
- package/dist/voice-daemon/index.mjs +0 -1046
- package/runkit-example.js +0 -36
package/package.json
CHANGED
|
@@ -1,111 +1,89 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codmir",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Official
|
|
3
|
+
"version": "0.6.0",
|
|
4
|
+
"description": "Official Codmir CLI - AI-powered autonomous agent for developers. Interactive AI assistant, codebase analysis, and intelligent automation.",
|
|
5
|
+
"type": "module",
|
|
5
6
|
"main": "dist/index.js",
|
|
6
|
-
"module": "dist/index.
|
|
7
|
+
"module": "dist/index.js",
|
|
7
8
|
"types": "dist/index.d.ts",
|
|
8
9
|
"bin": {
|
|
9
|
-
"codmir": "dist/
|
|
10
|
+
"codmir": "dist/index.js"
|
|
10
11
|
},
|
|
11
12
|
"exports": {
|
|
12
13
|
".": {
|
|
13
|
-
"
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
"import": {
|
|
15
|
+
"types": "./dist/index.d.ts",
|
|
16
|
+
"default": "./dist/index.js"
|
|
17
|
+
}
|
|
16
18
|
},
|
|
17
|
-
"./
|
|
18
|
-
"types": "./dist/
|
|
19
|
-
"
|
|
20
|
-
"import": "./dist/voice-agent/index.mjs"
|
|
19
|
+
"./context": {
|
|
20
|
+
"types": "./dist/context/index.d.ts",
|
|
21
|
+
"import": "./dist/context/index.js"
|
|
21
22
|
},
|
|
22
|
-
"./
|
|
23
|
-
"types": "./dist/
|
|
24
|
-
"
|
|
25
|
-
"import": "./dist/voice-daemon/index.mjs"
|
|
23
|
+
"./sync": {
|
|
24
|
+
"types": "./dist/sync/index.d.ts",
|
|
25
|
+
"import": "./dist/sync/index.js"
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
28
|
"files": [
|
|
29
29
|
"dist",
|
|
30
|
-
"README.md"
|
|
31
|
-
"LICENSE",
|
|
32
|
-
"runkit-example.js"
|
|
30
|
+
"README.md"
|
|
33
31
|
],
|
|
34
32
|
"scripts": {
|
|
35
|
-
"build": "tsup src/index.ts src/
|
|
36
|
-
"dev": "tsup src/index.ts src/
|
|
37
|
-
"
|
|
38
|
-
"test": "jest",
|
|
39
|
-
"test:login": "node scripts/test/login.mjs",
|
|
40
|
-
"test:link": "node scripts/test/link.mjs",
|
|
41
|
-
"test:projects": "node scripts/test/projects.mjs",
|
|
42
|
-
"test:whoami": "node scripts/test/whoami.mjs",
|
|
43
|
-
"test:logout": "node scripts/test/logout.mjs",
|
|
44
|
-
"test:all": "npm run test:logout && npm run test:login && npm run test:whoami && npm run test:projects"
|
|
33
|
+
"build": "tsup src/index.ts src/context/index.ts src/sync/index.ts --format esm --clean",
|
|
34
|
+
"dev": "tsup src/index.ts src/context/index.ts src/sync/index.ts --format esm --dts --watch",
|
|
35
|
+
"typecheck": "tsc --noEmit"
|
|
45
36
|
},
|
|
46
37
|
"keywords": [
|
|
47
38
|
"codmir",
|
|
48
|
-
"sdk",
|
|
49
39
|
"cli",
|
|
50
40
|
"ai",
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"task-replication",
|
|
54
|
-
"usage-tracking",
|
|
55
|
-
"observability",
|
|
56
|
-
"project-management",
|
|
57
|
-
"tickets",
|
|
58
|
-
"tasks",
|
|
59
|
-
"automation",
|
|
60
|
-
"multi-agent",
|
|
61
|
-
"ai-assistant",
|
|
62
|
-
"voice-assistant",
|
|
63
|
-
"speech-recognition",
|
|
64
|
-
"voice-daemon",
|
|
65
|
-
"wake-word"
|
|
41
|
+
"agent",
|
|
42
|
+
"automation"
|
|
66
43
|
],
|
|
67
44
|
"author": "codmir",
|
|
68
45
|
"license": "MIT",
|
|
69
46
|
"repository": {
|
|
70
47
|
"type": "git",
|
|
71
|
-
"url": "https://github.com/codmir/
|
|
72
|
-
"directory": "
|
|
48
|
+
"url": "https://github.com/codmir-org/platform.git",
|
|
49
|
+
"directory": "packages/cli"
|
|
73
50
|
},
|
|
74
51
|
"bugs": {
|
|
75
|
-
"url": "https://github.com/codmir/
|
|
52
|
+
"url": "https://github.com/codmir-org/platform/issues"
|
|
76
53
|
},
|
|
77
54
|
"homepage": "https://codmir.com",
|
|
78
|
-
"runkit": {
|
|
79
|
-
"example": "runkit-example.js"
|
|
80
|
-
},
|
|
81
|
-
"devDependencies": {
|
|
82
|
-
"@semantic-release/changelog": "^6.0.3",
|
|
83
|
-
"@semantic-release/commit-analyzer": "^13.0.0",
|
|
84
|
-
"@semantic-release/git": "^10.0.1",
|
|
85
|
-
"@semantic-release/github": "^11.0.0",
|
|
86
|
-
"@semantic-release/npm": "^12.0.1",
|
|
87
|
-
"@semantic-release/release-notes-generator": "^14.0.0",
|
|
88
|
-
"@types/node": "^20.10.0",
|
|
89
|
-
"@types/prompts": "^2.4.9",
|
|
90
|
-
"@types/ws": "^8.18.1",
|
|
91
|
-
"@types/blessed": "^0.1.25",
|
|
92
|
-
"conventional-changelog-conventionalcommits": "^8.0.0",
|
|
93
|
-
"semantic-release": "^24.0.0",
|
|
94
|
-
"tsup": "^8.0.1",
|
|
95
|
-
"typescript": "^5.8.3"
|
|
96
|
-
},
|
|
97
55
|
"dependencies": {
|
|
98
|
-
"
|
|
99
|
-
"
|
|
56
|
+
"@anthropic-ai/sdk": "^0.30.1",
|
|
57
|
+
"@codmir/agent": "workspace:*",
|
|
58
|
+
"@codmir/contracts": "workspace:*",
|
|
59
|
+
"@codmir/engine": "workspace:*",
|
|
60
|
+
"@codmir/governor": "workspace:*",
|
|
61
|
+
"@codmir/sdk": "workspace:*",
|
|
100
62
|
"chalk": "^5.3.0",
|
|
101
|
-
"clipboardy": "^5.0
|
|
102
|
-
"commander": "^12.
|
|
63
|
+
"clipboardy": "^5.1.0",
|
|
64
|
+
"commander": "^12.1.0",
|
|
65
|
+
"dotenv": "^17.2.3",
|
|
66
|
+
"eventsource": "^2.0.2",
|
|
103
67
|
"form-data": "^4.0.5",
|
|
104
|
-
"glob": "^
|
|
105
|
-
"
|
|
106
|
-
"
|
|
68
|
+
"glob": "^11.0.0",
|
|
69
|
+
"inquirer": "^12.0.0",
|
|
70
|
+
"marked": "^15.0.12",
|
|
71
|
+
"marked-terminal": "^7.3.0",
|
|
72
|
+
"nanoid": "^5.0.9",
|
|
73
|
+
"open": "^10.1.0",
|
|
74
|
+
"ora": "^8.1.1",
|
|
107
75
|
"prompts": "^2.4.2",
|
|
108
|
-
"ws": "^8.18.
|
|
76
|
+
"ws": "^8.18.0",
|
|
77
|
+
"zod": "^3.24.1"
|
|
78
|
+
},
|
|
79
|
+
"devDependencies": {
|
|
80
|
+
"@types/eventsource": "^1.1.15",
|
|
81
|
+
"@types/inquirer": "^9.0.7",
|
|
82
|
+
"@types/node": "^22.10.1",
|
|
83
|
+
"@types/prompts": "^2.4.9",
|
|
84
|
+
"@types/ws": "^8.5.13",
|
|
85
|
+
"tsup": "^8.3.5",
|
|
86
|
+
"typescript": "^5.8.3"
|
|
109
87
|
},
|
|
110
88
|
"engines": {
|
|
111
89
|
"node": ">=18.0.0"
|
package/LICENSE
DELETED
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
Copyright (c) 2024-2025 codmir, Inc. All Rights Reserved.
|
|
2
|
-
|
|
3
|
-
PROPRIETARY SOFTWARE LICENSE AGREEMENT
|
|
4
|
-
|
|
5
|
-
codmir CLI & SDK
|
|
6
|
-
|
|
7
|
-
This command-line interface, software development kit, and associated files
|
|
8
|
-
(the "Software") are the proprietary and confidential information of codmir, Inc.
|
|
9
|
-
|
|
10
|
-
ALL RIGHTS RESERVED.
|
|
11
|
-
|
|
12
|
-
USAGE TERMS:
|
|
13
|
-
|
|
14
|
-
1. This Software is provided to users with a valid codmir account.
|
|
15
|
-
|
|
16
|
-
2. Licensed users may:
|
|
17
|
-
- Install the CLI globally on their development machines
|
|
18
|
-
- Use the SDK in their projects with a valid API key
|
|
19
|
-
- Access codmir services according to their subscription tier
|
|
20
|
-
|
|
21
|
-
3. You may NOT:
|
|
22
|
-
- Redistribute, sublicense, or sell the Software
|
|
23
|
-
- Modify or create derivative works
|
|
24
|
-
- Reverse engineer or decompile
|
|
25
|
-
- Remove proprietary notices
|
|
26
|
-
- Use without a valid codmir account and API key
|
|
27
|
-
- Exceed usage limits of your subscription tier
|
|
28
|
-
|
|
29
|
-
4. This Software connects to codmir's proprietary services which require:
|
|
30
|
-
- A valid account (free tier available)
|
|
31
|
-
- API key for authentication
|
|
32
|
-
- Compliance with Terms of Service
|
|
33
|
-
|
|
34
|
-
SUBSCRIPTION TIERS:
|
|
35
|
-
|
|
36
|
-
- Free: Limited features and usage
|
|
37
|
-
- Pro: Full features with usage-based billing
|
|
38
|
-
- Enterprise: Custom pricing and private deployment
|
|
39
|
-
|
|
40
|
-
DATA & PRIVACY:
|
|
41
|
-
|
|
42
|
-
- All data transmitted is encrypted
|
|
43
|
-
- Usage data is collected for billing
|
|
44
|
-
- See Privacy Policy at https://codmir.com/privacy
|
|
45
|
-
|
|
46
|
-
DISCLAIMER:
|
|
47
|
-
|
|
48
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
49
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
50
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
51
|
-
|
|
52
|
-
For licensing inquiries: sales@codmir.com
|
|
53
|
-
For support: support@codmir.com
|
|
54
|
-
Website: https://codmir.com
|
|
55
|
-
Terms of Service: https://codmir.com/terms
|