AGENTHOST// KENSINK_LABS
PRODUCTWORKFLOWPLANBETAPRICINGDOCSCHANGELOG
● ONLINE · 1,247 RUNTIMESSTART_WORKSPACE →
// All releases
  1. APRIL 2026

    1. 22v0.2.15
    2. 21v0.2.11
    3. 20v0.2.8
    4. 18v0.2.7
    5. 17v0.2.5
    6. 16v0.2.1
    7. 15v0.2.0
    8. 14v0.1.33
    9. 13v0.1.28
    10. 12v0.1.27
    11. 11v0.1.24
    12. 11v0.1.23
    13. 10v0.1.22
    14. 09v0.1.21
    15. 08v0.1.20
    16. 07v0.1.18
    17. 05v0.1.17
    18. 03v0.1.15
    19. 02v0.1.14
    20. 01v0.1.13
  2. MARCH 2026

    1. 31v0.1.3
    2. 28v0.1.2
    3. 25v0.1.1
    4. 22v0.1.0
// CHANGELOG

Changelog

New updates and improvements to Agenthost.

v0.2.152026-04-22

Local Skills, LaTeX, Focus Mode & Orphan-Task Recovery

// NEW FEATURES

  • Import runtime local Skills into the workspace as first-class artifacts
  • Orphan-task recovery — abandoned agent runs auto-retry, with manual rerun as fallback
  • LaTeX rendering in issues, comments and chat
  • Chat Focus mode — share the page you're on as conversation context

// IMPROVEMENTS

  • Sub-issue `status_changed` events no longer spam parent-issue subscribers
  • Multi-arch Docker release images built natively per-arch (no QEMU)
  • Pin sidebar derives fields client-side for snappier reorders
  • Expanded reserved-slug list so new slugs can't collide with product routes

// BUG FIXES

  • Gemini runtime model list now includes Gemini 3 and CLI aliases
  • Chat focus button disabled on pages without an anchor
  • Onboarding pin sync, welcome layout and runtime bootstrap state
  • `install.ps1` OS architecture detection hardened for more Windows setups
  • `/download` falls back to the previous release within a 1h freshness window
v0.2.112026-04-21

Desktop Cross-Platform Packaging, CLI Self-Update & Board Pagination

// NEW FEATURES

  • Desktop app cross-platform packaging — macOS, Windows, and Linux artifacts from a single release pipeline
  • `agenthost update` self-update command — upgrade the CLI and local daemon without reinstalling
  • Issue board paginates every status column, not only Done — large backlogs stay responsive

// BUG FIXES

  • Workspace isolation enforced end-to-end for agent execution on the local daemon (security)
  • Windows daemon stays alive after the terminal closes, so background agents keep running
  • Board cards render their description preview again — list queries no longer strip the description field
  • OpenClaw agent runtime now reads the real model from agent metadata instead of falling back to a default
  • Comment Markdown preserved end-to-end — the HTML sanitizer that was stripping formatting has been removed
v0.2.82026-04-20

Per-Agent Models, Kimi Runtime & Self-Host Auth

// NEW FEATURES

  • Per-agent `model` field with a provider-aware dropdown — pick the LLM model for each agent from the UI or via `agenthost agent create/update --model`, with live discovery from each runtime's CLI
  • Kimi CLI as a new agent runtime (Moonshot AI's `kimi-cli` over ACP), with model selection, auto-approved tool permissions, and streaming tool-call rendering
  • Expand toggle on inline comment and reply editors for composing long text

// BUG FIXES

  • Posting the result comment is now an explicit, numbered step in agent workflows so final replies reach the issue instead of terminal output
  • Agent live status card no longer leaks across issues when switching via Cmd+K
  • Self-hosted session cookies honor the `FRONTEND_ORIGIN` scheme — plain-HTTP deployments stop silently dropping cookies, and `COOKIE_DOMAIN=<ip>` now falls back to host-only with a warning instead of breaking login
v0.2.72026-04-18

Sub-Issues from Editor, Self-Host Gating & MCP

// NEW FEATURES

  • Create sub-issue directly from selected text in the editor bubble menu
  • Self-hosted instance gating — `ALLOW_SIGNUP` and `ALLOWED_EMAIL_*` env vars to restrict account creation
  • Per-agent `mcp_config` field to restore MCP access
  • Desktop app hourly update poll with manual check button in settings

// BUG FIXES

  • Session hand-off to desktop when already logged in on web
  • Open redirect vulnerability on `?next=` validated
  • OpenClaw stops passing unsupported flags and properly delivers AgentInstructions
v0.2.52026-04-17

CLI Autopilot, Cmd+K & Daemon Identity

// NEW FEATURES

  • CLI `autopilot` commands for managing scheduled and triggered automations
  • CLI `issue subscriber` commands for subscription management
  • Cmd+K palette extended — theme toggle, quick new issue/project, copy link, switch workspace
  • Project and sub-issue progress as optional card properties on the issue list
  • Persistent daemon UUID identity — CLI and desktop share one daemon across restarts and machine moves
  • Sole-owner workspace leave preflight check
  • Persist comment collapse state across sessions

// BUG FIXES

  • Agents now triggered on comments regardless of issue status
  • Codex sandbox config fixed for macOS network access
  • Editor bubble menu rewritten with @floating-ui/dom for reliable scroll hiding
  • Autopilot creator automatically subscribed to autopilot-created issues
  • Autopilot workspace ID correctly resolved for run-only tasks
  • Desktop restricts `shell.openExternal` to http/https schemes (security)
  • Duplicate agent names return 409 instead of silently failing
  • New tabs in desktop inherit current workspace
v0.2.12026-04-16

New Agent Runtimes

// NEW FEATURES

  • GitHub Copilot CLI runtime support
  • Cursor Agent CLI runtime support
  • Pi agent runtime support
  • Workspace URL refactor — slug-first routing (`/{slug}/issues`) with legacy URL redirects

// BUG FIXES

  • Codex threads resume across tasks on the same issue
  • Codex turn errors surfaced instead of reporting empty output
  • Workspace usage correctly bucketed by task completion time
  • Autopilot run history rows fully clickable
  • Workspace isolation enforced on additional daemon and GC endpoints (security)
  • HTML-escape workspace and inviter names in invitation emails
  • Dev and production desktop instances can now coexist
v0.2.02026-04-15

Desktop App, Autopilot & Invitations

// NEW FEATURES

  • Desktop app for macOS — native Electron app with tab system, built-in daemon management, immersive mode, and auto-update
  • Autopilot — scheduled and triggered automations for AI agents
  • Workspace invitations with email notifications and dedicated accept page
  • Custom CLI arguments per agent for advanced runtime configuration
  • Chat redesign with unread tracking and improved session management
  • Create Agent dialog shows runtime owner with Mine/All filter

// IMPROVEMENTS

  • Inter font with CJK fallback and automatic CJK+Latin spacing
  • Sidebar user menu redesigned as full-row popover
  • WebSocket ping/pong heartbeat to detect dead connections
  • Members can now create agents and manage their own skills

// BUG FIXES

  • Agent now triggered on reply in threads where it already participated
  • Self-hosting: local uploads persist in Docker, WebSocket URL auto-derived for LAN access
  • Stale cmd+k recent issues resolved
v0.1.332026-04-14

Gemini CLI & Agent Env Vars

// NEW FEATURES

  • Google Gemini CLI as a new agent runtime with live log streaming
  • Custom environment variables for agents (router/proxy mode) with dedicated settings tab
  • "Set parent issue" and "Add sub-issue" actions in issue context menu
  • CLI `--parent` flag for issue update and `--content-stdin` for piping comment content
  • Sub-issues inherit parent project automatically

// IMPROVEMENTS

  • Editor bubble menu and link preview rewritten for reliability
  • OpenClaw backend P0+P1 improvements (multi-line JSON, incremental parsing)
  • Self-hosted WebSocket URL auto-derived for LAN access

// BUG FIXES

  • S3 upload keys scoped by workspace (security)
  • Workspace membership validation for subscriptions and uploads (security)
  • Active tasks auto-cancelled when issue status changes to cancelled
  • Agent task stall when process hangs on stdout
  • Daemon trigger prompt now embeds the actual triggering comment content
  • Login and dashboard redirect stability improvements
v0.1.282026-04-13

Windows Support, Auth & Onboarding

// NEW FEATURES

  • Windows support — CLI installation, daemon, and release builds
  • Auth migrated to HttpOnly Cookie with WebSocket Origin whitelist
  • Full-screen onboarding wizard for new workspaces
  • Resizable Master Agent chat window with session history improvements
  • Token usage log scanning for OpenCode, OpenClaw, and Hermes runtimes

// BUG FIXES

  • WebSocket first-message authentication security fix
  • Content-Security-Policy response header
  • Sub-issue progress computed from database instead of paginated client cache
v0.1.272026-04-12

One-Click Setup, Self-Hosting & Stability

// NEW FEATURES

  • One-click install & setup — `curl | bash` installs CLI, `--with-server` bootstraps full self-hosting, `agenthost setup` configures your environment
  • Self-hosted storage — local file fallback when S3 is unavailable, plus custom S3 endpoint support (MinIO)
  • Inline property editing (priority, status, lead) on project list page

// IMPROVEMENTS

  • Stale agent tasks auto-swept; agent live card shows immediately without waiting for first message
  • Comment attachments uploaded via CLI now visible in the UI
  • Pinned items scoped per user with fixed sidebar pin action

// BUG FIXES

  • Workspace ownership checks on daemon API routes and attachment uploads
  • Markdown sanitizer preserves code blocks from HTML entity escaping
  • Next.js upgraded to ^16.2.3 for CVE-2026-23869
  • OpenClaw backend rewritten to match actual CLI interface
v0.1.242026-04-11

Security & Notifications

// NEW FEATURES

  • Parent issue subscribers notified on sub-issue changes
  • CLI `--project` filter for issue list

// IMPROVEMENTS

  • Meta-skill workflow defers to agent Skills instead of hardcoded logic

// BUG FIXES

  • Workspace ownership checks on all daemon API routes
  • Workspace ownership validation for attachment uploads and queries
  • Reply mentions no longer inherit parent thread's agent mentions
  • Agent comment creation missing workspace ID
  • Self-hosting Docker build failures (file permissions, CRLF, missing deps)
v0.1.232026-04-11

Pinning, Cmd+K & Projects

// NEW FEATURES

  • Pin issues and projects to sidebar with drag-and-drop reordering
  • Cmd+K command palette — recent issues, page navigation, and project search
  • Project detail sidebar with properties panel (replaces overview tab)
  • Project filter in Issues tab
  • Project completion progress in project list
  • Auto-fill project when creating issue via 'C' shortcut on project page
  • Assignee dropdown sorted by user's assignment frequency

// BUG FIXES

  • Markdown XSS — sanitize HTML rendering in comments with rehype-sanitize and server-side bluemonday
  • Project kanban issue counts incorrect
  • Self-hosting Docker build missing tsconfig dependencies
  • Cmd+K requiring double ESC to close
v0.1.222026-04-10

Self-Hosting, ACP & Documentation

// NEW FEATURES

  • Full-stack Docker Compose for one-command self-hosting
  • Hermes Agent Provider via ACP protocol
  • Documentation site with Fumadocs (Getting Started, CLI reference, Agents guide)
  • Mobile-responsive sidebar and inbox layout
  • Token usage display per issue in the detail sidebar
  • Switch agent runtime from the UI
  • 'C' keyboard shortcut for quick issue creation
  • Chat session history panel for archived conversations
  • Minimum CLI version check in daemon for Claude Code and Codex
  • OpenClaw and OpenCode added to landing page
  • `make dev` one-command local development setup

// IMPROVEMENTS

  • Sidebar redesign — Personal / Workspace grouping, user profile footer, ⌘K search input
  • Search ranking — case-insensitive matching, identifier search (MUL-123), multi-word support
  • Search result keyword highlighting
  • Daily token usage chart with cleaner Y-axis and per-category tooltip
  • Master Agent multiline input support
  • Unified picker components (Status, Priority, DueDate, Project, Assignee) across all views
  • Workspace-scoped storage isolation with auto-rehydration on switch
  • Startup warnings for missing env vars in self-hosted deployments

// BUG FIXES

  • Sub-issue deletion not invalidating parent's children cache
  • Search index compatibility with pg_bigm 1.2 on RDS
  • Create Agent showing "No runtime available" when runtimes exist
  • Claude stream-json startup hangs
  • Multiple agents unable to queue tasks for the same issue
  • Logout not clearing workspace and query cache
  • Drag-drop overlay too small on empty editors
  • Skills import hardcoding "main" as default branch
  • PAT authentication not working on WebSocket endpoint
  • Runtime deletion blocked when all bound agents are archived
v0.1.212026-04-09

Projects, Search & Monorepo

  • Project entity with full-stack CRUD — create, edit, and organize issues by project
  • Project picker in the create-issue modal and CLI project commands
  • Full-text search for issues with pg_bigm
  • Monorepo extraction — shared packages for core, UI, and views (Turborepo)
  • Fullscreen agent execution transcript view
  • Drag-and-drop file upload with file card display in the editor
  • Attachment section with image grid and file cards on issues
  • Runtime owner tracking, filtering, avatar display, and point-to-point update notifications
  • Sub-issue progress indicator in list view rows
  • Done issue pagination in list view
  • Codex session log scan for token usage reporting
  • Daemon repo-cache fix for stale initial snapshots
v0.1.202026-04-08

Sub-Issues, TanStack Query & Usage Tracking

  • Sub-issue support — create, view, and manage child issues within any issue
  • Full migration to TanStack Query for server state (issues, inbox, workspace, runtimes)
  • Per-task token usage tracking across all agent providers
  • Multiple agents can now run concurrently on the same issue
  • Board view: Done column shows total count with infinite scroll
  • ReadonlyContent component for lightweight Markdown display in comments
  • Optimistic UI updates for reactions and mutations with rollback
  • WebSocket-driven cache invalidation replaces polling and refetch-on-focus
  • Browser session persists during CLI login flow
  • Daemon reuses existing worktrees by updating to latest remote
  • Fixed slow tab switching caused by dynamic root layout
v0.1.182026-04-07

OAuth, OpenClaw & Issue Loading

  • Google OAuth login
  • OpenClaw runtime support for running agents on OpenClaw infrastructure
  • Redesigned agent live card — always sticky with manual expand/collapse toggle
  • Load all open issues without pagination limit; closed issues paginate on scroll
  • JWT and CloudFront cookie expiration extended from 72 hours to 30 days
  • Remember last selected workspace after re-login
  • Daemon ensures agenthost CLI is on PATH in agent task environment
  • PR template and CLI install guide for agent-driven setup
v0.1.172026-04-05

Comment Pagination & CLI Polish

  • Comment list pagination in both the API and CLI
  • Inbox archive now dismisses all items for the same issue at once
  • CLI help output overhauled to match gh CLI style with examples
  • Attachments use UUIDv7 as S3 key and auto-link on issue/comment creation
  • @mention assigned agents on done or cancelled issues
  • Reply @mention inheritance skips when the reply only mentions members
  • Worktree setup preserves existing .env.worktree variables
v0.1.152026-04-03

Editor Overhaul & Agent Lifecycle

  • Unified Tiptap editor with a single Markdown pipeline for editing and display
  • Reliable Markdown paste, inline code spacing, and link styling
  • Agent archive and restore — soft delete replaces hard delete
  • Archived agents hidden from default agent list
  • Skeleton loading states, error toasts, and confirmation dialogs across the app
  • OpenCode added as a supported agent provider
  • Reply-triggered agent tasks now inherit thread-root @mentions
  • Granular real-time event handling for issues and inbox — no more full refetches
  • Unified image upload flow for paste and button in the editor
v0.1.142026-04-02

Mentions & Permissions

  • @mention issues in comments with server-side auto-expansion
  • @all mention to notify every workspace member
  • Inbox auto-scrolls to the referenced comment from a notification
  • Repositories extracted into a standalone settings tab
  • CLI update support from the web runtime page and direct download for non-Homebrew installs
  • CLI commands for viewing issue execution runs and run messages
  • Agent permission model — owners and admins manage agents, members manage skills on their own agents
  • Per-issue serial execution to prevent concurrent task collisions
  • File upload now supports all file types
  • README redesign with quickstart guide
v0.1.132026-04-01

My Issues & i18n

  • My Issues page with kanban board, list view, and scope tabs
  • Simplified Chinese localization for the landing page
  • About and Changelog pages for the marketing site
  • Agent avatar upload in settings
  • Attachment support for CLI comments and issue/comment APIs
  • Unified avatar rendering with ActorAvatar across all pickers
  • SEO optimization and auth flow improvements for landing pages
  • CLI defaults to production API URLs
  • License changed to Apache 2.0
v0.1.32026-03-31

Agent Intelligence

  • Trigger agents via @mention in comments
  • Stream live agent output to issue detail page
  • Rich text editor — mentions, link paste, emoji reactions, collapsible threads
  • File upload with S3 + CloudFront signed URLs and attachment tracking
  • Agent-driven repo checkout with bare clone cache for task isolation
  • Batch operations for issue list view
  • Daemon authentication and security hardening
v0.1.22026-03-28

Collaboration

  • Email verification login and browser-based CLI auth
  • Multi-workspace daemon with hot-reload
  • Runtime dashboard with usage charts and activity heatmaps
  • Subscriber-driven notification model replacing hardcoded triggers
  • Unified activity timeline with threaded comment replies
  • Kanban board redesign with drag sorting, filters, and display settings
  • Human-readable issue identifiers (e.g. JIA-1)
  • Skill import from ClawHub and Skills.sh
v0.1.12026-03-25

Core Platform

  • Multi-workspace switching and creation
  • Agent management UI with skills
  • Unified agent SDK supporting Claude Code and Codex backends
  • Comment CRUD with real-time WebSocket updates
  • Task service layer and daemon REST protocol
  • Event bus with workspace-scoped WebSocket isolation
  • Inbox notifications with unread badge and archive
  • CLI with cobra subcommands for workspace and issue management
v0.1.02026-03-22

Foundation

  • Go backend with REST API, JWT auth, and real-time WebSocket
  • Next.js frontend with Linear-inspired UI
  • Issues with board and list views and drag-and-drop kanban
  • Agents, Inbox, and Settings pages
  • One-click setup, migration CLI, and seed tool
  • Comprehensive test suite — Go unit/integration, Vitest, Playwright E2E
AGENTHOST

The control plane for AI‑augmented engineering teams. Built by Kensink Labs.

@agenthostxSlack integrationGitHub integration
// PRODUCT
  • Issues
  • Agents
  • Skills
  • Autopilot
  • Inbox
  • Runtimes
// RESOURCES
  • Docs
  • CLI reference
  • Changelog
  • Self-host guide
// COMPANY
  • About Kensink
  • Open source
  • Contact
// LEGAL
  • Terms
  • Privacy
  • Security
  • DPA
  • Sub-processors
© 2026 KENSINK_LABS · ALL_RIGHTS_RESERVED · MIT_LICENSED
// BUILT WITH GO + POSTGRES + WS · v0.9.4