Changelog

What's new in Mako

New features, improvements, and fixes across the Mako platform.

v0.9.6Latest
June 26, 2026

Drag & Drop, Branding Refresh & Dark Mode Polish

  • FeatureDrag and drop — reorder chats by dragging them between folders or back to History
  • FeatureCustom Mako wordmark logo in the sidebar header, with automatic light/dark mode switching
  • FeatureBETA badge displayed next to the sidebar wordmark
  • FeatureNew Mako heart avatar for assistant chat messages
  • ImprovementPlaceholder suggestions now appear in fully randomized order on every page load
  • ImprovementDark mode grid overlay added to the chat home section with blue-tinted lines
  • ImprovementBeta card and modal now use darker, more saturated gradients in dark mode
  • ImprovementBeta card wave lines are thicker and more visible
  • ImprovementBeta card subtext moved closer to the logo for a tighter layout
  • ImprovementRemoved decorative circles from the beta card and popup for a cleaner look
  • FixFixed placeholder text always starting with the same suggestion on every refresh
v0.9.5
June 26, 2026

Chat Folders & Sidebar Overhaul

  • FeatureChat folders — organize conversations into named folders with create, rename, and delete
  • FeatureChat bubble icons replace dot indicators for conversation items in the sidebar
  • FeatureSeparate 'Folder' and 'History' sections in the sidebar with individual + buttons
  • ImprovementDocs topbar now includes GitHub link and 'Chat with Mako' CTA button
  • ImprovementDocs sidebar expanded with HuggingFace, Discord, Status, X/Twitter, $MAKO Token, and Changelog links
  • ImprovementStatus and Changelog links added to the main chat sidebar navigation
  • ImprovementDocs grid decorations are now more visible in both light and dark modes
  • FixFixed ReactMarkdown crash — removed deprecated className prop (react-markdown v9+ breaking change)
v0.9.4
June 25, 2026

Status Page & Enhanced Tool Tracing

  • FeatureAdded real-time system status page with live health checks and 90-day uptime history
  • FeatureChangelog page with full release history and tag filtering
  • ImprovementTool execution traces now show staggered animations during streaming
  • FixFixed hydration mismatch on pages with dynamic initial state
v0.9.3
June 14, 2026

Gateway Routing & ENS Caching

  • ImprovementImproved tool routing with smarter fallback chains for compound queries
  • ImprovementENS resolution results are now cached for 5 minutes, reducing RPC calls by ~40%
  • APIAdded `x-mako-trace` response header with tool execution summary
  • FixFixed edge case where `web_search` fallback wouldn't trigger on provider timeout
  • InfraZero-downtime deployment pipeline for gateway updates
v0.9.2
June 7, 2026

Streaming UX & Tweet Embeds

  • FeatureLive agent step indicators — see each tool call as it executes during streaming
  • FeatureRich tweet card embeds when Mako reads tweets via `read_tweet`
  • FeatureYouTube, Spotify, and SoundCloud media embeds auto-detected in responses
  • ImprovementStreaming text now renders incrementally with smoother character-by-character display
  • FixFixed `<think>` tag leaking into rendered output on some model responses
v0.9.1
May 28, 2026

Multi-Chain & Web Search Fallback

  • FeatureOn-chain tools now support 8 EVM chains: Ethereum, Base, Optimism, Arbitrum, Polygon, BSC, Avalanche, Fantom
  • FeatureWeb search with multi-provider fallback (primary → secondary → tertiary)
  • APINew `chain` parameter on all on-chain tool calls — defaults to Ethereum
  • ImprovementCoinGecko price lookups now handle token symbols, names, and contract addresses
  • FixFixed `get_eth_balance` returning incorrect values for addresses with very large balances
v0.9.0
May 18, 2026

Mako-32B Conductor Launch

  • ModelReleased Mako-32B Conductor — 32 billion parameter model optimized for autonomous tool orchestration
  • ModelOpen weights available on HuggingFace under permissive license
  • FeatureAutonomous multi-step tool chaining — up to 8 rounds per request
  • FeatureKnowledge base with curated context for 15+ Base ecosystem projects
  • APIOpenAI-compatible Chat Completions API with streaming support
  • FeatureWeb chat interface at deepmako.com with wallet authentication
v0.8.0
May 5, 2026

Mako-8B Operator Beta

  • ModelReleased Mako-8B Operator — compact model for streaming and low-latency use cases
  • Feature16 read-only tools across on-chain, web, market, and knowledge categories
  • FeatureENS name resolution across all supported chains
  • APIInitial API with `/v1/chat/completions`, `/v1/models`, `/health` endpoints
  • SecurityAll tools are strictly read-only — Mako cannot broadcast transactions