HomeChangelog
What changed

Changelog

Every release, in plain English.

v2.0.11Sep 16, 2026
  • ·Multi-domain launch: gnamiai.live, gnamiai.ca and gnamiai.com all serve the full site, API and downloads. SEO stays consolidated via canonical tags on gnamiai.live.
v2.0.10Sep 16, 2026
  • ·Custom domains live: gnamiai.ca and gnamiai.com now permanently redirect (308) to gnamiai.live, consolidating all SEO value on the canonical domain with zero duplicate content.
v2.0.9Sep 16, 2026
  • ·Cloud sandbox is now real: switching to Cloud executes tasks in an isolated Linux sandbox (AI-planned script, executed remotely, summarized back).
  • ·Bill-safe by design: fixed 50 credits per run deducted upfront, 20 runs per user per day, 120-second max runtime, fresh sandbox per run that scales to zero.
  • ·Greetings in cloud mode are answered free without burning credits.
  • ·Credit balance now refreshes automatically after each cloud run.
v2.0.8Sep 16, 2026
  • ·New Local/Cloud execution switch in the workspace toolbar. Local (default) runs agents on your machine at 0 credits; Cloud targets the hosted sandbox.
  • ·Cloud execution is hard-gated server-side and currently disabled, so zero cloud spend can occur — switching to Cloud simply explains that until you enable it.
  • ·SEO overhaul: full Open Graph/Twitter metadata, canonical URLs, sitemap.xml, robots.txt, and SoftwareApplication structured data.
v2.0.7Sep 16, 2026
  • ·Single plan: GnamiAI Pro is now the only subscription at $29/month with 12,500 cloud sandbox credits per month (Team retired).
  • ·Local runs through your own subscriptions (Codex, Grok, etc.) explicitly cost 0 credits — enforced in the desktop client and shown on every agent reply.
  • ·New Community tab: Twitch and Instagram cards with live auto-updating follower counts, an on-air badge when streaming, plus a Discord coming-soon card.
v2.0.6Sep 16, 2026
  • ·Fixed the agent modifying workspace files for casual messages: greetings and small talk (hi, allo, comment sa va, thanks, bye) are now answered instantly without touching any files.
  • ·Works in both English and French, including messages without a workspace folder open.
  • ·Real tasks are unaffected — anything mentioning files, fixes, or code still goes to the agent.
v2.0.5Sep 16, 2026
  • ·Pressing Enter in the chat input now sends the message (Shift+Enter for a new line).
  • ·Fixed sessions disappearing after restart: chat history is now saved to disk instead of localStorage, which was wiped because the local server uses a new port every launch.
  • ·Added a red Stop button while the agent runs — kills the agent process and keeps any partial output.
  • ·The agent now closes with its own plain-language summary of what it did, which files changed, and how to verify.
  • ·In-app auto-updater now downloads the correct GnamiAI.Installer.exe file.
v2.0.4Sep 16, 2026
  • ·Workspace animations smoothed: mode switches now use a gentle slide-fade instead of a jarring scale pop.
  • ·Sidebar collapse eased to 300ms with a natural cubic-bezier curve instead of snapping at 200ms.
  • ·All interactive buttons gained tactile hover scale and active press-down for a responsive feel.
  • ·Tab bar transitions extended to 200ms with softer inactive hover states.
  • ·Model picker dropdown uses a new origin-anchored scale animation for fluid opening.
  • ·Thread list items now slide in horizontally on render instead of appearing instantly.
  • ·Live status dot uses a soft ping animation with scale growth instead of opacity blink.
  • ·Permission dialog buttons gained scale interactions matching the rest of the UI.
  • ·File context chips and permission mode toggles smoothed with all-direction transitions.
v2.0.3Sep 16, 2026
  • ·Website animations overhauled: staggered entrance reveals on homepage, changelog, FAQ, guides, docs, contact, and account pages.
  • ·Fixed broken modal and banner animations (animate-in classes were non-functional without tailwindcss-animate plugin).
  • ·Modals now animate in with a proper overlay fade and dialog scale-up.
  • ·FAQ and guide accordions use a smooth expand animation.
  • ·Reduced-motion support added for accessibility (prefers-reduced-motion).
  • ·Workspace inline keyframes consolidated into globals.css.
  • ·Provider model icons fixed: color now inherits from parent text instead of hardcoded gray, so icons match selected/highlighted states.
  • ·All emoji and unicode UI symbols removed from the workspace app, replaced with crisp lucide-react icons (folder, menu, close, logout, etc.).
  • ·Chat UX improved: agent now shows a real-time activity feed (reading files, analyzing, planning, executing, validating, finalizing) while running instead of a static bouncing-dots indicator.
  • ·Completed activity steps are marked with [ok] and struck through; the current step pulses to show live progress.
v2.0.1Sep 15, 2026
  • ·Replaced the stock Windows installer wizard with a custom GnamiAI installer.
  • ·Added a Choose folder button for selecting the install location.
  • ·Added GnamiAI branding, a desktop shortcut, gnamiai:// link handling, and an uninstaller.
  • ·Fixed Grok permission commands so Ask, Auto, and Full use valid CLI options.
  • ·Fixed provider icon sizing in the model picker.
  • ·Unsupported providers now show a clear message instead of starting a different CLI.
v1.3.0Sep 15, 2026
  • ·Auto-update: app now checks for new versions on launch and installs them on next restart
  • ·Added real provider logos (OpenAI, Anthropic, Google, xAI, Meta, Mistral, DeepSeek) in model picker
  • ·Hippo logo now shows in website header, browser tab, and app sidebar
  • ·Session state (threads, messages, model choice) now persists across app restarts
  • ·Fixed codex "not on PATH" error — agent detection now uses shell lookup (where/which)
  • ·Removed provider selector buttons — model picker alone drives which CLI runs
  • ·Homepage rewritten — removed placeholder copy and fake benchmarks
v1.2.0Sep 15, 2026
  • ·Workspace UI redesigned with sidebar, tab bar (Autopilot / Forge / Stream), and animated transitions
  • ·Model picker now grouped by provider with effort slider (Low / Med / High / Max)
  • ·Permission mode selector: Ask · Auto · Full
  • ·Thinking animation shown while agent is running
  • ·Forge mode: file tree + textarea editor with save to disk
  • ·Stream mode: terminal with colored output, runs commands in workspace folder
  • ·Grok output-format flag fixed (plain instead of text)
v1.1.0Sep 14, 2026
  • ·Google Sign-In via OAuth 2.0 — works in both browser and desktop deep-link flow
  • ·Desktop session persisted to disk (userData/session.json), restored on next launch
  • ·Local HTTP proxy in Electron forwards /api/* requests to gnamiai.live with session cookie
  • ·Workspace folder picker — agents and terminal run inside selected directory
  • ·Agent detection on launch via where/which lookup
v1.0.0Sep 10, 2026
  • ·First release — Windows 64-bit installer (.exe) built with Electron + Next.js static export
  • ·Cloudflare Worker backend: Google OAuth, KV sessions, PayPal billing, R2 installer hosting
  • ·Codex, Cursor Agent, Grok CLI integration in desktop app
  • ·Black-and-white UI, monospace font throughout