summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGitHub Action <[email protected]>2025-12-23 15:58:33 +0000
committerGitHub Action <[email protected]>2025-12-23 15:58:33 +0000
commitc73a17f8af8ed8dc09c599834c7cddeec2c05612 (patch)
treeba2fc71d0b1347d122f42ab9a22fb96b91a85bef
parent48898fda076c532b37e61b9d56f8f1df80e568ad (diff)
downloadopencode-c73a17f8af8ed8dc09c599834c7cddeec2c05612.tar.gz
opencode-c73a17f8af8ed8dc09c599834c7cddeec2c05612.zip
chore: generate
-rw-r--r--packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx b/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx
index 10779a5e5..18384f65e 100644
--- a/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx
+++ b/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx
@@ -154,7 +154,6 @@ export function Prompt(props: PromptProps) {
const pasteStyleId = syntax().getStyleId("extmark.paste")!
let promptPartTypeId: number
-
sdk.event.on(TuiEvent.PromptAppend.type, (evt) => {
input.insertText(evt.properties.text)
setTimeout(() => {
@@ -186,7 +185,6 @@ export function Prompt(props: PromptProps) {
interrupt: 0,
})
-
command.register(() => {
return [
{