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: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devez-vibe",
3
- "version": "1.5.22",
3
+ "version": "1.5.24",
4
4
  "description": "Stable terminal UI for Codex and Claude Agent SDK",
5
5
  "keywords": [
6
6
  "codex",