opencode-interrupt-plugin 0.4.17 → 0.4.18

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.
Files changed (2) hide show
  1. package/dist/tui.js +1 -0
  2. package/package.json +1 -1
package/dist/tui.js CHANGED
@@ -111,6 +111,7 @@ async function transcribeAndSend(sessionID, directory, api) {
111
111
  api.ui.toast({ variant: "success", title: "PTT", message: `Sent: "${text.slice(0, 60)}"` });
112
112
  }
113
113
  const tui = async (api, _options, _meta) => {
114
+ console.log("[interrupt] TUI plugin loaded, registering f3 keybinding");
114
115
  api.keymap.registerLayer({
115
116
  commands: [
116
117
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-interrupt-plugin",
3
- "version": "0.4.17",
3
+ "version": "0.4.18",
4
4
  "description": "Streaming TTS + voice interruption for OpenCode. Speaks responses as they arrive and detects when you talk over it.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",