opencode-agent-tmux 1.2.6 → 1.2.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.
|
@@ -268,7 +268,7 @@ function hasTmux() {
|
|
|
268
268
|
}
|
|
269
269
|
async function main() {
|
|
270
270
|
const args = argv.slice(2);
|
|
271
|
-
const isCliCommand = args.length > 0 && (["auth", "config", "plugins", "update", "completion", "stats"].includes(args[0]) || ["--version", "-v", "--help", "-h"].includes(args[0])
|
|
271
|
+
const isCliCommand = args.length > 0 && (["auth", "config", "plugins", "update", "completion", "stats"].includes(args[0]) || ["--version", "-v", "--help", "-h"].includes(args[0]));
|
|
272
272
|
if (isCliCommand) {
|
|
273
273
|
const opencodeBin2 = findOpencodeBin();
|
|
274
274
|
if (!opencodeBin2) {
|