codebyplan 1.13.6 → 1.13.7
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.
|
|
17
|
+
VERSION = "1.13.7";
|
|
18
18
|
PACKAGE_NAME = "codebyplan";
|
|
19
19
|
}
|
|
20
20
|
});
|
|
@@ -5225,7 +5225,9 @@ var init_settings_merge = __esm({
|
|
|
5225
5225
|
"fastModePerSessionOptIn",
|
|
5226
5226
|
"effortLevel",
|
|
5227
5227
|
"showClearContextOnPlanAccept",
|
|
5228
|
-
"syntaxHighlightingDisabled"
|
|
5228
|
+
"syntaxHighlightingDisabled",
|
|
5229
|
+
"remoteControlAtStartup",
|
|
5230
|
+
"agentPushNotifEnabled"
|
|
5229
5231
|
];
|
|
5230
5232
|
}
|
|
5231
5233
|
});
|
package/package.json
CHANGED