Skip to content

v1.1.0 - Claude Code 2.1.x Features

Latest

Choose a tag to compare

@poindexter12 poindexter12 released this 09 Jan 22:11
· 4 commits to main since this release

What's New

This release brings full support for Claude Code 2.1.x features and adds new infrastructure tooling.

Claude Code 2.1.x Features

  • Hooks - PreToolUse, PostToolUse, and Stop hooks on agents and commands
  • Wildcards - Cleaner tool permission matrices with {a,b,c} and ** patterns
  • Agent Delegation - Skills can now specify which agent handles complex tasks via agent field

New Technology Agents & Skills

Agent Skill Purpose
tofu-expert tofu OpenTofu infrastructure-as-code (Terraform fork)
packer-expert packer HashiCorp Packer machine image building

CLI Tool Validation

All technology agents now validate their CLI tools are installed before use:

✓ OpenTofu v1.6.0

or

ERROR: tofu not found. Install: https://opentofu.org/docs/intro/install/

Working-tree Command Improvements

  • Git repository validation on all commands
  • JSON validation on metadata creation
  • Uncommitted changes warning on destroy

Upgrade

If you have waypoint installed, run:

cd ~/.claude/plugins/waypoint
git pull

Or reinstall:

make install

Full Changelog

See CHANGELOG.md for details.