triflux 6.1.1 → 6.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.
@@ -479,9 +479,8 @@ export function autoAttachTerminal(sessionName, opts = {}, workerCount = 2) {
479
479
  "[System.Windows.Forms.SendKeys]::SendWait('^+{TAB}')",
480
480
  ].join("; ");
481
481
 
482
- // T3: WT 크기 인자 (--size cols,rows)
482
+ // WT new-tab은 --size 미지원 (window-level only). 기존 창(-w 0)에 탭 추가만.
483
483
  const wtArgs = ["-w", "0", "nt", "--profile", "triflux", "--title", sessionName];
484
- if (cols && rows) wtArgs.push("--size", `${cols},${rows}`);
485
484
  wtArgs.push("--", "pwsh.exe", "-NoProfile", "-NoLogo", "-File", viewerScript);
486
485
 
487
486
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "triflux",
3
- "version": "6.1.1",
3
+ "version": "6.1.2",
4
4
  "description": "CLI-first multi-model orchestrator for Claude Code — route tasks to Codex, Gemini, and Claude",
5
5
  "type": "module",
6
6
  "bin": {