Skip to content

v1.16.0 - 44 Agents Support

Choose a tag to compare

@rohitg00 rohitg00 released this 09 Feb 21:00
· 35 commits to main since this release

What's New

12 New AI Agents (32 → 44 total)

Added support for: Devin, Aider, Sourcegraph Cody, Amazon Q Developer, Augment Code, Replit Agent, Bolt, Lovable, Tabby, Tabnine, CodeGPT, PlayCode Agent

Each agent gets proper config (skillsDir, configFile, format) and auto-detection.

GenericAgentAdapter (Bug Fix)

Fixed critical bug where 26 agents shared UniversalAdapter, causing wrong type, skillsDir, and name. Replaced with GenericAgentAdapter that reads per-agent config from AGENT_CONFIG.

Updated Banner

Refreshed monochromatic SVG banner with updated agent count and improved spacing.

Full Changelog

  • feat: add 12 missing AI coding agents
  • fix: replace UniversalAdapter with GenericAgentAdapter for all non-universal agents
  • fix: expand translateSkillToAll to include all 44 agents
  • test: 115+ adapter tests for GenericAgentAdapter correctness
  • style: updated banner and README for 44 agents
  • docs: updated all agent counts across documentation