Releases: CodeAndCanvasLabs/Daemora
Releases · CodeAndCanvasLabs/Daemora
Release list
Daemora 2026.1.0-beta.0
Daemora 2026.1.0-beta.0
A fully autonomous, self-hosted AI agent — connects any LLM, any MCP server, any channel.
What's New
Security Settings UI
- Permission tier selector (minimal / standard / full) on the Security page
- Filesystem sandbox management — add/remove allowed and blocked paths with visual chip tags
- Multi-tenant mode toggles — enable/disable tenant isolation, auto-registration, filesystem isolation
- All settings persist to
.envvia the existing settings API
Tenant API Key Management
- REST endpoints for per-tenant API keys (
GET/PUT/DELETE /api/tenants/:id/apikeys/:keyName) - UI for managing tenant API keys in the Tenants page — add, view, and delete encrypted keys
- Keys encrypted with AES-256-GCM at rest, never exposed in plaintext
Planning Skill
- New
skills/planning.md— task-agnostic planning skill (coding, research, communication, automation) - Agent now plans before executing complex multi-step tasks and confirms with the user
- Multi-agent isolation rules — contract-based planning, boundary enforcement, no cross-agent file conflicts
- MCP tasks planned as spawned agent tasks with self-contained briefs
Security Hardening
- Path validation hardened against traversal attacks, null bytes, and control characters
- FilesystemGuard enforcement on all 18 file-touching tools
- Command guard blocks CLI privilege escalation
Other
- Tenant-aware TTS API key resolution (OpenAI + ElevenLabs)
- Theme info symbol added
- Removed leftover Figma README from UI subfolder
Install / Upgrade
npm install -g daemora@2026.1.0-beta.0
daemora setup
daemora startLinks
- Website: https://daemora.com
- Guide: https://daemora.com/guide
- npm: https://npmjs.com/package/daemora
- Issues: https://github.com/CodeAndCanvasLabs/Daemora/issues
Daemora v1.0.15
Daemora v1.0.15
A fully autonomous, self-hosted AI agent — connects any LLM, any MCP server, any channel.
What's New
Security Settings UI
- Permission tier selector (minimal / standard / full) on the Security page
- Filesystem sandbox management — add/remove allowed and blocked paths with visual chip tags
- Multi-tenant mode toggles — enable/disable tenant isolation, auto-registration, filesystem isolation
- All settings persist to
.envvia the existing settings API
Tenant API Key Management
- REST endpoints for per-tenant API keys (
GET/PUT/DELETE /api/tenants/:id/apikeys/:keyName) - UI for managing tenant API keys in the Tenants page — add, view, and delete encrypted keys
- Keys encrypted with AES-256-GCM at rest, never exposed in plaintext
Planning Skill
- New
skills/planning.md— task-agnostic planning skill (coding, research, communication, automation) - Agent now plans before executing complex multi-step tasks and confirms with the user
- Multi-agent isolation rules — contract-based planning, boundary enforcement, no cross-agent file conflicts
- MCP tasks planned as spawned agent tasks with self-contained briefs
Security Hardening
- Path validation hardened against traversal attacks, null bytes, and control characters
- FilesystemGuard enforcement on all 18 file-touching tools
- Command guard blocks CLI privilege escalation
Other
- Tenant-aware TTS API key resolution (OpenAI + ElevenLabs)
- Theme info symbol added
- Removed leftover Figma README from UI subfolder
Install / Upgrade
npm install -g daemora@1.0.15
daemora setup
daemora startLinks
- Website: https://daemora.com
- Guide: https://daemora.com/guide
- npm: https://npmjs.com/package/daemora
- Issues: https://github.com/CodeAndCanvasLabs/Daemora/issues