Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
DominikD83
/
mempalace
Public
forked from
MemPalace/mempalace
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
igorls
Datepicker
All time
Commit history
Commits on Apr 8, 2026
Merge upstream/main into bench/scale-test-suite to resolve conflicts
Show description for c4e5295
igorls
and
factory-droid[bot]
committed
c4e5295
View commit details
Copy full SHA for c4e5295
Browse repository at this point
fix: use parse_known_args to allow importing mcp_server during pytest collection
igorls
committed
edf8f36
View commit details
Copy full SHA for edf8f36
Browse repository at this point
fix: ruff format test_hooks_cli.py and test_knowledge_graph.py
igorls
committed
a0bcd0c
View commit details
Copy full SHA for a0bcd0c
Browse repository at this point
fix: split semicolon statements onto two lines for ruff E702
igorls
committed
af42a85
View commit details
Copy full SHA for af42a85
Browse repository at this point
fix: address review — re-mine modified files, idempotent add_drawer, cleanup ChromaDB handles
igorls
committed
bf88daa
View commit details
Copy full SHA for bf88daa
Browse repository at this point
fix: use upsert and deterministic IDs to prevent data stagnation
Show description for a4149ab
igorls
committed
a4149ab
View commit details
Copy full SHA for a4149ab
Browse repository at this point
ci: remove benchmark job from CI workflow
Show description for 37e1576
igorls
committed
37e1576
View commit details
Copy full SHA for 37e1576
Browse repository at this point
fix: resolve formatting, regression logic, and pytest defaults
Show description for ebc26f3
igorls
committed
ebc26f3
View commit details
Copy full SHA for ebc26f3
Browse repository at this point
fix: resolve ruff lint errors in benchmark suite
Show description for 7e4db33
igorls
committed
7e4db33
View commit details
Copy full SHA for 7e4db33
Browse repository at this point
bench: add per-room recall threshold test
Show description for e8017ca
igorls
committed
e8017ca
View commit details
Copy full SHA for e8017ca
Browse repository at this point
bench: add scale benchmark suite (94 tests)
Show description for 7b89291
igorls
committed
7b89291
View commit details
Copy full SHA for 7b89291
Browse repository at this point
fix: address Copilot review — derive MCP version, improve test isolation and portability
igorls
committed
47696be
View commit details
Copy full SHA for 47696be
Browse repository at this point
perf: cache ChromaDB PersistentClient instead of re-instantiating per call
Show description for a67b00d
igorls
committed
a67b00d
View commit details
Copy full SHA for a67b00d
Browse repository at this point
Commits on Apr 7, 2026
fix: update dialect tests for PR #147 stats API and remove unused fixture param
igorls
committed
e5b3434
View commit details
Copy full SHA for e5b3434
Browse repository at this point
fix: update dialect tests for PR #147 stats API and remove unused fixture param
igorls
committed
d3145e9
View commit details
Copy full SHA for d3145e9
Browse repository at this point
fix: update dialect tests for PR #147 stats API and remove unused fixture param
igorls
committed
b5a5855
View commit details
Copy full SHA for b5a5855
Browse repository at this point
fix: update dialect tests for PR #147 stats API and remove unused fixture param
igorls
committed
6fa985e
View commit details
Copy full SHA for 6fa985e
Browse repository at this point
fix: sanitize SESSION_ID in save hook to prevent path traversal
Show description for 50239d4
igorls
committed
50239d4
View commit details
Copy full SHA for 50239d4
Browse repository at this point
chore: tighten chromadb version range and add py.typed marker
Show description for 541e9bd
igorls
committed
541e9bd
View commit details
Copy full SHA for 541e9bd
Browse repository at this point
test: add WAL mode and entity timeline limit assertions
igorls
committed
b45bff9
View commit details
Copy full SHA for b45bff9
Browse repository at this point
fix: preserve CLI exit codes, log tracebacks, sanitize search errors, validate fixture
igorls
committed
5ac4947
View commit details
Copy full SHA for 5ac4947
Browse repository at this point
fix: enable SQLite WAL mode and add consistent LIMIT to KG timeline
Show description for 21f2248
igorls
committed
21f2248
View commit details
Copy full SHA for 21f2248
Browse repository at this point
fix: sanitize error responses and remove sys.exit from library code
Show description for c9135aa
igorls
committed
c9135aa
View commit details
Copy full SHA for c9135aa
Browse repository at this point
fix: cap diary_read query and update stale comment
igorls
committed
161a0d1
View commit details
Copy full SHA for 161a0d1
Browse repository at this point
fix: add limit=10000 safety cap to all unbounded ChromaDB .get() calls
Show description for 9491ffa
igorls
committed
9491ffa
View commit details
Copy full SHA for 9491ffa
Browse repository at this point
fix: CI failures — update workflow for uv migration, fix lint and format
Show description for 96de23c
igorls
committed
96de23c
View commit details
Copy full SHA for 96de23c
Browse repository at this point
fix: address Copilot review — remove unused imports, isolate HOME in tests, restore dev extra
igorls
committed
cd8b245
View commit details
Copy full SHA for cd8b245
Browse repository at this point
test: expand coverage from 20 to 92 tests, migrate to uv
Show description for 72c548b
igorls
committed
72c548b
View commit details
Copy full SHA for 72c548b
Browse repository at this point
You can’t perform that action at this time.