@sylix/coworker 2.0.1 → 2.0.2
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/utils/output.d.ts +1 -1
- package/dist/utils/output.js +1 -1
- package/package.json +2 -1
package/dist/utils/output.d.ts
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* Premium terminal rendering with true streaming support.
|
|
7
7
|
* All response text renders inside ╷│╵ borders as it arrives.
|
|
8
8
|
*/
|
|
9
|
-
export declare const CW_VERSION = "2.0.
|
|
9
|
+
export declare const CW_VERSION = "2.0.2";
|
|
10
10
|
export declare const theme: {
|
|
11
11
|
brand: (s: string) => string;
|
|
12
12
|
accent: (s: string) => string;
|
package/dist/utils/output.js
CHANGED
|
@@ -66,7 +66,7 @@ const chalk = __importStar(require("chalk"));
|
|
|
66
66
|
* Premium terminal rendering with true streaming support.
|
|
67
67
|
* All response text renders inside ╷│╵ borders as it arrives.
|
|
68
68
|
*/
|
|
69
|
-
exports.CW_VERSION = '2.0.
|
|
69
|
+
exports.CW_VERSION = '2.0.2';
|
|
70
70
|
// ============================================================================
|
|
71
71
|
// THEME SYSTEM
|
|
72
72
|
// ============================================================================
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sylix/coworker",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "CoWorker by Sylix - AI-powered CLI coding assistant",
|
|
5
5
|
"main": "dist/cli/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
"node-fetch": "^3.3.2",
|
|
46
46
|
"open": "^10.1.0",
|
|
47
47
|
"ora": "^5.4.1",
|
|
48
|
+
"picomatch": "^4.0.2",
|
|
48
49
|
"playwright": "^1.58.2",
|
|
49
50
|
"prompts": "^2.4.2",
|
|
50
51
|
"quickjs-emscripten": "^0.32.0",
|