triflux 6.0.8 โ†’ 6.0.10

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.
@@ -302,9 +302,9 @@ export function ensureWtProfile() {
302
302
  icon: "\u{1F53A}", // ๐Ÿ”บ
303
303
  tabTitle: "triflux",
304
304
  suppressApplicationTitle: true,
305
- opacity: 85,
305
+ opacity: 40,
306
306
  useAcrylic: true,
307
- unfocusedAppearance: { opacity: 50 },
307
+ unfocusedAppearance: { opacity: 20 },
308
308
  colorScheme: "One Half Dark",
309
309
  font: { size: 11 },
310
310
  hidden: true, // ํ”„๋กœํ•„ ๋ชฉ๋ก์—๋Š” ์ˆจ๊น€ (triflux์—์„œ๋งŒ ์‚ฌ์šฉ)
@@ -350,7 +350,7 @@ export function autoAttachTerminal(sessionName, opts = {}) {
350
350
  for (const shell of shells) {
351
351
  try {
352
352
  execSync(
353
- `start "" /b wt.exe nt --profile triflux --title triflux -- ${shell} -NoExit -Command "psmux attach -t ${sessionName}"`,
353
+ `start "" /b wt.exe nt --profile triflux --title triflux -- ${shell} -Command "psmux attach -t ${sessionName}"`,
354
354
  { stdio: "ignore", shell: true, timeout: 5000 },
355
355
  );
356
356
  return true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "triflux",
3
- "version": "6.0.8",
3
+ "version": "6.0.10",
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": {