Skip to content

changelog

What's new in Mentiko

Every release, documented. Features, fixes, and improvements.

v0.3.0

Decision Flow & Chain Builder Improvements

Decision Flow

  • Added 3-round guided mode with preference-based option generation
  • Match scores now show on each generated option
  • Execution plans auto-create task trees from selected decisions

Chain Builder

  • Conditional branching support in visual editor
  • JSON view syncs bidirectionally with canvas
  • Export/import chains as portable JSON files

Platform

  • AES-256-GCM encrypted secrets vault
  • Workspace file browser with inline editor
  • Improved run monitoring with per-agent activity logs
v0.4.0

Marketing Site Redesign & Content Expansion

Website Redesign

  • Product-as-hero approach: chain builder mockup replaces generic text hero
  • Decision flow section with tinder-style A/B preference cards
  • Scroll-triggered fade-in reveals across all sections
  • Consolidated from 15 sections to 11 (less is more)
  • Weight 900 headings, borderless cards, flat aesthetic throughout
  • All pages restyled: pricing, compare, use-cases, security, docs

Content

  • 51 blog posts covering agent orchestration from every angle
  • New Q2 posts: decision flow guide, self-hosted 2026, cost breakdown, platform comparison, automation trends
  • Full SEO stack: JSON-LD, canonical URLs, sitemap, RSS, OG images

Platform

  • 4 customer-facing demo chains: Weekly Content Pipeline, PR Code Review, Customer Support Triage, Competitor Intelligence
  • Demo decision: Zendesk migration cost analysis
  • Improved chain builder flow diagram styling (teal-tinted nodes)
v0.2.0

Multi-Tenancy & Scheduling

Multi-Tenancy

  • Organization-scoped isolation with RBAC
  • Token-based member invites with expiry
  • Role-based API route protection

Scheduling

  • Cron-based chain execution with timezone awareness
  • Org-level and workspace-level schedule management
  • In-process scheduler that survives module reloads

Agents

  • Agent profiles with custom env vars and model selection
  • MCP tool definition sync for agent skills
  • Marketplace metadata on agent definitions
v0.1.0

Initial Release

Core Platform

  • Event-driven chain execution engine
  • Visual drag-and-drop chain builder
  • Real-time run monitoring with live PTY output
  • Workspace management (local, SSH, Docker)

Web UI

  • Agent library and registry
  • Conversation viewer with tool call inspection
  • Settings panel with 15+ configuration pages

Infrastructure

  • File-based event system with forgiving parser
  • PTY manager daemon for session isolation
  • Watchdog system for stalled run detection