Skip to content

Commit 285f897

Browse files
committed
Update changelog
1 parent 416e137 commit 285f897

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- **Non-interactive `init`** - `ai-devkit init` now accepts `-y, --yes` to run without prompts (required for agent/CI contexts where stdin is not a TTY). Without a template, `--yes` requires `-e <env>` and one of `-a`/`-p`, otherwise it exits non-zero with a clear message instead of hanging on a checkbox prompt.
1313
- **`init --overwrite` flag** - When combined with `--yes`, `--overwrite` overwrites existing environments and phase files; the default under `--yes` is to skip them, matching the `install --overwrite` convention.
14+
- **Telegram Markdown Rendering** - `channel-connector`'s Telegram adapter now renders Markdown to Telegram-flavored HTML with an automatic plain-text fallback when Telegram rejects the formatted payload.
15+
- **Channel Polling Diagnostics** - The `channel` command now surfaces polling-loop errors and emits diagnostic logs to help debug long-running channel sessions.
1416

1517
### Changed
1618

1719
- **Dev Lifecycle Bootstrap** - 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.
20+
- **Renamed `debug` Skill to `structured-debug`** - The `debug` skill has been renamed to `structured-debug` across the registry, templates, and docs to clarify its purpose.
21+
- **Renamed `capture-knowledge` Skill to `document-code`** - The `capture-knowledge` skill has been renamed to `document-code` across the registry, templates, and docs to better reflect its purpose.
22+
- **Built-in Skills Updated** - Updated the CLI's built-in skill list to reflect the `structured-debug` and `document-code` renames.
23+
24+
### Fixed
25+
26+
- **Resumed Claude Session Matching** - `agent-manager` now matches resumed Claude Code sessions by parsing the `--resume <uuid>` argument, fixing detection of sessions started via `claude --resume`.
1827

1928
## [0.28.0] - 2026-05-09
2029

0 commit comments

Comments
 (0)