@mtayfur/opencode-prompt-enhancer 0.0.13 → 0.0.14
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/package.json
CHANGED
|
@@ -430,6 +430,7 @@ function openEnhanceDialog(
|
|
|
430
430
|
const originalPrompt = handle.ref ? clonePromptInfo(handle.ref.current) : undefined
|
|
431
431
|
const initialValue = originalPrompt?.input ?? ""
|
|
432
432
|
|
|
433
|
+
api.ui.dialog.setSize("large")
|
|
433
434
|
api.ui.dialog.replace(() => (
|
|
434
435
|
<api.ui.DialogPrompt
|
|
435
436
|
title={DIALOG_TITLE}
|