docs(install,reference): add Related sections to pages missing them

This commit is contained in:
Vincent Koc
2026-04-23 20:07:25 -07:00
parent b5120ab22a
commit f0b6c65e3b
26 changed files with 150 additions and 0 deletions

View File

@@ -365,3 +365,9 @@ flush logic lives on the Gateway side today.
- compaction settings (`reserveTokens` too high for the model window can cause earlier compaction)
- tool-result bloat: enable/tune session pruning
- Silent turns leaking? Confirm the reply starts with `NO_REPLY` (case-insensitive exact token) and youre on a build that includes the streaming suppression fix.
## Related
- [Session management](/concepts/session)
- [Session pruning](/concepts/session-pruning)
- [Context engine](/concepts/context-engine)