opentmux 1.5.5 → 1.5.7

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.
@@ -849,7 +849,7 @@ async function main() {
849
849
  ];
850
850
  const isCliCommand = args.length > 0 && NON_TUI_COMMANDS.includes(args[0]);
851
851
  const isInteractiveMode = args.length === 0;
852
- if (isCliCommand || isInteractiveMode) {
852
+ if (isCliCommand) {
853
853
  const opencodeBin2 = findOpencodeBin();
854
854
  if (!opencodeBin2) {
855
855
  console.error(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opentmux",
3
- "version": "1.5.5",
3
+ "version": "1.5.7",
4
4
  "description": "OpenCode tmux integration: automatically opens subagent panes and renders real-time agent execution with smart layouts",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",