From 15dc33d1a38f3beb30fdc1a2bd2a0f3dd124a3a8 Mon Sep 17 00:00:00 2001 From: Dax Date: Tue, 24 Mar 2026 18:20:11 -0400 Subject: feat(tui): add heap snapshot functionality for TUI and server (#19028) --- .opencode/command/changelog.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to '.opencode') diff --git a/.opencode/command/changelog.md b/.opencode/command/changelog.md index 8a8e57d1b..7e066a20e 100644 --- a/.opencode/command/changelog.md +++ b/.opencode/command/changelog.md @@ -1,5 +1,17 @@ -go through each PR merged since the last tag +create UPCOMING_CHANGELOG.md + +it should have sections + +``` +# TUI + +# Desktop -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 +# Core + +# Misc +``` + +go through each PR merged since the last tag -once that is done, read UPCOMING_CHANGELOG.md and group it into sections for better readability. make sure all PR references are preserved +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. -- cgit v1.2.3