ccsini 0.1.14 → 0.1.16
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/index.js +3 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -26950,7 +26950,7 @@ var {
|
|
|
26950
26950
|
} = import__.default;
|
|
26951
26951
|
|
|
26952
26952
|
// src/version.ts
|
|
26953
|
-
var VERSION = "0.1.
|
|
26953
|
+
var VERSION = "0.1.16";
|
|
26954
26954
|
|
|
26955
26955
|
// src/commands/init.ts
|
|
26956
26956
|
init_source();
|
|
@@ -28048,7 +28048,8 @@ var NEVER_SYNC_PATTERNS = [
|
|
|
28048
28048
|
"**/tool-results/**",
|
|
28049
28049
|
"projects/**/*.jsonl",
|
|
28050
28050
|
"plugins/**",
|
|
28051
|
-
"plans/**"
|
|
28051
|
+
"plans/**",
|
|
28052
|
+
"todos/**"
|
|
28052
28053
|
];
|
|
28053
28054
|
var JWT_EXPIRY_SECONDS = 900;
|
|
28054
28055
|
var MAX_CONCURRENT_TRANSFERS = 50;
|