You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed GPT-5.5 / GPT-5.4 returning an error on your Foxl account. Picking a GPT-5.x model while signed in with your Foxl account still failed with "Model gpt-5.5 is an OpenAI Responses-API model" in the main chat. The previous release routed most paths correctly, but the primary streaming-chat path still sent GPT-5.x to the Claude-style endpoint, which these models reject. That path now uses the same single routing helper as everywhere else, so GPT-5.5 / GPT-5.4 stream correctly on your Foxl account, in the desktop app and at app.foxl.ai. Claude, GLM, Kimi, and Gemini are unchanged.
Foxl Notes
Fixed "Start Recording" doing nothing. When Foxl Notes moved into the unified Foxl Desktop app, the microphone permission setup did not come with it, so on a fresh install clicking Start Recording silently failed - the app was never allowed to open the mic. Foxl now requests microphone access correctly (with the proper macOS permission prompt and entitlement), so recording starts and the system asks for mic access the first time, as expected.
Site & Docs
foxl.ai/note redesigned for the unified app. The Foxl Notes page now reflects that Notes ships inside the Foxl Desktop app - every download points at the single Foxl Desktop installer instead of a separate Notes download, and the standalone-only release notes were removed. One download, one account, one balance of credits.
Docs top navigation no longer wraps to two lines. Adding the Foxl Notes tab pushed the docs.foxl.ai header wide enough to wrap the section labels; the nav now keeps every label on a single clean row.