pi-nocturne-memory 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -50,7 +50,7 @@ function extractText(data: any): string {
50
50
  return data?.result?.content?.[0]?.text ?? "";
51
51
  }
52
52
 
53
- export function registerNocturneMemoryTools(pi: ExtensionAPI): void {
53
+ export default function (pi: ExtensionAPI): void {
54
54
  pi.registerTool({
55
55
  name: "nocturne_boot",
56
56
  label: "Boot Memory",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-nocturne-memory",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Nocturne Memory extension for Pi — automated memory management with SessionStart boot protocol",
5
5
  "license": "MIT",
6
6
  "type": "module",