feat: export extractCitations + bridgeCitationsState (0.0.23)#196
Merged
Conversation
Caught by smoke test against published 0.0.22: both citation normalizers were wired internally but never exported from the public surface. Exposing them lets advanced consumers reuse the normalizers when bridging custom message shapes or building non-standard reducers. Synchronized version bump to 0.0.23 across all 16 @Ngaf libs.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This was referenced May 5, 2026
blove
added a commit
that referenced
this pull request
May 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
A fresh-install smoke test against published
@ngaf/langgraph@0.0.22and@ngaf/ag-ui@0.0.22(in~/tmp/ngaf) caught that the two citation normalizers shipped in 0.0.21 were wired internally but never exported from the public API. Both should be public — advanced consumers building custom adapters or non-standard reducers want to reuse the same normalizer logic.Changes
@ngaf/langgraphpublic API: exportextractCitations@ngaf/ag-uipublic API: exportbridgeCitationsStateSynchronized version bump
All 16
@ngaf/*libraries →0.0.23. Tagv0.0.23will trigger the publish workflow.Test plan
npx nx run langgraph:lint && npx nx run ag-ui:lintgreennpx nx run-many -t test --projects=langgraph,ag-uigreen