Changelog

New updates and improvements to AgentTask.

v1.8.0
February 27, 2026
feature

Enterprise Features & Mobile Experience

  • SSO/SAML login gated behind Enterprise plan with full configuration UI.
  • OAuth login buttons (GitHub, Google) added to login and register pages.
  • Web Push notifications for mobile users with service worker integration.
  • Touch-optimized task cards and kanban board with mobile bottom navigation bar.
  • CSV and JSON audit log export for enterprise and organization plans.
  • Stripe Connect integration enabling paid skill payouts to authors.
  • MCP endpoint for creating projects from templates (system and user templates).
v1.7.0
February 27, 2026
feature

AI Enrichment & Advanced Analytics

  • Enrich with AI button on task detail panel — generates descriptions, subtasks, and acceptance criteria.
  • Task age distribution histogram showing how long tasks stay in each status.
  • Dependency bottleneck analysis identifying blocked task chains.
  • Export button with CSV/JSON format dropdown on project header.
  • Agentize webhook integration for external AI agent platforms.
v1.6.0
February 27, 2026
integration

GitHub Integration & Custom Fields

  • GitHub webhook integration syncing commits, PRs, and issues to tasks.
  • Custom fields per project — add text, number, date, or select fields to tasks.
  • Sentry error tracking integration for production monitoring.
  • Real-time broadcast events via Laravel Reverb WebSockets.
v1.5.0
February 26, 2026
feature

22 Features from Feature Discovery Audit

  • Task file attachment system with upload and download.
  • Activity feed with org-wide, project, and task-level filtering.
  • Session manager for grouping related tasks with briefs.
  • Auth flows: forgot password, reset password, and email verification.
  • Token scoping UI with organization and project-level MCP tokens.
  • MCP rate limit increased from 300 to 3,000 requests per hour.
v1.4.0
February 26, 2026
feature

Sessions, Dependencies & Real-Time Updates

  • Sessions UI for grouping tasks into sprints or workflows.
  • Interactive dependency graph visualization in project view.
  • Real-time dashboard updates via Reverb WebSocket connection.
  • Full-screen task detail modal with tabs for details, files, and activity.
  • Move task endpoint for both REST API and MCP protocol.
v1.3.0
February 26, 2026
feature

Dashboard UX Overhaul

  • Redesigned dashboard navigation with grouped sections and project selector.
  • 43 UX findings implemented from comprehensive audit (AGEN-001 to AGEN-042).
  • Redesigned auth pages with new marketing layout and shared AuthLayout.
  • All 19 MCP endpoints documented in public and dashboard docs.
v1.2.0
February 25, 2026
feature

Material Dark Theme & Auth Fixes

  • Material dark theme overhaul across the entire application.
  • Auth session handling fixes for production environment.
  • Nginx routing configuration for /mcp/ endpoints.
  • Public MCP route registration for unauthenticated discovery.
v1.1.0
February 24, 2026
feature

Dashboard Power Tools & Billing

  • Kanban board view with drag-and-drop task management.
  • URL-based filters and keyboard navigation (J/K keys) for task lists.
  • Stripe billing integration with webhook handler for plan upgrades.
  • Team invitations, role management, and seat limits.
  • PRD Parser API — paste a document and get structured tasks via Claude Sonnet.
  • Organization-scoped MCP tokens for team-wide agent access.
  • Token toggle, analytics, and usage tracking.
v1.0.0
February 24, 2026
launch

AgentTask Launch

  • Initial launch of the AgentTask platform at agenttask.io.
  • Full MCP implementation: tasks/list, tasks/get, tasks/create, tasks/update, tasks/next.
  • Projects and Tasks REST API with dependency management.
  • GitHub and Google OAuth authentication via Laravel Socialite.
  • MCP token CRUD with rate limiting and tenant isolation.
  • 12 database migrations implementing the full PRD schema.
  • CI/CD pipeline with GitHub Actions auto-deploy on push to main.