@kmlckj/licos-ai-cli 0.0.57 → 1.0.1
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 +1 @@
|
|
|
1
|
-
licos-agent-runtime>=0.2.
|
|
1
|
+
licos-agent-runtime>=0.2.16
|
|
@@ -1 +1 @@
|
|
|
1
|
-
licos-agent-runtime>=0.2.
|
|
1
|
+
licos-agent-runtime>=0.2.16
|
package/lib/cli.js
CHANGED
|
@@ -2109,7 +2109,7 @@ const EventBuilder = {
|
|
|
2109
2109
|
};
|
|
2110
2110
|
|
|
2111
2111
|
var name = "@kmlckj/licos-ai-cli";
|
|
2112
|
-
var version = "0.0
|
|
2112
|
+
var version = "1.0.0";
|
|
2113
2113
|
var description = "LICOS AI coding workspace CLI - project template engine and dev tools";
|
|
2114
2114
|
var license = "MIT";
|
|
2115
2115
|
var author = "kmlckj";
|
|
@@ -8273,6 +8273,7 @@ const shouldRenderFile = (filePath) => {
|
|
|
8273
8273
|
'.txt',
|
|
8274
8274
|
'.yaml',
|
|
8275
8275
|
'.yml',
|
|
8276
|
+
'.toml',
|
|
8276
8277
|
'.xml',
|
|
8277
8278
|
'.svg',
|
|
8278
8279
|
'.env',
|