summaryrefslogtreecommitdiffhomepage
path: root/.opencode/command
diff options
context:
space:
mode:
authorDax <[email protected]>2026-03-24 18:20:11 -0400
committerGitHub <[email protected]>2026-03-24 18:20:11 -0400
commit15dc33d1a38f3beb30fdc1a2bd2a0f3dd124a3a8 (patch)
tree55dceb8da1ee33e7d6a31fd9efa94846e7f141fc /.opencode/command
parent1398674e531acc845e062b219f718cac1cd89a44 (diff)
downloadopencode-15dc33d1a38f3beb30fdc1a2bd2a0f3dd124a3a8.tar.gz
opencode-15dc33d1a38f3beb30fdc1a2bd2a0f3dd124a3a8.zip
feat(tui): add heap snapshot functionality for TUI and server (#19028)
Diffstat (limited to '.opencode/command')
-rw-r--r--.opencode/command/changelog.md18
1 files changed, 15 insertions, 3 deletions
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.