juno-code 1.0.37 → 1.0.40

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.mjs CHANGED
@@ -44,7 +44,7 @@ var __export = (target, all) => {
44
44
  var version;
45
45
  var init_version = __esm({
46
46
  "src/version.ts"() {
47
- version = "1.0.37";
47
+ version = "1.0.40";
48
48
  }
49
49
  });
50
50
  function isHeadlessEnvironment() {
@@ -4526,7 +4526,7 @@ var JunoTaskConfigSchema = z.object({
4526
4526
  var DEFAULT_CONFIG = {
4527
4527
  // Core settings
4528
4528
  defaultSubagent: "claude",
4529
- defaultBackend: "mcp",
4529
+ defaultBackend: "shell",
4530
4530
  defaultMaxIterations: 50,
4531
4531
  // Logging settings
4532
4532
  logLevel: "info",