Changelog

What's new in Zenoide

Product updates and improvements from across the Zenoide platform.

April 10, 2026Fix

More reliable AI agent

The AI agent no longer gets stuck in read-only loops when fixing bugs. After identifying a problem, it now reliably applies fixes instead of repeatedly running tests without making changes. Verification results appear immediately when the agent proposes a change. GitHub login is now stable across all sessions.

April 9, 2026Fix

Clearer errors when no project is open

The agent now immediately tells you to open a project folder instead of asking confusing clarification questions.

April 9, 2026Fix

More reliable AI agent

The agent no longer gets stuck repeating file reads when fixing bugs — it now reliably applies fixes on the first attempt after identifying the problem. Verification results (lint, tests) now appear immediately when the agent proposes a change, without requiring a page refresh.

  • -Smarter replanning after verification — write steps are injected when needed so the executor applies code changes instead of re-reading files in a loop
  • -Auto-verify status and patch bundle stay in sync in the UI so you see test and lint results as soon as a change is proposed
April 7, 2026New

Natural language summaries + multi-language test runner

Zenoide ora comunica come un senior developer: dopo ogni operazione ricevi un riepilogo chiaro in linguaggio naturale con file modificati, risultati dei test e proposta di azioni. Niente più output grezzo da interpretare.

  • -Natural summaries — Al termine di ogni task, Zenoide genera un riepilogo leggibile con file toccati, test passati/falliti e next steps proposti
  • -Multi-language test runner — Rilevamento automatico del comando test per Node.js, Go, Rust, Python, PHP. Test falliti non bloccano il flusso agente
  • -Re-run failed — Nuovo bottone per rieseguire solo i test falliti senza rilanciare l'intera suite
  • -Structured action log — Ogni step dell'agente registra metadati strutturati (durata, file letti/modificati, exit code) usati per generare il summary
April 6, 2026

Signup experience improved

Release 25.A tightens the email-and-password signup flow: errors from the server are explained in plain language, and important cases like an existing email or a temporary outage surface as toasts with optional shortcuts to sign in.

  • -Registration errors now show clear, actionable messages instead of a generic failure notice
  • -Email conflict detected at signup now offers a direct link to the sign-in page
  • -Network errors during registration are surfaced explicitly
April 3, 2026

Agent tool expansion + editor improvements

The AI agent gains a deeper toolbox for everyday development work: git awareness, log inspection, symbol search, and optional direct file writes. Editor and session reliability improvements keep the workspace predictable after sign-in and when tasks are cancelled.

  • -Nine new agent tools — read git status and history, diff staged changes, tail logs, terminate processes by PID, search symbols and references, read multiple files at once, and write files directly when you want speed over patch review.
  • -Auto-apply mode in Settings lets the agent save changes straight to disk without waiting for patch approval — best for workflows you already trust.
  • -Manual save with Ctrl+S or Cmd+S in the editor, with a toast so you know the file was written.
  • -A dedicated approval banner for sensitive actions (for example stopping a process) so you confirm before anything destructive runs.
  • -Reliability fixes for GitHub sign-in identity, restoring chat after logout and login, clearing stuck agent banners, and cleaner output in the agent panel.
April 1, 2026

MCP Marketplace & C# Support

Zenoide now features a built-in MCP Marketplace, letting you browse and connect to hundreds of external tool servers in one click. C# projects now benefit from dedicated syntax highlighting with full language support.

  • -Browse and install MCP servers directly from the official registry - no manual configuration needed.
  • -Each server card shows documentation links, website, and connection details at a glance.
  • -C# and C# Script files now use a dedicated language grammar for accurate syntax highlighting.
  • -Plugin system stability improvements - extensions load reliably on every session start.
March 30, 2026Fix

Local registration fix + agent UI improvements

Risolto il bug che impediva la registrazione con email/password. Migliorata l'interfaccia del panel agente per essere più compatta e leggibile.

  • -Signup fix — La registrazione con email e password ora funziona correttamente
  • -Compact agent buttons — I bottoni Apply All / Undo All / Re-run sono più compatti e meno invasivi visivamente
  • -Readable test output — L'output di lint e test nel panel agente non mostra più sequenze ANSI grezze
March 29, 2026Launch

Production Launch

Zenoide is live. The platform is deployed on a resilient cloud infrastructure with continuous delivery, real-time health monitoring, and a custom domain.

  • -Production environment live at app.zenoide.com.
  • -Continuous deployment - every merge to main ships automatically.
  • -Real-time infrastructure health monitoring.
  • -Full authentication with GitHub OAuth.
March 28, 2026

Vim Mode & Accessibility

Power users can now enable Vim keybindings directly from Settings. This release also brings a comprehensive accessibility pass across the entire IDE - keyboard navigation, screen reader support, and focus management.

  • -Vim mode available as a toggle in Editor Settings.
  • -Full keyboard navigation across sidebar, file tree, chat, patch review, and extensions.
  • -Screen reader support with proper ARIA roles and live regions throughout the workspace.
  • -Focus trapping and restoration on all modal dialogs.
March 12, 2026

Domain Routing, LSP Improvements & Extensions

The app and marketing site now live on separate subdomains with intelligent routing. Language server support for Go and Rust is more robust. The Extensions panel is fully operational with persistent plugin state.

  • -app.zenoide.com routes correctly based on authentication state.
  • -Go and Rust language servers are detected automatically with clear setup guidance when missing.
  • -Extensions panel supports enabling, disabling, and installing plugins - state persists across restarts.
  • -Optional AI-powered result reranking for more relevant code search results.
February 25, 2026Desktop

Desktop App

Zenoide is now available as a native desktop application. Download it for macOS, Windows, or Linux and enjoy the full IDE experience without a browser.

  • -Native installers for macOS (.dmg), Windows (.exe), and Linux (.AppImage, .deb).
  • -Automatic updates - the app keeps itself current in the background.
  • -Full feature parity with the web version.
February 8, 2026

Billing, Quota & Agent Tools

Usage quotas are now enforced in real time with plan-based limits. Stripe integration is fully operational. The AI agent now has access to a broader set of tools for more capable autonomous task execution.

  • -Real-time quota enforcement - Free, Pro, and Team plans with monthly token limits.
  • -Stripe billing fully integrated - subscriptions, upgrades, and payment events handled automatically.
  • -AI agent expanded with additional tools: directory listing, test execution, browser navigation, and URL reading.