Changelog.

Every release, in order.

v1.0.02026-05-13

First stable release.

  • Signed and notarized macOS builds (.dmg) and Linux AppImage.
  • Public download flow at orchidide.com/download.
  • Project publish model: local-first, first publisher owns the cloud row.
  • Read-only viewer at <slug>.orchidide.com.

v0.8.02026-04-28

SQL cells, result table, agent ReviewPanel.

  • SQL cells run off the Python kernel — faster cold-start, isolated failures.
  • Result table: virtualized DataFrame viewer with sort and search.
  • Agent ReviewPanel: side-by-side diff for proposed cell changes.
  • Connection profiles moved to client-side, session-only view state.

v0.7.02026-04-15

Project CRUD + AI overview.

  • Project shelf with create, rename, archive, delete.
  • AI-generated project overview, on-demand.
  • Delete safety: typed confirmation for projects with publishable outputs.

v0.6.02026-04-14

Multi-agent mode + file ops.

  • Multi-agent orchestrator with Data, Analyst, Viz, Report specialists.
  • File ops workflow: read, write, edit project files with diff review.
  • kernel.listVariables tool for shared specialist state.

v0.5.02026-04-02

Phase 1: agent chat E2E.

  • Gemini-powered single agent.
  • execute_code tool with kernel output streaming.
  • Theia extension scaffolding for agent chat and notebook editor.