Skip to main content

Changelog

All notable changes to Daemo Engine, SDKs, and the platform.

December 23, 2025

Node.js SDK v0.2.5

  • Added support for streaming tool responses
  • Improved WebSocket connection stability
  • New daemo-cli test command for local development
  • Better error messages for authentication failures

Bug fixes

  • Fixed race condition in concurrent tool executions
  • Fixed memory leak in long-running daemon processes
  • Fixed incorrect timeout handling for slow tools
  • Fixed header slug character handling for special characters
December 19, 2025

Dashboard improvements

  • Added support for reading custom instructions from an AGENTS.md file
  • Agent now opens PRs under your GitHub account if you connect your account on the dashboard
  • Added copy conversation button to easily share or save assistant conversations
  • Improved handling of stream stalled scenarios for more reliable assistant responses
  • Improved assistant display on mobile devices

Developer experience improvements

  • Added shareable preview links from the editor toolbar
  • Updated publishing workflow to support one-click publishing or creating pull requests
  • Working in the web editor no longer requires you to sign in with GitHub
December 7, 2025

Node.js SDK v0.2.4

  • Latest stable release with improved connection reliability
  • Bug fixes and performance improvements
  • Enhanced TypeScript type definitions
December 1, 2025

.NET SDK v0.2.3

  • Single tunnel manager for both hosted and client connections
  • Performance improvements for high-throughput scenarios
  • Better ASP.NET Core integration patterns
November 15, 2025

Platform improvements

  • New playground testing environment with live tool execution
  • Improved registry search and filtering
  • Added tool versioning support
  • Better error reporting in the dashboard
November 3, 2025

Node.js SDK v0.2.3 - Initial public release

  • First public release of the daemo-engine npm package
  • Full TypeScript support with comprehensive type definitions
  • Support for defining tools with Zod schemas
  • Automatic tool registration and discovery
October 29, 2025

.NET SDK v0.2.2

  • Bug fixes and stability improvements
  • Fixed connection timeout issues
  • Improved error handling for edge cases
October 15, 2025

.NET SDK v0.2.0

  • Major refactor with improved API surface
  • Better ASP.NET Core integration
  • New fluent configuration API
  • Support for dependency injection patterns
Filters