oh-my-opencode 2.1.0 → 2.1.2

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.
@@ -1,2 +1,3 @@
1
1
  export declare const DEFAULT_TIMEOUT_MS = 60000;
2
- export declare const INTERACTIVE_BASH_DESCRIPTION = "Execute tmux commands for interactive terminal session management.\n\nUse session names following the pattern \"omo-{name}\" for automatic tracking.";
2
+ export declare const BLOCKED_TMUX_SUBCOMMANDS: string[];
3
+ export declare const INTERACTIVE_BASH_DESCRIPTION = "Execute tmux commands for interactive terminal session management.\n\nUse session names following the pattern \"omo-{name}\" for automatic tracking.\n\nBLOCKED COMMANDS (use bash tool instead):\n- capture-pane / capturep: Use bash to read output files or pipe output\n- save-buffer / saveb: Use bash to save content to files\n- show-buffer / showb: Use bash to read buffer content\n- pipe-pane / pipep: Use bash for piping output";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-my-opencode",
3
- "version": "2.1.0",
3
+ "version": "2.1.2",
4
4
  "description": "OpenCode plugin - custom agents (oracle, librarian) and enhanced features",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",