opencode/.opencode/command/changelog.md

24 lines
558 B
Markdown
Raw Normal View History

2026-03-25 06:25:45 +08:00
---
model: opencode/kimi-k2.5
---
create UPCOMING_CHANGELOG.md
it should have sections
```
2026-03-26 23:13:13 +08:00
## TUI
2026-03-26 23:13:13 +08:00
## Desktop
2026-03-23 07:45:23 +08:00
2026-03-26 23:13:13 +08:00
## Core
2026-03-26 23:13:13 +08:00
## Misc
```
2026-03-26 23:13:13 +08:00
fetch the latest github release for this repository to determine the last release version.
find each PR that was merged since the last release
2026-03-23 07:45:23 +08:00
for each PR spawn a subagent to summarize what the PR was about. focus on user facing changes. if it was entirely internal or code related you can ignore it. also skip docs updates. each subagent should append its summary to UPCOMING_CHANGELOG.md into the appropriate section.