Every release file now carries a title: two to six plain words naming the change a user would remember it for. The generator refuses a release without one, promote carries the title from unreleased.md, and the unreleased template opens with a title line. The changelog-authoring skill and the format README describe how to write it. Claude-Session: https://claude.ai/code/session_01VqV56Hez25hTxXH4ipJfzH
20 lines
407 B
Markdown
20 lines
407 B
Markdown
---
|
|
version: 1.5.7
|
|
date: 2026-01-24
|
|
title: Send failed GitHub checks to chat
|
|
---
|
|
|
|
## App
|
|
|
|
### Improvements
|
|
- GitHub: PR panel supports fork PR detection by branch name.
|
|
|
|
### Fixes
|
|
- GitHub: Git tab PR panel can send failed checks/comments to chat with hidden context; added check details dialog with Actions step breakdown.
|
|
- Web: GitHub auth flow fixes.
|
|
|
|
## VS Code
|
|
|
|
### Improvements
|
|
- No notable changes.
|