feat(tui): add heap snapshot functionality for TUI and server (#19028)

This commit is contained in:
Dax
2026-03-24 18:20:11 -04:00
committed by GitHub
parent 1398674e53
commit 15dc33d1a3
4 changed files with 32 additions and 8 deletions

View File

@@ -1,5 +1,17 @@
create UPCOMING_CHANGELOG.md
it should have sections
```
# TUI
# Desktop
# Core
# Misc
```
go through each PR merged since the last tag
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
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.