buddy-builder 1.4.3 → 1.4.4

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.
package/dist/main.cjs CHANGED
@@ -15089,7 +15089,7 @@ function createSessionManager(sink, claudePath) {
15089
15089
  const id = stub.claudeSessionId;
15090
15090
  const managed = {
15091
15091
  id,
15092
- name: m.name || stub.slug || "Untitled Session",
15092
+ name: m.name || stub.slug || "untitled session",
15093
15093
  projectName: stub.projectName,
15094
15094
  session: null,
15095
15095
  claudeSessionId: stub.claudeSessionId,