github codeaholicguy/ai-devkit cli@0.29.0
0.29.0

9 hours ago

What's changed

Added

  • ai-devkit init now accepts -y, --yes to run without prompts (required for agent/CI contexts where stdin is not a TTY).
  • channel-connector's Telegram adapter now renders Markdown to Telegram-flavored HTML with an automatic plain-text fallback when Telegram rejects the formatted payload.
  • The channel command now surfaces polling-loop errors and emits diagnostic logs to help debug long-running channel sessions.

Changed

  • The dev-lifecycle skill's prerequisite step now invokes ai-devkit init -a -e claude --built-in --yes so agents (e.g., OpenCode in a fresh worktree) cannot block on interactive prompts when .ai-devkit.json is missing.
  • The debug skill has been renamed to structured-debug across the registry, templates, and docs to clarify its purpose.
  • The capture-knowledge skill has been renamed to document-code across the registry, templates, and docs to better reflect its purpose.
  • Updated the CLI's built-in skill list to reflect the structured-debug and document-code renames.

Fixed

  • agent-manager now matches resumed Claude Code sessions by parsing the --resume <uuid> argument, fixing detection of sessions started via claude --resume.

Full Changelog: https://github.com/codeaholicguy/ai-devkit/compare/cli@0.28.0...cli@0.29.0

Don't miss a new ai-devkit release

NewReleases is sending notifications on new releases.