Skip to content

chore: bump dakera-client to v0.11.100 (smart_score fix, DAK-7328) - #155

Merged
ferhimedamine merged 1 commit into
mainfrom
chore/version-bump-v0.11.100
Jul 3, 2026
Merged

chore: bump dakera-client to v0.11.100 (smart_score fix, DAK-7328)#155
ferhimedamine merged 1 commit into
mainfrom
chore/version-bump-v0.11.100

Conversation

@ferhimedamine

Copy link
Copy Markdown
Contributor

Summary

Version bump for the smart_score ranking fix landed in PR #154.

  • Bumps dakera-client from 0.11.990.11.100
  • Adds CHANGELOG entry explaining the .score semantic change

Change Details

Breaking-ish fix: .score on RecalledMemory previously returned raw score. It now returns smart_score ?? weighted_score ?? score, matching the server's actual ranking order. Consumers sorting by .score will now see results in the correct server-rank order. New optional fields smart_score and weighted_score are exposed for consumers that need the raw components.

Related: #154

RecalledMemory.score now resolves smart_score ?? weighted_score ?? score,
matching server ranking order. Exposes optional smart_score + weighted_score
fields on RecalledMemory.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
@ferhimedamine ferhimedamine added the auto-merge CTO auto-merge approved label Jul 3, 2026
@ferhimedamine
ferhimedamine merged commit 6efeb20 into main Jul 3, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merge CTO auto-merge approved

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant