Skip to content

Releases: itz4blitz/agentful

v1.8.2

17 Feb 14:29

Choose a tag to compare

1.8.2 (2026-02-17)

Bug Fixes

  • harden session-start.js parallel detection (5c7f05b)
  • Windows compatibility and correct hook configuration syntax (1e8b22c)

v1.8.1

12 Feb 02:22

Choose a tag to compare

1.8.1 (2026-02-12)

Bug Fixes

  • docs: Fix broken search with Pagefind plugin (0600ef0)
  • hooks: add explicit break for no-fallthrough lint (55f000c)
  • hooks: fix exit code in default case - changed to process.exit(0) (ada6acb)

v1.8.0

08 Feb 17:42

Choose a tag to compare

1.8.0 (2026-02-08)

Features

  • add pattern learning feature for agents to compound knowledge across sessions (ac5946b)

v1.7.0

04 Feb 00:31

Choose a tag to compare

1.7.0 (2026-02-04)

Bug Fixes

  • canvas: add missing viewportSize destructuring in EditorCanvas (7a01a8e)
  • resolve init warnings for research skill and native binary detection (0e413ab)
  • sidebar: default to sidebar mode to prevent flash of wrong content (d5e2610)
  • tools: correct feature flags based on official docs (1818af3)
  • tools: Cursor has skills (https://cursor.com/docs/context/skills) (d4b5864)
  • use Anchor icon instead of Hook (lucide-react compat) (4187028)

Features

  • canvas: add viewport size toggles (desktop, tablet, mobile) (4964e23)
  • dev: add automatic hot reload for extension development (b70e34b)
  • icons: use dashboard-icons CDN for tool and MCP icons (a26f9a6)
  • tools: add comprehensive AI CLI tool detection with Aider, Cline, Kilo (38b6f27)

v1.6.0

29 Jan 19:22

Choose a tag to compare

1.6.0 (2026-01-29)

Features

  • add AI provider abstraction layer (b583d4e)
  • add MCP canvas resources and monorepo structure (5c593f5)
  • add ShadCN component registry (722c92a)
  • add VS Code extension infrastructure (4a5b33f)
  • convert studio package to VS Code extension with webview (4fa4c1d)
  • fix all remaining TypeScript errors and achieve successful build (778b030)
  • fix TypeScript errors in studio package (fa2105b)
  • merge VS Code extension infra (3676a43)
  • remove chat panel and update layout system (ffb499b)
  • studio: merge studio into monorepo and add Integration Hub (06b6d2f)
  • studio: update extension with theme sync, hot reload, and Integration Hub (8845863)

v1.5.1

28 Jan 16:25

Choose a tag to compare

1.5.1 (2026-01-28)

Bug Fixes

  • correct hook paths from .claude/hooks to bin/hooks (c616f2a)

v1.5.0

28 Jan 16:01

Choose a tag to compare

1.5.0 (2026-01-28)

Bug Fixes

  • add language specifiers to MCP code blocks in agent files (a6a9edd)
  • add missing hooks to template directory (f304e06)
  • include schema.sql in MCP server build (28a4433)
  • support both snake_case and camelCase in architecture.json health check (1b6cd4d)

Features

  • add circuit breaker pattern and UX improvements (5789487)
  • Add integration and unit tests for MCP server and related components (57b71eb)
  • detect NEW libraries (not just version changes) for skill generation (fcd8f86)
  • integrate MCP server with agentful agents (d9d7943)
  • make architect drift detector smarter and less noisy (9dcd18e)
  • make architect drift detector truly useful with smart filtering (80d36b7)

v1.4.1

28 Jan 13:55

Choose a tag to compare

1.4.1 (2026-01-28)

Bug Fixes

  • prevent corruption of native Claude Code binary on macOS (29d1573)

v1.4.0

25 Jan 19:42

Choose a tag to compare

1.4.0 (2026-01-25)

Bug Fixes

  • improve responsiveness of comparison grid for smaller screens (050e955)
  • update module description for clarity and accuracy (531a837)
  • update references in state validator documentation for clarity (c42239f)

Features

  • add documentation for /agentful-init command and update navigation links (ef1c6c5)
  • enhance onboarding and command structure in documentation; add hooks for file creation and health checks (ee7316d)
  • enhance responsiveness of comparison and decision grids in CSS (03cd6b5)

v1.3.0

25 Jan 06:09

Choose a tag to compare

1.3.0 (2026-01-25)

Features

  • docs: add DiagramModal component for interactive architecture and workflow visualizations (ed9c84c)
  • docs: enhance architecture documentation with interactive DiagramModal components (6a96ac0)
  • docs: update architecture and background agents documentation with mermaid diagrams for better visualization (b44fb8f)
  • mcp: complete distributed MCP architecture with horizontal scaling (2e36b5b), closes #distributed-mcp #horizontal-scaling #oauth-authentication
  • mcp: implement MCP server with stdio transport and fix hook paths (865132d), closes #distributed-mcp-foundation
  • update version to 1.2.2 and enhance agent generation workflow (f523a86)