@codemieai/code 0.0.10 → 0.0.11
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/README.md +3 -0
- package/package.json +9 -1
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# AI/Run CodeMie CLI
|
|
2
2
|
|
|
3
|
+
[](https://opensource.org/licenses/Apache-2.0)
|
|
4
|
+
[](https://www.npmjs.com/package/@codemieai/code)
|
|
5
|
+
|
|
3
6
|
> Professional CLI wrapper for managing multiple AI coding agents
|
|
4
7
|
|
|
5
8
|
## Table of Contents
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codemieai/code",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.11",
|
|
4
4
|
"description": "AI/Run CodeMie CLI - Professional CLI wrapper for managing multiple AI coding agents",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -49,6 +49,14 @@
|
|
|
49
49
|
],
|
|
50
50
|
"author": "AI/Run Team",
|
|
51
51
|
"license": "Apache-2.0",
|
|
52
|
+
"repository": {
|
|
53
|
+
"type": "git",
|
|
54
|
+
"url": "git+https://github.com/codemie-ai/codemie-code.git"
|
|
55
|
+
},
|
|
56
|
+
"homepage": "https://github.com/codemie-ai/codemie-code#readme",
|
|
57
|
+
"bugs": {
|
|
58
|
+
"url": "https://github.com/codemie-ai/codemie-code/issues"
|
|
59
|
+
},
|
|
52
60
|
"dependencies": {
|
|
53
61
|
"@clack/core": "^0.5.0",
|
|
54
62
|
"@clack/prompts": "^0.11.0",
|