Skip to content

Release Notes: v0.2.0

Release Date: 2026-01-17

Highlights

This release adds multi-platform agent generation capabilities with new adapters for AWS deployment targets and a CLI tool for converting canonical agent specifications to platform-specific formats.

What's New

Agents Package

Two new agent format adapters for AWS deployment:

  • AgentKit Adapter: Converts canonical agent format to AWS AgentKit/Agent Builder JSON format for deployment on Amazon Bedrock
  • AWS Agent Core Adapter: Generates AWS CDK TypeScript code for deploying agents as AWS Bedrock Agents with Lambda action groups

genagents CLI

New command-line tool for multi-platform agent generation:

# Single target mode
genagents -spec=plugins/spec/agents -output=.claude/agents -format=claude

# Multi-target mode
genagents -targets=claude:.claude/agents,kiro:plugins/kiro/agents

# Project mode (reads deployment.json)
genagents -project=examples/stats-agent-team
genagents -project=examples/stats-agent-team -priority=p1

Supported platforms:

  • claude-code - Claude Code agent format
  • kiro-cli - AWS Kiro CLI agent format
  • agentkit-local - AWS AgentKit local configuration
  • aws-agentcore - AWS CDK TypeScript project generation

Documentation

Comprehensive documentation site with MkDocs Material theme:

  • Getting Started: Installation and quickstart guides
  • Plugin Development: Structure, commands, skills, agents
  • AI Assistants: Claude Code, Gemini CLI, OpenAI Codex, AWS Kiro
  • MCP Servers: Configuration guide for all supported tools
  • Publishing: Marketplace submission guides

Installation

go get github.com/agentplexus/assistantkit@v0.2.0

Install genagents CLI

go install github.com/agentplexus/assistantkit/cmd/genagents@v0.2.0

Coming in v0.3.0

  • Publish Package: Automated marketplace submission for Claude Code and Gemini marketplaces
  • GitHub API integration for fork, branch, commit, and PR creation