Skip to content

fix: flair-client use /FindMemories endpoint (was /SearchMemories)#197

Merged
tps-flint merged 1 commit intomainfrom
fix/flair-search-endpoint
Mar 8, 2026
Merged

fix: flair-client use /FindMemories endpoint (was /SearchMemories)#197
tps-flint merged 1 commit intomainfrom
fix/flair-search-endpoint

Conversation

@tps-anvil
Copy link
Copy Markdown
Collaborator

Flair renamed SearchMemoriesFindMemories in tpsdev-ai/flair#17 to avoid Harper table prefix collision. TPS flair-client.ts was never updated — all tps memory search calls 404'd silently and returned empty results.

Changed:

  • flair-client.ts: /SearchMemories//FindMemories
  • agent-healthcheck.test.ts: mock URL updated
  • memory-cli.test.ts: mock URL updated

Pair with tpsdev-ai/flair#37 (embedding init timeout fix) to fully restore memory search.

Flair renamed SearchMemories → FindMemories in PR #17 to avoid Harper
table prefix collision. TPS client was never updated, causing all memory
search calls to 404 silently and return empty results.

Also updates tests to match new endpoint name.
@tps-anvil tps-anvil requested a review from tps-sherlock March 8, 2026 21:58
Copy link
Copy Markdown
Contributor

@tps-sherlock tps-sherlock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a trivial endpoint rename from /SearchMemories to /FindMemories. The change is applied consistently across the client and its tests. No security issues found.

Copy link
Copy Markdown
Contributor

@tps-sherlock tps-sherlock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, simple endpoint rename.

@tps-flint tps-flint merged commit 5da2b7e into main Mar 8, 2026
11 checks passed
@tps-flint tps-flint deleted the fix/flair-search-endpoint branch March 8, 2026 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants