cyrus-ai 0.1.27 → 0.1.29
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/app.js +1 -1
- package/package.json +4 -4
package/dist/app.js
CHANGED
|
@@ -13,7 +13,7 @@ const envFileArg = args.find(arg => arg.startsWith('--env-file='));
|
|
|
13
13
|
// Note: __dirname removed since version is now hardcoded
|
|
14
14
|
// Handle --version argument
|
|
15
15
|
if (args.includes('--version')) {
|
|
16
|
-
console.log('0.1.
|
|
16
|
+
console.log('0.1.28');
|
|
17
17
|
process.exit(0);
|
|
18
18
|
}
|
|
19
19
|
// Handle --help argument
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cyrus-ai",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.29",
|
|
4
4
|
"description": "AI-powered Linear issue automation using Claude",
|
|
5
5
|
"main": "dist/app.js",
|
|
6
6
|
"types": "dist/app.d.ts",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"open": "^10.0.0",
|
|
40
40
|
"zod": "^3.24.4",
|
|
41
41
|
"cyrus-core": "0.0.5",
|
|
42
|
-
"cyrus-
|
|
43
|
-
"cyrus-
|
|
44
|
-
"cyrus-
|
|
42
|
+
"cyrus-claude-runner": "0.0.12",
|
|
43
|
+
"cyrus-ndjson-client": "0.0.11",
|
|
44
|
+
"cyrus-edge-worker": "0.0.14"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@types/node": "^20.0.0",
|