v0.4.11 — get_diagnostics + locale-close-modals
Flowntier v0.4.11
What changed
NEW: get_diagnostics Tauri command
Chairman can invoke this from the dev console (or flowntier://diagnostics intent in v0.5) to dump full system state:
{
"data_dir": "C:\\Users\\thatg\\AppData\\Roaming\\flowntier",
"log_dir": "C:\\Users\\thatg\\AppData\\Local\\flowntier\\logs",
"tauri_version": "2.x.y",
"env_vars": {
"MINIMAX_API_KEY": "set" | "unset",
"OPENAI_API_KEY": "set" | "unset",
"ANTHROPIC_API_KEY": "set" | "unset",
"GOOGLE_API_KEY": "set" | "unset",
"DEEPSEEK_API_KEY": "set" | "unset",
"MOONSHOT_API_KEY": "set" | "unset",
"OPEN_BIGMODEL_API_KEY": "set" | "unset"
},
"workdir_json_exists": true|false,
"nwt_root_json_exists": true|false,
"secrets_count": 0,
"sidecar_path": "C:\\Users\\thatg\\AppData\\Local\\flowntier\\sidecar\\flowntier_runtime.exe",
"log_tail": "<last 50 lines>",
"timestamp": "2026-06-29T12:53:00Z"
}Fix: language toggle now closes modals first
Clicking 🌐 中文 while the Settings modal was open used to fail because the modal backdrop intercepted pointer events. Now TopBar dispatches flowntier:close-modals and App closes any open modal BEFORE the locale toggle fires.
scripts/diagnose.cmd
For chairman's hands-on testing. Captures: tasklist, install dir state, AppData state, env vars, NSIS log presence.
What this release does NOT do
- Does NOT verify v0.4.11 works on your real machine (only the local server-side E2E mock does)
- Does NOT auto-detect sidecar crashes (planned v0.5 — pipe-server reads nwt_root.json)
- Does NOT persist locale preference (planned v0.5)
What to do next
- Uninstall v0.4.10 (Control Panel → Programs)
- Run
C:\Users\thatg\Desktop\diagnose.cmd→ save the output - Install
C:\Users\thatg\Desktop\Flowntier_0.4.11_x64-setup.exe - Run
diagnose.cmdagain → save the output - Open Flowntier, test the four flows (workdir, settings, 🌐 toggle, plugins)
- Send both diagnose outputs + any logs/errors
Files
- Installer:
Flowntier_0.4.11_x64-setup.exe(16,080,216 bytes) - Local E2E log:
C:\Users\thatg\v0411-local.log - Screenshots:
C:\Users\thatg\v0411-shots\(6 PNGs) - Comparison guide:
C:\Users\thatg\v0411-diagnostics-comparison.md
Commit
536c44f on main, tag v0.4.11.