ccjk 16.0.5 → 16.0.6
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.
|
@@ -18,7 +18,7 @@ import i18next from 'i18next';
|
|
|
18
18
|
import Backend from 'i18next-fs-backend';
|
|
19
19
|
import { edit, stringify, parse, initSync } from '@rainbowatcher/toml-edit-js';
|
|
20
20
|
|
|
21
|
-
const version = "16.0.
|
|
21
|
+
const version = "16.0.6";
|
|
22
22
|
const homepage = "https://github.com/miounet11/ccjk#readme";
|
|
23
23
|
|
|
24
24
|
const i18n = i18next.createInstance();
|
|
@@ -4942,7 +4942,6 @@ async function runCodexWorkflowImportWithLanguageSelection(options) {
|
|
|
4942
4942
|
skipPrompt
|
|
4943
4943
|
);
|
|
4944
4944
|
updateCcjkConfig({ aiOutputLang });
|
|
4945
|
-
applyAiLanguageDirective(aiOutputLang);
|
|
4946
4945
|
await runCodexSystemPromptSelection(skipPrompt);
|
|
4947
4946
|
ensureCodexAgentsLanguageDirective(aiOutputLang);
|
|
4948
4947
|
await runCodexWorkflowSelection(options);
|