Skip to content

v4.2.0

Latest

Choose a tag to compare

@AsiaOstrich AsiaOstrich released this 24 Jan 14:07
· 144 commits to main since this release

What's New in v4.2.0

CLI Specifications Stabilized

All 31 CLI specification documents have been finalized and marked as Stable:

  • Agent command (2 docs): Overview, Installation
  • Workflow command (2 docs): Overview, Installation
  • AI-Context command (2 docs): Overview, Config Generation
  • Init command (4 docs): Overview, Project Detection, Configuration Flow, Execution Stages
  • Check command (4 docs): Overview, Integrity Checking, Status Display, Restore Operations
  • Update command (4 docs): Overview, Version Checking, Standards Update, Feature Detection
  • Configure command (3 docs): Overview, Option Types, AI Tools Management
  • Shared modules (7 docs): Manifest Schema, File Operations, Hash Tracking, Integration Generation, Skills Installation, AI Agent Paths, Prompts
  • List command (1 doc)
  • Skills command (1 doc)
  • CLI Overview (1 doc)

AI Agent Path Updates

Updated configurations to match official vendor documentation:

  • Cline: Path corrected from .cline/ to .clinerules/
  • Windsurf: Added workflows support with .windsurf/rules/ path
  • Gemini CLI: Added commandFormat: 'toml' field
  • GitHub Copilot: Marked commands.user as unsupported (VS Code IDE only)

Bug Fixes

  • CLI promptCommandsInstallation now gracefully handles agents with commands.user: null

See CHANGELOG.md for full details.