Skip to main content
4 new platforms — Trellis now supports 8 AI coding tools.

New platforms

  • Kilo CLI: Commands-only platform with subdirectory namespacing (.kilocode/commands/trellis/)
  • Kiro Code: Skills-based platform (.kiro/skills/)
  • Gemini CLI: First TOML-format command platform (.gemini/commands/trellis/*.toml)
  • Antigravity: Workflow-based platform adapted from Codex skills (.agent/workflows/)

Bug fixes

  • Fixed non-existent spec/shared/ references in init-context defaults
  • Fixed iFlow start/finish-work template content
  • Corrected license badge from FSL to AGPL-3.0
  • Fixed start process flow

Tests

  • Added 50+ new tests covering all 4 new platforms (templates, configurators, init integration, regression)

Migration

No migration required. Run trellis init --kilo, --kiro, --gemini, or --antigravity to add new platform support.