triflux 6.0.9 โ†’ 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: 50,
305
+ opacity: 40,
306
306
  useAcrylic: true,
307
- unfocusedAppearance: { opacity: 30 },
307
+ unfocusedAppearance: { opacity: 20 },
308
308
  colorScheme: "One Half Dark",
309
309
  font: { size: 11 },
310
310
  hidden: true, // ํ”„๋กœํ•„ ๋ชฉ๋ก์—๋Š” ์ˆจ๊น€ (triflux์—์„œ๋งŒ ์‚ฌ์šฉ)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "triflux",
3
- "version": "6.0.9",
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": {