@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mtayfur/opencode-prompt-enhancer",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "OpenCode plugin that rewrites rough drafts into stronger prompts.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -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}