codetyper-cli 0.4.6 → 0.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 +3 -4
- package/package.json +1 -1
- package/src/version.json +1 -1
package/dist/index.js
CHANGED
|
@@ -95776,7 +95776,7 @@ var init_semantic_search = __esm(() => {
|
|
|
95776
95776
|
var version_default2;
|
|
95777
95777
|
var init_version2 = __esm(() => {
|
|
95778
95778
|
version_default2 = {
|
|
95779
|
-
version: "0.4.
|
|
95779
|
+
version: "0.4.7"
|
|
95780
95780
|
};
|
|
95781
95781
|
});
|
|
95782
95782
|
|
|
@@ -120599,10 +120599,9 @@ var execute3 = async (options2) => {
|
|
|
120599
120599
|
const handleCascadeToggleFn = createHandleCascadeToggle();
|
|
120600
120600
|
const handleCommand3 = createHandleCommand(ctx, handleExit);
|
|
120601
120601
|
const handleSubmit2 = createHandleSubmit(ctx, handleCommand3);
|
|
120602
|
-
const isResuming = options2.continueSession || options2.resumeSession;
|
|
120603
120602
|
const savedCascadeEnabled = config2.get("cascadeEnabled");
|
|
120604
120603
|
const renderProps = {
|
|
120605
|
-
sessionId:
|
|
120604
|
+
sessionId: session.id,
|
|
120606
120605
|
handleSubmit: handleSubmit2,
|
|
120607
120606
|
handleCommand: handleCommand3,
|
|
120608
120607
|
handleModelSelect: handleModelSelectFn,
|
|
@@ -121269,4 +121268,4 @@ ${plan.steps.map((s) => `${s.id}. ${s.description}`).join(`
|
|
|
121269
121268
|
});
|
|
121270
121269
|
program2.parse(process.argv);
|
|
121271
121270
|
|
|
121272
|
-
//# debugId=
|
|
121271
|
+
//# debugId=DB45223ABEBC370864756E2164756E21
|
package/package.json
CHANGED
package/src/version.json
CHANGED