Skip to content

Commit f8078cd

Browse files
phernandezphernandez
andauthored
Fix: Beta testing fixes (#16)
Co-authored-by: phernandez <phernandez@basicmachines.co>
1 parent 4bcbeac commit f8078cd

49 files changed

Lines changed: 1075 additions & 1215 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 5 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# CHANGELOG
22

3-
43
## v0.8.0 (2025-02-28)
54

65
### Chores
@@ -16,28 +15,10 @@
1615
- Add enhanced prompts and resources
1716
([#15](https://github.com/basicmachines-co/basic-memory/pull/15),
1817
[`093dab5`](https://github.com/basicmachines-co/basic-memory/commit/093dab5f03cf7b090a9f4003c55507859bf355b0))
19-
20-
## Summary - Add comprehensive documentation to all MCP prompt modules - Enhance search prompt with
21-
detailed contextual output formatting - Implement consistent logging and docstring patterns across
22-
prompt utilities - Fix type checking in prompt modules
23-
24-
## Prompts Added/Enhanced - `search.py`: New formatted output with relevance scores, excerpts, and
25-
next steps - `recent_activity.py`: Enhanced with better metadata handling and documentation -
26-
`continue_conversation.py`: Improved context management
27-
28-
## Resources Added/Enhanced - `ai_assistant_guide`: Resource with description to give to LLM to
29-
understand how to use the tools
30-
31-
## Technical improvements - Added detailed docstrings to all prompt modules explaining their purpose
32-
and usage - Enhanced the search prompt with rich contextual output that helps LLMs understand
33-
results - Created a consistent pattern for formatting output across prompts - Improved error
34-
handling in metadata extraction - Standardized import organization and naming conventions - Fixed
35-
various type checking issues across the codebase
36-
37-
This PR is part of our ongoing effort to improve the MCP's interaction quality with LLMs, making the
38-
system more helpful and intuitive for AI assistants to navigate knowledge bases.
39-
40-
🤖 Generated with [Claude Code](https://claude.ai/code)
18+
- `search`: Prompt to search knowledge base
19+
- `recent_activity`: Prompt to find recent activity
20+
- `continue_conversation`: Prompt to continue a conversation based on contect
21+
- `ai_assistant_guide`: Resource with description to give to LLM to understand how to use the tools
4122

4223
---------
4324

@@ -59,7 +40,6 @@ Co-authored-by: phernandez <phernandez@basicmachines.co>
5940
- incremental sync on watch - sync non-markdown files in knowledge base - experimental
6041
`read_resource` tool for reading non-markdown files in raw form (pdf, image)
6142

62-
6343
## v0.7.0 (2025-02-19)
6444

6545
### Bug Fixes
@@ -95,7 +75,6 @@ Co-authored-by: phernandez <phernandez@basicmachines.co>
9575
- Add pagination to read_notes
9676
([`02f8e86`](https://github.com/basicmachines-co/basic-memory/commit/02f8e866923d5793d2620076c709c920d99f2c4f))
9777

98-
9978
## v0.6.0 (2025-02-18)
10079

10180
### Chores
@@ -110,7 +89,6 @@ Co-authored-by: phernandez <phernandez@basicmachines.co>
11089

11190
Co-authored-by: phernandez <phernandez@basicmachines.co>
11291

113-
11492
## v0.5.0 (2025-02-18)
11593

11694
### Features
@@ -121,7 +99,6 @@ Co-authored-by: phernandez <phernandez@basicmachines.co>
12199

122100
Co-authored-by: phernandez <phernandez@basicmachines.co>
123101

124-
125102
## v0.4.3 (2025-02-18)
126103

127104
### Bug Fixes
@@ -131,10 +108,8 @@ Co-authored-by: phernandez <phernandez@basicmachines.co>
131108

132109
Co-authored-by: phernandez <phernandez@basicmachines.co>
133110

134-
135111
## v0.4.2 (2025-02-17)
136112

137-
138113
## v0.4.1 (2025-02-17)
139114

140115
### Bug Fixes
@@ -145,7 +120,6 @@ Co-authored-by: phernandez <phernandez@basicmachines.co>
145120
- More alembic fixes
146121
([`30cd74e`](https://github.com/basicmachines-co/basic-memory/commit/30cd74ec95c04eaa92b41b9815431f5fbdb46ef8))
147122

148-
149123
## v0.4.0 (2025-02-16)
150124

151125
### Features
@@ -164,15 +138,13 @@ Import Claude.ai conversation and project data to basic-memory Markdown format.
164138

165139
Co-authored-by: phernandez <phernandez@basicmachines.co>
166140

167-
168141
## v0.3.0 (2025-02-15)
169142

170143
### Bug Fixes
171144

172145
- Refactor db schema migrate handling
173146
([`ca632be`](https://github.com/basicmachines-co/basic-memory/commit/ca632beb6fed5881f4d8ba5ce698bb5bc681e6aa))
174147

175-
176148
## v0.2.21 (2025-02-15)
177149

178150
### Bug Fixes
@@ -191,58 +163,50 @@ Co-authored-by: phernandez <phernandez@basicmachines.co>
191163
- Set version in var, output version at startup
192164
([`a91da13`](https://github.com/basicmachines-co/basic-memory/commit/a91da1396710e62587df1284da00137d156fc05e))
193165

194-
195166
## v0.2.20 (2025-02-14)
196167

197168
### Bug Fixes
198169

199170
- Fix installer artifact
200171
([`8de84c0`](https://github.com/basicmachines-co/basic-memory/commit/8de84c0221a1ee32780aa84dac4d3ea60895e05c))
201172

202-
203173
## v0.2.19 (2025-02-14)
204174

205175
### Bug Fixes
206176

207177
- Get app artifact for installer
208178
([`fe8c3d8`](https://github.com/basicmachines-co/basic-memory/commit/fe8c3d87b003166252290a87cbe958301cccf797))
209179

210-
211180
## v0.2.18 (2025-02-14)
212181

213182
### Bug Fixes
214183

215184
- Don't zip app on release
216185
([`8664c57`](https://github.com/basicmachines-co/basic-memory/commit/8664c57bb331d7f3f7e0239acb5386c7a3c6144e))
217186

218-
219187
## v0.2.17 (2025-02-14)
220188

221189
### Bug Fixes
222190

223191
- Fix app zip in installer release
224192
([`8fa197e`](https://github.com/basicmachines-co/basic-memory/commit/8fa197e2ec8a1b6caaf6dbb39c3c6626bba23e2e))
225193

226-
227194
## v0.2.16 (2025-02-14)
228195

229196
### Bug Fixes
230197

231198
- Debug inspect build on ci
232199
([`1d6054d`](https://github.com/basicmachines-co/basic-memory/commit/1d6054d30a477a4e6a5d6ac885632e50c01945d3))
233200

234-
235201
## v0.2.15 (2025-02-14)
236202

237203
### Bug Fixes
238204

239205
- Debug installer ci
240206
([`dab9573`](https://github.com/basicmachines-co/basic-memory/commit/dab957314aec9ed0e12abca2265552494ae733a2))
241207

242-
243208
## v0.2.14 (2025-02-14)
244209

245-
246210
## v0.2.13 (2025-02-14)
247211

248212
### Bug Fixes
@@ -253,50 +217,43 @@ Co-authored-by: phernandez <phernandez@basicmachines.co>
253217
- Try using symlinks in installer build
254218
([`8dd923d`](https://github.com/basicmachines-co/basic-memory/commit/8dd923d5bc0587276f92b5f1db022ad9c8687e45))
255219

256-
257220
## v0.2.12 (2025-02-14)
258221

259222
### Bug Fixes
260223

261224
- Fix cx_freeze options for installer
262225
([`854cf83`](https://github.com/basicmachines-co/basic-memory/commit/854cf8302e2f83578030db05e29b8bdc4348795a))
263226

264-
265227
## v0.2.11 (2025-02-14)
266228

267229
### Bug Fixes
268230

269231
- Ci installer app fix #37
270232
([`2e215fe`](https://github.com/basicmachines-co/basic-memory/commit/2e215fe83ca421b921186c7f1989dc2cb5cca278))
271233

272-
273234
## v0.2.10 (2025-02-14)
274235

275236
### Bug Fixes
276237

277238
- Fix build on github ci for app installer
278239
([`29a2594`](https://github.com/basicmachines-co/basic-memory/commit/29a259421a0ccb10cfa68e3707eaa506ad5e55c0))
279240

280-
281241
## v0.2.9 (2025-02-14)
282242

283-
284243
## v0.2.8 (2025-02-14)
285244

286245
### Bug Fixes
287246

288247
- Fix installer on ci, maybe
289248
([`edbc04b`](https://github.com/basicmachines-co/basic-memory/commit/edbc04be601d234bb1f5eb3ba24d6ad55244b031))
290249

291-
292250
## v0.2.7 (2025-02-14)
293251

294252
### Bug Fixes
295253

296254
- Try to fix installer ci
297255
([`230738e`](https://github.com/basicmachines-co/basic-memory/commit/230738ee9c110c0509e0a09cb0e101a92cfcb729))
298256

299-
300257
## v0.2.6 (2025-02-14)
301258

302259
### Bug Fixes
@@ -307,34 +264,29 @@ Co-authored-by: phernandez <phernandez@basicmachines.co>
307264
- Fix installer setup.py change ci to use make
308265
([`3e78fcc`](https://github.com/basicmachines-co/basic-memory/commit/3e78fcc2c208d83467fe7199be17174d7ffcad1a))
309266

310-
311267
## v0.2.5 (2025-02-14)
312268

313269
### Bug Fixes
314270

315271
- Refix vitual env in installer build
316272
([`052f491`](https://github.com/basicmachines-co/basic-memory/commit/052f491fff629e8ead629c9259f8cb46c608d584))
317273

318-
319274
## v0.2.4 (2025-02-14)
320275

321-
322276
## v0.2.3 (2025-02-14)
323277

324278
### Bug Fixes
325279

326280
- Workaround unsigned app
327281
([`41d4d81`](https://github.com/basicmachines-co/basic-memory/commit/41d4d81c1ad1dc2923ba0e903a57454a0c8b6b5c))
328282

329-
330283
## v0.2.2 (2025-02-14)
331284

332285
### Bug Fixes
333286

334287
- Fix path to intaller app artifact
335288
([`53d220d`](https://github.com/basicmachines-co/basic-memory/commit/53d220df585561f9edd0d49a9e88f1d4055059cf))
336289

337-
338290
## v0.2.1 (2025-02-14)
339291

340292
### Bug Fixes
@@ -345,7 +297,6 @@ Co-authored-by: phernandez <phernandez@basicmachines.co>
345297
- Trigger installer build on release
346298
([`f11bf78`](https://github.com/basicmachines-co/basic-memory/commit/f11bf78f3f600d0e1b01996cf8e1f9c39e3dd218))
347299

348-
349300
## v0.2.0 (2025-02-14)
350301

351302
### Features
@@ -363,7 +314,6 @@ Co-authored-by: phernandez <phernandez@basicmachines.co>
363314

364315
Co-authored-by: phernandez <phernandez@basicmachines.co>
365316

366-
367317
## v0.1.2 (2025-02-14)
368318

369319
### Bug Fixes
@@ -377,10 +327,8 @@ Co-authored-by: phernandez <phernandez@basicmachines.co>
377327
- Update uv installer url
378328
([`2f9178b`](https://github.com/basicmachines-co/basic-memory/commit/2f9178b0507b3b69207d5c80799f2d2f573c9a04))
379329

380-
381330
## v0.1.1 (2025-02-07)
382331

383-
384332
## v0.1.0 (2025-02-07)
385333

386334
### Bug Fixes
@@ -416,18 +364,16 @@ Co-authored-by: phernandez <phernandez@basicmachines.co>
416364
- Add memory-json importer, tweak observation content
417365
([`3484e26`](https://github.com/basicmachines-co/basic-memory/commit/3484e26631187f165ee6eb85517e94717b7cf2cf))
418366

419-
420367
## v0.0.1 (2025-02-04)
421368

422369
### Bug Fixes
423370

424371
- Fix versioning for 0.0.1 release
425372
([`ba1e494`](https://github.com/basicmachines-co/basic-memory/commit/ba1e494ed1afbb7af3f97c643126bced425da7e0))
426373

427-
428374
## v0.0.0 (2025-02-04)
429375

430376
### Chores
431377

432378
- Remove basic-foundation src ref in pyproject.toml
433-
([`29fce8b`](https://github.com/basicmachines-co/basic-memory/commit/29fce8b0b922d54d7799bf2534107ee6cfb961b8))
379+
([`29fce8b`](https://github.com/basicmachines-co/basic-memory/commit/29fce8b0b922d54d7799bf2534107ee6cfb961b8))

0 commit comments

Comments
 (0)