codexuse-cli 2.4.6 → 2.4.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/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -205,6 +205,10 @@ function createDefaultAppState() {
|
|
|
205
205
|
enableTaskCompleteBeep: true,
|
|
206
206
|
preventSleepDuringTasks: true,
|
|
207
207
|
chatHistoryScrollbackItems: CHAT_SCROLLBACK_DEFAULT,
|
|
208
|
+
dictationEnabled: true,
|
|
209
|
+
dictationHoldKey: "",
|
|
210
|
+
dictationPreferredLanguage: null,
|
|
211
|
+
speakRepliesEnabled: false,
|
|
208
212
|
folderHistory: [],
|
|
209
213
|
pinnedPaths: []
|
|
210
214
|
},
|
|
@@ -4904,7 +4908,7 @@ async function importLegacyLocalStorageOnce(payload) {
|
|
|
4904
4908
|
}
|
|
4905
4909
|
|
|
4906
4910
|
// src/index.ts
|
|
4907
|
-
var VERSION = true ? "2.4.
|
|
4911
|
+
var VERSION = true ? "2.4.7" : "0.0.0";
|
|
4908
4912
|
var cliStorageReadyPromise = null;
|
|
4909
4913
|
async function ensureCliStorageReady() {
|
|
4910
4914
|
if (cliStorageReadyPromise) {
|