phernandez
88a5b07b89
chore: update version to 0.18.2 for v0.18.2 release
...
Signed-off-by: phernandez <paul@basicmachines.co >
v0.18.2
2026-02-11 22:33:56 -06:00
phernandez
59e8a937ee
fix: remove unused TIGRIS_CONSISTENCY_HEADERS import
...
Signed-off-by: phernandez <paul@basicmachines.co >
2026-02-11 22:33:36 -06:00
phernandez
c07465d904
docs: add CHANGELOG entry for v0.18.2
...
Signed-off-by: phernandez <paul@basicmachines.co >
2026-02-11 22:33:10 -06:00
Paul Hernandez
dfb89e841c
fix: use VIRTUAL instead of STORED columns in SQLite migration ( #562 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-11 22:32:50 -06:00
phernandez
00537272c6
chore: update version to 0.18.1 for v0.18.1 release
v0.18.1
2026-02-11 14:28:52 -06:00
phernandez
b057912452
docs: add CHANGELOG entry for v0.18.1
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
Signed-off-by: phernandez <paul@basicmachines.co >
2026-02-11 14:24:26 -06:00
Paul Hernandez
8489a3d37e
fix: add X-Tigris-Consistent headers to all rclone commands ( #558 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-11 14:22:49 -06:00
Paul Hernandez
a47c9c021f
feat: add --format json to CLI tool commands ( #552 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
Signed-off-by: bm-clawd <clawd@basicmemory.com >
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
Co-authored-by: bm-clawd <clawd@basicmemory.com >
2026-02-08 14:56:29 -06:00
phernandez
c46d7a6833
fix: add POST legacy compat routes for v0.18.0 CLI
...
The v0.18.0 CLI (Homebrew) calls POST /projects/projects for project add
and POST /projects/config/sync for config sync. The previous legacy compat
fix (a0e754b ) only added GET for list_projects but missed POST endpoints.
This caused 405 Method Not Allowed when running `bm project add` in cloud mode.
🔗 Logfire trace: trace_id=019c398cb257f040c1255821b6d5e385
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
Signed-off-by: phernandez <paul@basicmachines.co >
2026-02-07 13:41:41 -06:00
Paul Hernandez
343a6e118b
fix: Handle EntityCreationError as conflict ( #541 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
2026-02-03 22:28:58 -06:00
phernandez
a0e754b7ae
fix: restore legacy /projects/projects endpoint for older CLI versions
...
Older versions of basic-memory CLI (v0.17.4 and earlier) call
GET /projects/projects to list projects. This endpoint was removed
when we migrated to v2 routers.
Add explicit route at /projects/projects (without trailing slash) to
avoid 307 redirects that the cloud proxy doesn't follow.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
Signed-off-by: phernandez <paul@basicmachines.co >
2026-02-02 22:26:48 -06:00
Paul Hernandez
24ca5f6804
fix: recent_activity prompt defaults ( #533 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
2026-02-02 19:22:33 -06:00
Paul Hernandez
f1d50c2ba7
feat: Support tag: query shorthand in search ( #535 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
2026-02-02 19:22:16 -06:00
Paul Hernandez
8072449a78
chore: Add fast feedback loop tooling ( #538 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
2026-02-01 23:04:59 -06:00
phernandez
45d3f58e4d
Merge branch 'main' of github.com:basicmachines-co/basic-memory
2026-02-01 21:17:39 -06:00
phernandez
d9c8923148
fix ci runner for tests
...
Signed-off-by: phernandez <paul@basicmachines.co >
2026-02-01 21:16:10 -06:00
phernandez
15bd6b95ef
fix ci runner i
...
Signed-off-by: phernandez <paul@basicmachines.co >
2026-02-01 21:10:26 -06:00
phernandez
0715dcff3d
run ubuntu tests on depot
...
Signed-off-by: phernandez <paul@basicmachines.co >
2026-01-31 23:25:46 -06:00
Paul Hernandez
009e84926d
fix: stabilize metadata filters on postgres ( #536 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
2026-01-31 22:31:00 -06:00
phernandez
8838571509
Add metadata filter tests and fix fast write external_id
...
Signed-off-by: phernandez <paul@basicmachines.co >
2026-01-31 15:27:05 -06:00
Paul Hernandez
530cbac73f
feat: fast edit entities, refactors for webui, enhance search ( #532 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
2026-01-31 15:16:52 -06:00
Paul Hernandez
e3ced49d9d
fix: prevent spurious 'metadata: {}' in frontmatter output ( #530 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-31 12:17:10 -06:00
Drew Cain
8f962fdd87
chore: update version to 0.18.0 for v0.18.0 release
v0.18.0
2026-01-29 22:41:42 -06:00
Drew Cain
fbb497f6dc
docs: add CHANGELOG entry for v0.18.0
2026-01-29 22:41:14 -06:00
Drew Cain
0023e736ab
feat: add context-aware wiki link resolution with source_path support ( #527 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 19:11:41 -06:00
Paul Hernandez
0b2080114b
feat: add directory support to move_note and delete_note tools ( #518 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-26 19:52:10 -06:00
Paul Hernandez
8730067f3a
feat: Feature/517 local mcp cloud mode ( #522 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-26 19:51:49 -06:00
Drew Cain
e14ba92631
fix: resolve MCP prompt rendering errors ( #524 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-25 19:14:41 -06:00
phernandez
9d98892570
chore: update version to 0.17.9 for v0.17.9 release
v0.17.9
2026-01-24 12:55:58 -06:00
phernandez
3be4495723
docs: add CHANGELOG entry for v0.17.9
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
Signed-off-by: phernandez <paul@basicmachines.co >
2026-01-24 12:55:27 -06:00
Paul Hernandez
17c0e0a29b
fix: check config default_project only in local mode for remove_project ( #523 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-24 12:53:44 -06:00
phernandez
7ebf16a95d
chore: update version to 0.17.8 for v0.17.8 release
v0.17.8
2026-01-24 11:43:44 -06:00
phernandez
c05075f8d4
docs: add CHANGELOG entry for v0.17.8
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
Signed-off-by: phernandez <paul@basicmachines.co >
2026-01-24 11:43:21 -06:00
phernandez
4cef9281ca
docs: add CHANGELOG entry for v0.17.7
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
Signed-off-by: phernandez <paul@basicmachines.co >
2026-01-24 11:39:41 -06:00
Paul Hernandez
6888effef2
fix: correct get_default_project() query to check for True instead of not NULL ( #521 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-24 11:37:05 -06:00
Paul Hernandez
38616c345d
fix: read default project from database in cloud mode ( #520 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-24 10:44:04 -06:00
phernandez
f3c1aa895c
fix links in README.md to remove smithery badge
...
Signed-off-by: phernandez <paul@basicmachines.co >
2026-01-22 12:58:03 -06:00
phernandez
d978aba09b
fix links in README.md to remove glama.ai
...
Signed-off-by: phernandez <paul@basicmachines.co >
2026-01-22 12:56:33 -06:00
phernandez
2aaee734c9
fix links in README.md to point to basicmemory.com instead of basicmachines.co
...
Signed-off-by: phernandez <paul@basicmachines.co >
2026-01-22 12:53:18 -06:00
Paul Hernandez
369ad37b3d
feat: add SPEC-29 Phase 3 bucket snapshot CLI commands ( #476 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-20 17:55:01 -06:00
Drew Cain
4e5f701d22
Fix server.json runtimeArguments format
...
- Use proper Argument object format instead of plain strings
- Add .mcpregistry tokens to .gitignore
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
Signed-off-by: Drew Cain <groksrc@gmail.com >
2026-01-19 12:23:29 -06:00
Drew Cain
9d9ea4d61c
chore: update version to 0.17.7 for v0.17.7 release
v0.17.7
2026-01-19 12:12:35 -06:00
Drew Cain
7a502e6474
feat: Add MCP registry publication files ( #515 )
...
Signed-off-by: Drew Cain <groksrc@gmail.com >
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-19 11:57:50 -06:00
Paul Hernandez
c7835a9d5c
fix: ensure external_id is set on entity creation ( #512 ) ( #513 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-19 11:14:48 -06:00
Paul Hernandez
85835ae533
chore: Remove OpenPanel telemetry ( #514 )
...
Signed-off-by: phernandez <paul@basicmachines.co >
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-18 22:24:27 -06:00
phernandez
671e3d4db9
chore: update version to 0.17.6 for v0.17.6 release
v0.17.6
2026-01-17 15:11:34 -06:00
phernandez
e11aeff8d9
docs: add changelog entry for v0.17.6
...
Signed-off-by: phernandez <paul@basicmachines.co >
2026-01-17 15:11:17 -06:00
phernandez
803f3efe53
turn sync logging to debug
...
Signed-off-by: phernandez <paul@basicmachines.co >
2026-01-17 15:10:04 -06:00
phernandez
d6dab8552c
Merge branch 'main' of github.com:basicmachines-co/basic-memory
2026-01-17 15:09:04 -06:00
phernandez
d1d433df15
remove logfire config, and specs docs, turn lifespan logging to debug
...
Signed-off-by: phernandez <paul@basicmachines.co >
2026-01-17 15:08:54 -06:00