codebyplan 1.13.19 → 1.13.20

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/cli.js CHANGED
@@ -14,7 +14,7 @@ var VERSION, PACKAGE_NAME;
14
14
  var init_version = __esm({
15
15
  "src/lib/version.ts"() {
16
16
  "use strict";
17
- VERSION = "1.13.19";
17
+ VERSION = "1.13.20";
18
18
  PACKAGE_NAME = "codebyplan";
19
19
  }
20
20
  });
@@ -1616,6 +1616,7 @@ var init_settings_merge = __esm({
1616
1616
  "disableSkillShellExecution",
1617
1617
  "skipWebFetchPreflight",
1618
1618
  "fastModePerSessionOptIn",
1619
+ "autoMemoryEnabled",
1619
1620
  "effortLevel",
1620
1621
  "showClearContextOnPlanAccept",
1621
1622
  "syntaxHighlightingDisabled",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codebyplan",
3
- "version": "1.13.19",
3
+ "version": "1.13.20",
4
4
  "description": "CLI for CodeByPlan — AI-powered development planning and tracking",
5
5
  "type": "module",
6
6
  "bin": {
@@ -17,6 +17,7 @@
17
17
  "baseRef": "fresh"
18
18
  },
19
19
  "autoScrollEnabled": true,
20
+ "autoMemoryEnabled": false,
20
21
  "cleanupPeriodDays": 30,
21
22
  "includeGitInstructions": true,
22
23
  "showThinkingSummaries": true,