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.
@@ -0,0 +1,7 @@
1
+ import {
2
+ createCloudSync
3
+ } from "../chunk-5XZIEJ3P.js";
4
+ import "../chunk-3RG5ZIWI.js";
5
+ export {
6
+ createCloudSync
7
+ };
package/package.json CHANGED
@@ -1,111 +1,89 @@
1
1
  {
2
2
  "name": "codmir",
3
- "version": "0.4.0",
4
- "description": "Official codmir SDK - AI that prevents wasted engineering time. CLI, SDK, voice assistant, codebase analysis, and intelligent automation.",
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.mjs",
7
+ "module": "dist/index.js",
7
8
  "types": "dist/index.d.ts",
8
9
  "bin": {
9
- "codmir": "dist/cli/index.js"
10
+ "codmir": "dist/index.js"
10
11
  },
11
12
  "exports": {
12
13
  ".": {
13
- "types": "./dist/index.d.ts",
14
- "require": "./dist/index.js",
15
- "import": "./dist/index.mjs"
14
+ "import": {
15
+ "types": "./dist/index.d.ts",
16
+ "default": "./dist/index.js"
17
+ }
16
18
  },
17
- "./voice-agent": {
18
- "types": "./dist/voice-agent/index.d.ts",
19
- "require": "./dist/voice-agent/index.js",
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
- "./voice-daemon": {
23
- "types": "./dist/voice-daemon/index.d.ts",
24
- "require": "./dist/voice-daemon/index.js",
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/cli/index.ts src/voice-agent/index.ts src/voice-daemon/index.ts --format cjs,esm --dts --clean",
36
- "dev": "tsup src/index.ts src/cli/index.ts --format cjs,esm --dts --watch",
37
- "prepublishOnly": "pnpm build",
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
- "codebase-analysis",
52
- "knowledge-base",
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/codmir.git",
72
- "directory": "apps/web/packages/codmir-client"
48
+ "url": "https://github.com/codmir-org/platform.git",
49
+ "directory": "packages/cli"
73
50
  },
74
51
  "bugs": {
75
- "url": "https://github.com/codmir/codmir/issues"
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
- "blessed": "^0.1.81",
99
- "blessed-contrib": "^4.11.0",
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.1",
102
- "commander": "^12.0.0",
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": "^10.3.10",
105
- "open": "^10.0.0",
106
- "ora": "^9.0.0",
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.3"
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