devez-vibe 1.5.22 → 1.5.24
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/bin/dvz.exe
CHANGED
|
Binary file
|
|
@@ -537,6 +537,9 @@ function makeOptions(params, sessionId, resume) {
|
|
|
537
537
|
enableFileCheckpointing: true,
|
|
538
538
|
persistSession: true,
|
|
539
539
|
settingSources: ["user", "project", "local"],
|
|
540
|
+
// The flag settings layer outranks user/project/local, so a CLI output style
|
|
541
|
+
// never stacks on top of the DevezVibe instructions we append below.
|
|
542
|
+
settings: { outputStyle: "default" },
|
|
540
543
|
skills: "all",
|
|
541
544
|
tools: { type: "preset", preset: "claude_code" },
|
|
542
545
|
systemPrompt: {
|