Changelog

What's shipping in Station and Server.

Curated release notes for the two Meshly Build products. Major versions, new surfaces, and the things worth knowing about, without the git-log noise.

Station
v1.2.7

The desktop runner. Spawns Claude Code agents on your workstation, dispatches tasks from the queue, and streams logs back to the dashboard.

v1.2.7PatchApr 30, 2026

Smarter recovery when agents go silent.

  • Station now tries to re-engage stuck agents before giving up.
  • Tasks are released back to the queue if an agent stays unresponsive, so other agents can pick them up.
v1.2.6PatchApr 29, 2026

Headless agents no longer hang on permission prompts; logs use your local timezone.

v1.2.5PatchApr 29, 2026

Each agent gets its own concurrency slot, so one busy agent no longer blocks the others.

v1.2.4PatchApr 28, 2026

Reliability fixes for headless agents handling file operations.

v1.2.3PatchApr 27, 2026

First pass at headless permission handling.

v1.2.2MinorApr 27, 2026

New logging system; agent log streaming is more resilient.

  • Structured logs with on/off toggle and live level switching, front-and-center in the sidebar.
  • Agent output streams more reliably across operator workstations.
  • App launches from Finder now produce visible logs.
v1.2.1PatchApr 27, 2026

Reliability fixes for headless agents and prompt delivery.

v1.2.0MinorApr 26, 2026

Architecture scanner is built in. No extra setup required.

  • Run architecture scans without installing anything extra; Station handles it natively.
  • Claude Advisor runs on your existing Claude Code subscription. No separate API key required.
  • Polished UI: toast notifications, command palette (⌘K), tabbed settings, native macOS and Windows look-and-feel.
  • Sign-in is more resilient. Transient errors no longer require you to reauthenticate.
v0.2.0MinorApr 9, 2026

Live agent output in the dashboard.

  • Watch agents work in real time, with the full Claude Code interface streamed to your dashboard.
  • Automatic log-file cleanup keeps your workstation tidy.
v0.1.3PatchApr 8, 2026

First working release.

Server
v3.0.14

The control plane. Boards, agents, review, audit, knowledge, and MCP. Operated by Meshly.

v3.0.14PatchApr 30, 2026

Short task IDs on the board.

  • Compact task ID badge added to expanded task cards and the detail dialog. Tap to copy the full ID.
  • Matches the short ID format that agent chat and logs already use, so cross-referencing just works.
v3.0.13PatchApr 29, 2026

Image uploads accept more formats and recover from common encoding issues.

v3.0.12PatchApr 29, 2026

Clearer error messages when running MDS tools against projects that don’t have an MDS connection configured.

v3.0.11PatchApr 29, 2026

Faster, more reliable MDS connection handling for slower networks.

v3.0.10PatchApr 29, 2026

MDS tools appear immediately in fresh agent sessions instead of arriving on a delayed refresh.

v3.0.9PatchApr 29, 2026

MCP tool refinements: clearer errors, broader agent permissions.

  • Project-scoped agents can now read errors, audit log, and project labels.
  • MCP error messages surface the actual cause instead of a generic "Permission denied."
  • Knowledge entry types are validated strictly. No more advertised-but-rejected fields.
  • Cleaned up obsolete MCP tools that no longer had a working backend.
v3.0.8PatchApr 29, 2026

Better visibility on MDS connection issues, and broader credential access for project-scoped agents.

v3.0.7PatchApr 29, 2026

MDS tools reliably reappear after MCP reconnects in long-running sessions.

v3.0.6PatchApr 29, 2026

MDS tool catalog is leaner in single-environment projects, reducing session startup overhead.

v3.0.5PatchApr 29, 2026

MCP session resilience: fewer reconnects, faster tool listings.

  • Tool listings return immediately; MDS tools attach in the background so first-use is faster.
  • Sessions self-heal after deploy restarts, network blips, or laptop sleep/wake. Fewer manual reconnects.
v3.0.4PatchApr 29, 2026

MCP connections to existing project URLs work reliably.

v3.0.3PatchApr 29, 2026

MDS connection tests and health checks complete promptly instead of hanging.

v3.0.2PatchApr 29, 2026

Knowledge endpoint reliably returns recorded decisions.

v3.0.1PatchApr 28, 2026

MCP sessions stay open reliably.

  • Long-running MCP sessions no longer get torn down silently every few minutes.
  • Reverse-proxy configuration tuned so keepalive frames flow through cleanly to clients.
  • Session-expired responses use a structured signal so well-behaved clients can re-handshake automatically.
v3.0.0MajorApr 26, 2026

Architecture overview for every project.

  • New Architecture page renders eight standardized sections per project: overview, tech stack, entry points, flowchart, surfaces, data model, integrations, and a file tour.
  • Diagrams are deterministic. Same inputs always produce the same view, no LLM at render time.
  • Station scans your source, the backend stores the result, you can regenerate on demand.
  • Retired the older documentation pipeline in favour of this leaner, more reliable surface.
v2.11.10PatchApr 23, 2026

Architecture diagrams render reliably for emit/subscribe relationships.

v2.11.9PatchApr 23, 2026

Architecture diagrams render reliably for components with explicit edge labels; component cards display file basenames with full paths on hover.

v2.11.8PatchApr 23, 2026

Architecture diagrams handle special characters in edge labels.

v2.11.7PatchApr 22, 2026

Architecture-doc generation is split cleanly between Station and the backend for better reliability.

v2.11.6PatchApr 22, 2026

Recover from stuck architecture scans without manual intervention.

v2.11.5PatchApr 22, 2026

Reliability improvements for user-initiated architecture regenerates.

v2.11.4PatchApr 22, 2026

First-time users see a Generate button in the architecture empty state.

v2.11.3PatchApr 22, 2026

Regenerate button now triggers a real architecture rescan.

v2.11.2PatchApr 22, 2026

Old `/docs` URLs redirect to the new architecture path.

v2.11.1PatchApr 22, 2026

Architecture-doc structure tightened to a fixed set of sections; legacy ingest paths removed.

v2.11.0MinorApr 22, 2026

Architecture-doc render surface and storage land.

  • New Architecture page renders eight standardized sections per project.
  • Diagrams are derived deterministically from the source data. No LLM at render time.
  • Includes flowchart, ER diagram, and a file tour grouped by top-level directory.
v2.10.4PatchApr 22, 2026

AI-written documentation no longer leaks template placeholders into output.

v2.10.3PatchApr 22, 2026

Prose Regenerate now reliably triggers a fresh regeneration.

v2.10.2PatchApr 22, 2026

Documentation queue handles all date types; Schema view renders cleanly when empty.

v2.10.0MinorApr 22, 2026

AI-written project documentation.

  • Long-form documentation is now generated by paired writer and reviewer agents to ensure citations are grounded in your project.
  • Standardized section vocabulary covering system overview, data model, API surface, auth flow, deployment, conventions, and recent changes.
  • New Prose tab in Project Docs with markdown body, citation footnotes, provenance and metadata indicators, and per-card regenerate.
  • Workspace settings control auto-refresh, token budget, and producer choice.
v2.9.13PatchApr 22, 2026

Multiple polish fixes to the Architecture views.

v2.9.12PatchApr 22, 2026

Login page recovers cleanly from invalidated refresh cookies.

v2.9.11PatchApr 21, 2026

Architecture scan ingestion now succeeds reliably.

v2.9.10PatchApr 21, 2026

Workspace tab handles workspaces with many projects.

v2.9.9PatchApr 21, 2026

Failing architecture scans surface the actual error in the response.

v2.9.8PatchApr 21, 2026

Architecture tab numbering gap fixed. Workspace is now `04`, alongside Components / Schema / Flows / Timeline.

v2.9.7PatchApr 21, 2026

Project Docs handles all data shapes reliably; Genome consolidated under Project Docs.

v2.9.6MinorApr 21, 2026

Architecture V4.0: five interactive views and Ask AI.

  • Five interactive Architecture views: Components map, Schema, Flows, Workspace, Timeline.
  • Ask AI on selected components for grounded summaries based on neighbours and recent related tasks.
  • Optional post-scan AI enrichment fills missing component descriptions, gated by token budget.
  • AI-generated content is visually distinguished from scanner facts.
  • Reload prompt when a new version is deployed; full keyboard navigation across views.
v2.9.5MinorApr 21, 2026

Project documentation consolidated into one surface.

  • New Project Docs view with Overview, Architecture, Genome, Decisions, and Prose tabs.
  • Architecture moved out of Settings where it had been hidden.
  • Admins can author free-text markdown sections per project under Prose.
v2.15.0MinorMar 24, 2026

Server-side agent memory. Memories shared across machines and sessions.

  • Memories scoped to workspace, project, or agent across four types (user, feedback, project, reference).
  • Agent sessions automatically sync the latest memory snapshot at task start.
  • MCP tools to save, list, and forget memories.
  • Stale local memory files cleaned up automatically.
v2.14.0MinorMar 24, 2026

Daemon hardening. Survives outages and always restarts.

  • Heartbeat retries cleanly on failure, with progressive logging instead of error spam.
  • Daemon services always restart on macOS and Linux, including after clean shutdowns and OS updates.
  • Workstation registration retries automatically when the network is down at startup.
v2.13.0MinorMar 24, 2026

MCP nudges: soft workflow guidance for agents.

  • Complex tasks include a planning hint encouraging the agent to outline an approach first.
  • Restarted tasks show the previous rejection reason; completion warns when no lesson was recorded.
  • Higher-priority tasks get a quality reminder at completion.
  • Error tools flag untracked groups with frequent occurrences and suggest creating a task.
  • Agents are guided to use subagents for research to keep their main context focused.
v2.9.0MinorMar 16, 2026

One-command machine setup.

  • Authenticate, fetch all agents and projects, scan local repos, and write per-project configurations in one shot.
  • Rotate all agent API keys during setup with a single flag.
  • Reconfigure regenerates configurations after AI tool updates wipe them, with no network access required.
  • Dry-run mode previews changes before writing; credentials kept out of source control automatically.
v2.5.0MinorMar 10, 2026

Reports + MCP follow-up nudging.

  • New Reports chart: task distribution by label, broken down by board column.
  • MCP nudges agents to create follow-up tasks instead of leaving inline TODOs.
v2.4.0MinorMar 10, 2026

Workflow guardrails for agents.

  • Single-active-task enforcement. Agents can’t start a new task while another is In Progress.
  • Workflow-aware error messages with concrete remediation steps instead of generic "permission denied."
  • Task-mutation responses carry next-action hints.
  • Mandatory workflow rules surfaced through the workspace context; tool descriptions state prerequisites explicitly.
v2.3.0MinorMar 9, 2026

MCP tool surface expanded.

  • 34 new MCP tools across labels, reports, error tracking, audit log, automation, knowledge, decisions, project relationships, and milestones.
  • Agent learning loop: useful feedback reinforces matching knowledge entries; entries decay over time without reinforcement.
  • Nightly snapshots pre-compute Reports data for instant load.
  • Real-time updates for activity, auto-blocking, and budget warnings.
  • Inline label creation from task dialogs with a colour picker.
v2.2.0MinorFeb 27, 2026

Project intelligence layer.

  • Knowledge staleness tracking. Entries with negative feedback signals are flagged as stale; consistently unhelpful entries auto-deactivate.
  • Tiered memory: pin essential context as "always" so it’s injected into every agent session.
  • Knowledge deduplication detects near-duplicate entries on save and on demand.
  • Automated model routing scores tasks for the best Claude model based on task characteristics.
  • Reports filters: scope by user, preset and custom date ranges, shareable URLs.
  • New MCP tools to list project agents, bulk-create tasks, and register a project’s module map.
  • Tighter project context responses with relevance thresholds to prevent context bloat.
v2.1.2PatchFeb 25, 2026

Friendlier model name handling across UI and MCP.

v2.1.1PatchFeb 24, 2026

Per-role model selection. Choose which Claude model each agent role uses.

v2.1.0MinorFeb 23, 2026

Workstation tracking on tasks. Running cards show which workstation is hosting the agent, with a picker on invoke when multiple are eligible.

v2.0.4PatchFeb 23, 2026

Live console page. Admin-only terminal viewer for agent sessions, streamed in real time.

v2.0.3PatchFeb 23, 2026

Resolution confidence stored directly on tasks; agent roles fully manageable through the UI.

v2.0.2MinorFeb 22, 2026

Epics, swimlanes, and the agent learning system.

  • Epics group related tasks into feature-scoped initiatives that span milestones, with progress tracking.
  • Board swimlanes group tasks by epic, milestone, assignee, or priority. Card display toggles, saved views, multi-criteria filter toolbar.
  • Per-agent knowledge entries with confidence scoring; automatic learning from task completion, approval, and rejection.
  • Capability profiling tracks which task types and labels each agent handles best; rejection-pattern analysis surfaces failure modes.
  • Agent avatars.
  • Agent permissions simplified to two tiers.
v2.0.0MajorFeb 19, 2026

Enterprise major release. Production database, role-based access, agent guardrails, and unified settings.

  • Migrated to a production-grade database for scale and reliability.
  • Three-tier human user roles (Admin, Dev Manager, Viewer) with SSO group mapping.
  • Project membership access control. Non-admin users only see projects they belong to.
  • Agent communication system: human-to-agent, agent-to-agent, and broadcast messaging.
  • Agent guardrails: role definitions, project-level access control, token and USD budgets, API key expiry, stale-task detection, time tracking.
  • Unified Settings shell with persistent left sidebar; scattered config pages consolidated.
  • Two-way Slack integration replaces one-way webhooks.
  • Container deployment alongside the existing process-manager path.
  • Two security audits with hardening across the API surface.
v1.2.1PatchFeb 9, 2026

Notification card render fix; full-width Reports layout; responsive two-column Project Settings.

v1.2.0MinorFeb 9, 2026

Onboarding, branding, and developer infrastructure.

  • Interactive setup wizard for first-start. No more hardcoded admin credentials.
  • Backend and frontend test infrastructure plus CI integration.
  • Meshly dark theme with glassmorphic effects and animated gradients.
  • Demo data seeder for evaluation; built-in backup management UI.
v1.1.0MinorFeb 8, 2026

Agent question workflow, activity sidebar, and analytics.

  • Agents can ask questions without blocking a task. Real-time notification bell with badge count and toast.
  • Agent Activity sidebar shows active agents and their In Progress tasks with live elapsed timers.
  • Token usage tracking per agent / model / task; Reports dashboard with completion trends, AI work time, and cost estimates.
  • System audit log with timeline view; rate limiting for API keys; full-text search on tasks.
v1.0.0MajorFeb 6, 2026

Initial release.

  • Kanban board with drag-and-drop; AI agent integration via Model Context Protocol (MCP).
  • MCP client package for VS Code Copilot, Claude Desktop, Cursor, and Windsurf.
  • Real-time updates with project-scoped subscriptions; Slack webhook notifications.
  • Milestones / sprints, global and project-scoped labels, JWT and API-key authentication.
  • User and agent management; project settings (columns, labels, integrations).
  • Production-ready deployment with HTTPS and CI/CD.