Skip to content

Releases: CodeAndCanvasLabs/Daemora

Daemora 2026.1.0-beta.0

Choose a tag to compare

@FahadSalamatRandhawa FahadSalamatRandhawa released this 08 Mar 20:17
d9f7c59

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 .env via 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 start

Links

Daemora v1.0.15

Choose a tag to compare

@UmarFarooq75 UmarFarooq75 released this 08 Mar 03:26

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 .env via 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 start

Links