You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(llm): prevent UUID leak in knowledge titles and observation update targeting
Replace UUID-based target_id with 1-based target_number in compression
prompts so LLMs reference candidates by index instead of echoing raw
UUIDs. Add strip_uuid_from_title() helper in core with tests. Apply UUID
stripping to knowledge extraction titles.
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
0 commit comments