@nuucognition/flint-cli 0.5.6-dev.3 → 0.5.6-dev.4
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 +2 -2
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -10293,7 +10293,7 @@ function createClaudeHarness() {
|
|
|
10293
10293
|
permissionBypass: true
|
|
10294
10294
|
},
|
|
10295
10295
|
buildSpawnArgs(config) {
|
|
10296
|
-
const args = ["-p", "--dangerously-skip-permissions", "--output-format", "stream-json"];
|
|
10296
|
+
const args = ["-p", "--verbose", "--dangerously-skip-permissions", "--output-format", "stream-json"];
|
|
10297
10297
|
if (config.sessionId) {
|
|
10298
10298
|
args.push("--session-id", config.sessionId);
|
|
10299
10299
|
}
|
|
@@ -10313,7 +10313,7 @@ function createClaudeHarness() {
|
|
|
10313
10313
|
return args;
|
|
10314
10314
|
},
|
|
10315
10315
|
buildResumeArgs(nativeSessionId, config) {
|
|
10316
|
-
const args = ["-p", "--dangerously-skip-permissions", "--output-format", "stream-json", "--resume", nativeSessionId];
|
|
10316
|
+
const args = ["-p", "--verbose", "--dangerously-skip-permissions", "--output-format", "stream-json", "--resume", nativeSessionId];
|
|
10317
10317
|
if (config.extraArgs) {
|
|
10318
10318
|
args.push(...config.extraArgs);
|
|
10319
10319
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuucognition/flint-cli",
|
|
3
|
-
"version": "0.5.6-dev.
|
|
3
|
+
"version": "0.5.6-dev.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Flint cognitive workspace CLI",
|
|
6
6
|
"license": "PROPRIETARY",
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
"tsup": "^8.3.5",
|
|
37
37
|
"tsx": "^4.19.2",
|
|
38
38
|
"typescript": "^5.9.2",
|
|
39
|
+
"@nuucognition/eslint-config": "0.0.0",
|
|
39
40
|
"@nuucognition/flint": "0.1.0",
|
|
40
|
-
"@nuucognition/flint-
|
|
41
|
+
"@nuucognition/flint-migrations": "0.1.0",
|
|
41
42
|
"@nuucognition/orbh": "0.0.1-dev.0",
|
|
42
|
-
"@nuucognition/eslint-config": "0.0.0",
|
|
43
43
|
"@nuucognition/typescript-config": "0.0.0",
|
|
44
|
-
"@nuucognition/flint-
|
|
44
|
+
"@nuucognition/flint-server": "0.0.1"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
47
|
"predev": "turbo build --filter=@nuucognition/flint-cli^...",
|