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
agentfield
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 pullOr reinstall:
make installFull Changelog
See CHANGELOG.md for details.