Updates, engineering deep-dives, and guides from the Foxl team.
Anthropic shipped Claude Fable 5 on Amazon Bedrock today, and Foxl supports it on day one - across Foxl App, Foxl Code, and Foxl Notes, plus your Claude Pro/Max subscription. Opus 4.8 stays default; Fable is the new most-capable pick. The sharp edges we handled: a global-only inference profile, per-region data-retention opt-in (pinned to us-east-1), adaptive-only thinking, and a transient-5xx retry for the launch-day capacity ramp.
The same web bundle that powers app.foxl.ai now wraps into a native iOS app with Capacitor - Agent, Notes, and the new in-app Foxl Code all at once. The hard parts: docking the chat composer flush on the keyboard the way Claude and ChatGPT do (resize:none + a single --keyboard-gap CSS variable), and a tap-offset bug from letting two layers own the safe area.
Foxl Notes is no longer a separate download - it now ships inside the Foxl Desktop app, on one account and one balance of credits. Plus: GPT-5.5 / GPT-5.4 now work end to end on your Foxl account, and a fix for "Start Recording" doing nothing on a fresh install.
A fleet of Claude Code instances on AWS, managed by an orchestrator that plans, spawns, and monitors coding agents. Per-task budget enforcement, autonomous heartbeat loop, and bidirectional terminal I/O.
For two months, Google couldn't index our landing page. The fix: swap Vite CSR for Next.js static export. Here's what we learned about Cloudflare Workers constraints, JSON-LD sitelinks, and why "we'll add SSR later" is a trap.
Integrations is third-party only again. The skill library is ~60% smaller (19 of 35 enabled by default). Git is no longer a built-in tool — exec covers it. The system tray dropdown drops five toggles nobody used and gains a recents list and 7-day usage. Credits in the sidebar avatar popover, OAuth-style install modals for Slack and Microsoft 365.