|
1 | 1 | # CHANGELOG |
2 | 2 |
|
3 | 3 |
|
| 4 | +## v0.10.1 (2025-03-25) |
| 5 | + |
| 6 | +### Bug Fixes |
| 7 | + |
| 8 | +- Make set_default_project also activate project for current session to fix #37 |
| 9 | + ([`cbe72be`](https://github.com/basicmachines-co/basic-memory/commit/cbe72be10a646c0b03931bb39aff9285feae47f9)) |
| 10 | + |
| 11 | +This change makes the 'basic-memory project default <name>' command both: 1. Set the default project |
| 12 | + for future invocations (persistent change) 2. Activate the project for the current session |
| 13 | + (immediate change) |
| 14 | + |
| 15 | +Added tests to verify this behavior, which resolves issue #37 where the project name and path |
| 16 | + weren't changing properly when the default project was changed. |
| 17 | + |
| 18 | +🤖 Generated with [Claude Code](https://claude.ai/code) |
| 19 | + |
| 20 | +Co-Authored-By: Claude <noreply@anthropic.com> |
| 21 | + |
| 22 | +- Make set_default_project also activate project for current session to fix #37 |
| 23 | + ([`46c4fd2`](https://github.com/basicmachines-co/basic-memory/commit/46c4fd21645b109af59eb2a0201c7bd849b34a49)) |
| 24 | + |
| 25 | +This change makes the 'basic-memory project default <name>' command both: 1. Set the default project |
| 26 | + for future invocations (persistent change) 2. Activate the project for the current session |
| 27 | + (immediate change) |
| 28 | + |
| 29 | +Added tests to verify this behavior, which resolves issue #37 where the project name and path |
| 30 | + weren't changing properly when the default project was changed. |
| 31 | + |
| 32 | +🤖 Generated with [Claude Code](https://claude.ai/code) |
| 33 | + |
| 34 | +Co-Authored-By: Claude <noreply@anthropic.com> |
| 35 | + |
| 36 | +Signed-off-by: phernandez <paul@basicmachines.co> |
| 37 | + |
| 38 | +- Move ai_assistant_guide.md into package resources to fix #39 |
| 39 | + ([`390ff9d`](https://github.com/basicmachines-co/basic-memory/commit/390ff9d31ccee85bef732e8140b5eeecd7ee176f)) |
| 40 | + |
| 41 | +This change relocates the AI assistant guide from the static directory into the package resources |
| 42 | + directory, ensuring it gets properly included in the distribution package and is accessible when |
| 43 | + installed via pip/uv. |
| 44 | + |
| 45 | +🤖 Generated with [Claude Code](https://claude.ai/code) |
| 46 | + |
| 47 | +Co-Authored-By: Claude <noreply@anthropic.com> |
| 48 | + |
| 49 | +- Move ai_assistant_guide.md into package resources to fix #39 |
| 50 | + ([`cc2cae7`](https://github.com/basicmachines-co/basic-memory/commit/cc2cae72c14b380f78ffeb67c2261e4dbee45faf)) |
| 51 | + |
| 52 | +This change relocates the AI assistant guide from the static directory into the package resources |
| 53 | + directory, ensuring it gets properly included in the distribution package and is accessible when |
| 54 | + installed via pip/uv. |
| 55 | + |
| 56 | +🤖 Generated with [Claude Code](https://claude.ai/code) |
| 57 | + |
| 58 | +Co-Authored-By: Claude <noreply@anthropic.com> |
| 59 | + |
| 60 | +Signed-off-by: phernandez <paul@basicmachines.co> |
| 61 | + |
| 62 | +- Preserve custom frontmatter fields when updating notes |
| 63 | + ([`78f234b`](https://github.com/basicmachines-co/basic-memory/commit/78f234b1806b578a0a833e8ee4184015b7369a97)) |
| 64 | + |
| 65 | +Fixes #36 by modifying entity_service.update_entity() to read existing frontmatter from files before |
| 66 | + updating them. Custom metadata fields such as Status, Priority, and Version are now preserved when |
| 67 | + notes are updated through the write_note MCP tool. |
| 68 | + |
| 69 | +Added test case that verifies this behavior by creating a note with custom frontmatter and then |
| 70 | + updating it. |
| 71 | + |
| 72 | +🤖 Generated with [Claude Code](https://claude.ai/code) |
| 73 | + |
| 74 | +Co-Authored-By: Claude <noreply@anthropic.com> |
| 75 | + |
| 76 | +- Preserve custom frontmatter fields when updating notes |
| 77 | + ([`e716946`](https://github.com/basicmachines-co/basic-memory/commit/e716946b4408d017eca4be720956d5a210b4e6b1)) |
| 78 | + |
| 79 | +Fixes #36 by modifying entity_service.update_entity() to read existing frontmatter from files before |
| 80 | + updating them. Custom metadata fields such as Status, Priority, and Version are now preserved when |
| 81 | + notes are updated through the write_note MCP tool. |
| 82 | + |
| 83 | +Added test case that verifies this behavior by creating a note with custom frontmatter and then |
| 84 | + updating it. |
| 85 | + |
| 86 | +🤖 Generated with [Claude Code](https://claude.ai/code) |
| 87 | + |
| 88 | +Co-Authored-By: Claude <noreply@anthropic.com> |
| 89 | + |
| 90 | +Signed-off-by: phernandez <paul@basicmachines.co> |
| 91 | + |
| 92 | +### Chores |
| 93 | + |
| 94 | +- Remove duplicate code in entity_service.py from bad merge |
| 95 | + ([`681af5d`](https://github.com/basicmachines-co/basic-memory/commit/681af5d4505dadc40b4086630f739d76bac9201d)) |
| 96 | + |
| 97 | +Signed-off-by: phernandez <paul@basicmachines.co> |
| 98 | + |
| 99 | +### Documentation |
| 100 | + |
| 101 | +- Add help docs to mcp cli tools |
| 102 | + ([`731b502`](https://github.com/basicmachines-co/basic-memory/commit/731b502d36cec253d114403d73b48fab3c47786e)) |
| 103 | + |
| 104 | +Signed-off-by: phernandez <paul@basicmachines.co> |
| 105 | + |
| 106 | +- Add mcp badge, update cli reference, llms-install.md |
| 107 | + ([`b26afa9`](https://github.com/basicmachines-co/basic-memory/commit/b26afa927f98021246cd8b64858e57333595ea90)) |
| 108 | + |
| 109 | +Signed-off-by: phernandez <paul@basicmachines.co> |
| 110 | + |
| 111 | +- Update CLAUDE.md ([#33](https://github.com/basicmachines-co/basic-memory/pull/33), |
| 112 | + [`dfaf0fe`](https://github.com/basicmachines-co/basic-memory/commit/dfaf0fea9cf5b97d169d51a6276ec70162c21a7e)) |
| 113 | + |
| 114 | +fix spelling in CLAUDE.md: enviroment -> environment Signed-off-by: Ikko Eltociear Ashimine |
| 115 | + <eltociear@gmail.com> |
| 116 | + |
| 117 | +### Refactoring |
| 118 | + |
| 119 | +- Move project stats into projct subcommand |
| 120 | + ([`2a881b1`](https://github.com/basicmachines-co/basic-memory/commit/2a881b1425c73947f037fbe7ac5539c015b62526)) |
| 121 | + |
| 122 | +Signed-off-by: phernandez <paul@basicmachines.co> |
| 123 | + |
| 124 | + |
4 | 125 | ## v0.10.0 (2025-03-15) |
5 | 126 |
|
6 | 127 | ### Bug Fixes |
|
0 commit comments