improve: add GitHub community files (dependabot, FUNDING, CODEOWNERS, PR template, issue config) - #1
Merged
Conversation
… PR template, issue config)
… in embedder_api.py by reviewer-B
Coding-Dev-Tools
added a commit
that referenced
this pull request
Jul 9, 2026
…sign refresh The #1 user-facing bug: clicking a knowledge-graph node rendered the memory into the hidden Memories view, so clicks appeared dead. Nodes now open a slide-over listing every memory behind the entity (new endpoint GET /memory/entity/{name}/memories: event-linkage pass + content-mention pass, previews + retention + edges), and memories open in a reader modal usable from every view (recall, overview activity, timeline, health, palette). Edge clicks show the relation. Added graph entity search, physics freeze, double-click zoom; layered design refresh (gradients, glass sidebar, glow hovers, view transitions, focus-visible, reduced-motion, ARIA roles); chat renders sanitized markdown; fixed filtered-palette index bug. Verified: page serves with new components; endpoint tested against a seeded v1 db (event + mention passes, namespace filter, 400 on blank name); inline JS passes node --check; 183 tests + ruff green.
Coding-Dev-Tools
added a commit
that referenced
this pull request
Jul 9, 2026
… PR template, issue config) (#1) * improve: add GitHub community files (dependabot, FUNDING, CODEOWNERS, PR template, issue config) * fix: handle empty texts, missing API key, and malformed API responses in embedder_api.py by reviewer-B
This was referenced Jul 16, 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.
Automated improvement by dev-engineer.
Adds standard GitHub community health files: