feat(tui): persist model tier selection and fix formatting
Persist /model tier choice to ~/.local/share/flynn/preferences.json so it survives restarts. Decode HTML entities (e.g. ') in markdown renderer output. Suppress noisy logger.info and punycode deprecation warnings in TUI startup. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -11,8 +11,8 @@
|
||||
"build": "tsc",
|
||||
"dev": "tsx watch src/cli/index.ts -- start",
|
||||
"start": "node dist/cli/index.js start",
|
||||
"tui": "tsx src/cli/index.ts tui",
|
||||
"tui:fs": "tsx src/cli/index.ts tui --fullscreen",
|
||||
"tui": "node --no-deprecation --import tsx/esm src/cli/index.ts tui",
|
||||
"tui:fs": "node --no-deprecation --import tsx/esm src/cli/index.ts tui --fullscreen",
|
||||
"tui:dev": "tsx watch src/cli/index.ts -- tui",
|
||||
"test": "vitest",
|
||||
"test:run": "vitest run",
|
||||
|
||||
Reference in New Issue
Block a user