[DONE] feature/tokensa — implement token usage tracking and fix queue-bootstrap schema mismatches#49
Merged
Merged
Conversation
Dead-Bytes
approved these changes
May 18, 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.
What changed
@bb/llmclients (jsonClient,ollama,openrouter) to returninputTokensandoutputTokensin analysis responses.GithubKnowledgeSourceandKnowledgeInfotypes to supportCommitHashRecordwith token metrics.no-explicit-anyandcurlyerrors inpackages/knowledge-server/src/queue-bootstrap.ts.record.sourcetorecord.info.githubInfoto align with the enterprise schema and ensure ingestion stats are correctly synced.status.processedFilesto enterpriseinfo.githubInfo.noOfFilesProcessedto resolve TypeScript compilation errors.persistIngestionRuninpackages/progressto accurately record token usage by commit and increment user usage metrics in theuserscollection.Why
knowledge-serverwas failing to sync stats because it was looking for commit IDs in the OSS-specificsourcefield instead of the enterprise-standardinfo.githubInfo.How to test
bun run lintin the root.bun run typecheckin the root.info.githubInfo.tokenUsageByCommitfor the current commit hash.info.githubInfo.commitHashesfor the newinputTokensandoutputTokensfields.usagefield in theuserscollection has been incremented by the total token count (input + output) of the ingestion run.