Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
86 commits
Select commit Hold shift + click to select a range
d8c13bf
fix project table unique constraint bug
phernandez Jun 3, 2025
53c29a3
fix: resolve FTS5 search syntax errors with special characters
phernandez Jun 3, 2025
69a625a
fix search escape issues, and empty forward reference resolving for e…
phernandez Jun 3, 2025
f64d5b2
improve error messages for tools
phernandez Jun 4, 2025
80ec860
remove coverage files
phernandez Jun 4, 2025
c5c70cb
improve validation for memory:// urls, add examples to build_context
phernandez Jun 4, 2025
a3cae10
add background migration task and status tool/prompt
phernandez Jun 4, 2025
91bfe2d
add sync status tool
phernandez Jun 5, 2025
602c55f
only allow edit_note, move_note using strict identifier match
phernandez Jun 5, 2025
ae3eeb0
add tool prompting and doc updates for strict mode in edit/move, and …
phernandez Jun 5, 2025
dd6ca80
fix link_resolver tests
phernandez Jun 5, 2025
2162ad5
all tests passing
phernandez Jun 5, 2025
f608cd1
add justfile instead of Makefile, add ignores to test coverage
phernandez Jun 5, 2025
69d7610
test coverage 100%
phernandez Jun 5, 2025
117fa44
fix project info stats tests
phernandez Jun 5, 2025
9a0e0bd
add view_note tool
phernandez Jun 5, 2025
b73aeb5
feat: add view_note tool for formatted artifacts
phernandez Jun 5, 2025
c141d7d
chore: update version to 0.13.0b5 for release
phernandez Jun 5, 2025
040be05
fix: normalize project names in config during startup
phernandez Jun 8, 2025
35884ef
fix: update MCP tool/prompt/resource calls to use .fn attribute
phernandez Jun 8, 2025
7108a7b
fix: resolve sync race conditions and search errors
phernandez Jun 8, 2025
ba8e3d1
chore: update dependencies for beta release
phernandez Jun 9, 2025
2abf626
fix: resolve unused variable lint warnings in tests
phernandez Jun 9, 2025
126d165
fix: simplify versioning for release workflow
phernandez Jun 9, 2025
fb2fd62
fix: resolve type error and prepare for v0.13.0b6 release
phernandez Jun 9, 2025
ac401ea
chore: prepare for v0.13.0 release by removing release notes file
phernandez Jun 11, 2025
3ee30e1
fix: project cli commands and case sensitivity when switching project…
phernandez Jun 11, 2025
735f239
chore: update CHANGELOG.md for v0.13.1 release
phernandez Jun 11, 2025
9590b93
Merge branch 'main' of github.com:basicmachines-co/basic-memory
phernandez Jun 11, 2025
e4b32d7
feat: add automated release management system
phernandez Jun 11, 2025
85a178a
chore: update version to 0.13.2 for v0.13.2 release
phernandez Jun 11, 2025
5b69fd6
fix: resolve case-insensitive project switching database lookup issue
phernandez Jun 11, 2025
70a6ce3
fix: resolve case-insensitive project switching issues
phernandez Jun 12, 2025
7a69ca2
chore: update version to 0.13.3 for v0.13.3 release
phernandez Jun 12, 2025
d491757
docs: add changelog entries for v0.13.2 and v0.13.3
phernandez Jun 12, 2025
4ea392d
fix: rename list_projects to list_memory_projects to avoid naming con…
phernandez Jun 12, 2025
611f5cd
docs: add changelog entry for v0.13.4
phernandez Jun 12, 2025
bc3557f
chore: update version to 0.13.4 for v0.13.4 release
phernandez Jun 12, 2025
4901176
fix: rename create_project to create_memory_project for namespace iso…
phernandez Jun 12, 2025
5049de7
docs: add changelog entry for v0.13.5
phernandez Jun 12, 2025
56c875f
chore: update version to 0.13.5 for v0.13.5 release
phernandez Jun 12, 2025
782cb2d
update README.md and CLAUDE.md docs
phernandez Jun 12, 2025
3fdce68
Update README with new website and community links
phernandez Jun 15, 2025
b4c26a6
fix: correct spelling error "Chose" to "Choose" in continue_conversat…
groksrc Jun 18, 2025
c6215fd
fix: UNIQUE constraint failed: entity.permalink issue #139 (#140)
groksrc Jun 18, 2025
7789864
fix: add entity_type parameter to write_note MCP tool (#145)
phernandez Jun 18, 2025
84d2aaf
fix: eliminate redundant database migration initialization (#146)
phernandez Jun 18, 2025
c85d9f7
docs: add v0.13.6 changelog entry
phernandez Jun 18, 2025
ed09ea4
docs: add git sign-off reminder to CLAUDE.md
phernandez Jun 18, 2025
688e0b0
chore: update version to 0.13.6 for v0.13.6 release
phernandez Jun 18, 2025
f8099cd
feat: Automatically update Homebrew (#147)
groksrc Jun 19, 2025
2ce8a8e
feat: Automatically update Homebrew
groksrc Jun 19, 2025
b8191d0
chore: update version to 0.13.7 for v0.13.7 release
groksrc Jun 19, 2025
3269a2f
feat: add Docker container support with volume mounting (#131)
phernandez Jun 20, 2025
7be001c
fix: fastmcp deprecation warning (#150)
groksrc Jun 20, 2025
35e4f73
fix: resolve project state inconsistency between MCP and CLI (#149)
phernandez Jun 20, 2025
af44941
fix: reset command now clears project configuration (#152)
phernandez Jun 20, 2025
d3b6c85
docs: add v0.13.8 changelog entry
phernandez Jun 20, 2025
74847cc
feat: implement Docker CI workflow for automated image publishing (#159)
phernandez Jun 20, 2025
616c1f0
feat: switch from Docker Hub to GitHub Container Registry
phernandez Jun 20, 2025
a52ce1c
fix: only update Homebrew on stable releases
groksrc Jun 21, 2025
2a3adc1
fix: scope entity queries by project_id in upsert_entity method (#168)
groksrc Jun 24, 2025
8a065c3
fix: handle None from_entity in Context API RelationSummary (#166)
groksrc Jun 25, 2025
f506507
fix: ensure permalinks are generated for entities with null permalink…
phernandez Jun 25, 2025
db5ef7d
feat: enhance move_note tool with cross-project detection and guidanc…
phernandez Jun 25, 2025
9f1db23
fix: respect BASIC_MEMORY_HOME environment variable in Docker contain…
groksrc Jun 26, 2025
224e4bf
fixes #164 revove log level from mcp_server.run()
phernandez Jun 26, 2025
1bf3482
fix formatting on files
phernandez Jun 26, 2025
e5923a0
allow web_search in claude github action
phernandez Jun 26, 2025
77eefeb
update test-live.md regression suite
phernandez Jun 26, 2025
de4737c
fix: correct typo and update changelog command template
phernandez Jun 26, 2025
546e3cd
fix: handle Boolean search syntax with hyphenated terms (#180)
phernandez Jun 26, 2025
ac9e148
test: add more tests for search_repository (#181)
phernandez Jun 26, 2025
12b5152
fix: implement project-specific sync status checks for MCP tools (#183)
phernandez Jun 26, 2025
7af8e19
style: fix linting errors in test assertions
phernandez Jun 26, 2025
8e4dc02
chore: update version to 0.14.0b1 for v0.14.0b1 beta release
phernandez Jun 26, 2025
46d102c
update tests for search_repository
phernandez Jun 26, 2025
c2f4b63
fix: preserve permalink when editing notes without frontmatter permal…
phernandez Jun 26, 2025
a589f8b
feat: enhance search_notes tool documentation with comprehensive synt…
phernandez Jun 26, 2025
cd8e372
fix: add test coverage for optional permalink in EntityResponse schema
phernandez Jun 26, 2025
cd88945
remove v0.13.0 from changelog
phernandez Jun 26, 2025
627a5c3
docs: add comprehensive v0.14.0 changelog entry
phernandez Jun 26, 2025
8e69c8b
chore: update version to 0.14.0 for v0.14.0 release
phernandez Jun 26, 2025
39f811f
Update README.md
groksrc Jun 27, 2025
c1e0940
Add to Cursor button
groksrc Jun 27, 2025
aa31c54
Add to Cursor button
groksrc Jun 27, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
190 changes: 0 additions & 190 deletions .claude/commands/check-health.md

This file was deleted.

62 changes: 0 additions & 62 deletions .claude/commands/commands.md

This file was deleted.

Loading
Loading