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: Fix observation parsing to properly handle test tokens and exclude markdown/wiki links
- Add exclusions for markdown links [text](url) and wiki links [[text]]
- Fix token content handling to support both real and test tokens using token.tag or token.content
- Handle empty brackets [] followed by content in parse_observation
- Update all related functions to use consistent token content access pattern
Fixes issue #247 where markdown and wiki links were incorrectly parsed as observations.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Joe P <joe@basicmemory.com>
0 commit comments