docs: add message pinning section to conversation management page#2749
Conversation
1bf7d3f to
b8f9e9b
Compare
|
Assessment: Request Changes The prose is clear and the conceptual description (metadata-based pinning, Review themes
Nice, well-written addition overall — once the underlying functions are exported and the import paths are reconciled, this is in good shape. |
Documentation Preview ReadyYour documentation preview has been successfully deployed! Changed pages: Updated at: 2026-06-12T19:11:46.408Z |
|
Assessment: Request Changes Thanks for documenting message pinning — the page is well-structured and the Review details
Suggested path forward: either export the functions (TS barrel + Python The structure and the |
c9cbb06 to
03228f5
Compare
03228f5 to
575a414
Compare
|
✅ Final Corrected Review — please disregard ALL my earlier review comments on this PRI owe you a clear correction and an apology. Both of my earlier rounds were wrong, for two different environment reasons:
I re-verified against the authoritative GitHub PR diff at the current head ( This PR is correct and self-consistent ✅It is not docs-only — it correctly wires up the public exports alongside the docs:
So the three "blocking" issues I originally raised (TS root import not exported,
Revised assessment: Approve (pending green CI)Clean, well-scoped change; prose is clear and the public API is wired correctly across both SDKs. Sorry again for the noise and the incorrect earlier verdicts — please disregard the prior review comments entirely in favor of this one. |
Cover the new pin_first/pinFirst configuration parameter and runtime utility functions (pin_message, unpin_message, is_pinned) with examples for both Python and TypeScript. Export pin functions from public API so the documented imports resolve.
575a414 to
03d812a
Compare
Description
Add a "Message Pinning" section to the conversation management documentation page. Covers the new
pin_first/pinFirstconfiguration parameter and runtime utility functions (pin_message/pinMessage,unpin_message/unpinMessage,is_pinned/isPinned) with examples for both Python and TypeScript. Adds cross-reference bullets in the SlidingWindow and Summarizing manager feature lists.Related Issues
Documents the feature added in #2644
Documentation PR
Changes are under
site/in this PR.Type of Change
Documentation update
Testing
.mdxand.tsfileshatch run prepareChecklist
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.