Skip to content

Releases: sid077/chatmem

v0.3.2

Choose a tag to compare

@sid077 sid077 released this 03 Aug 15:08

Changelog

  • 00fcaec v0.3.2: ad-hoc code signing at install + release signing infra (RPM GPG, macOS notarize)

v0.3.1

Choose a tag to compare

@sid077 sid077 released this 01 Aug 15:55

Changelog

  • 97a6472 v0.3.1: bootstrap race fix + install/start/stop/restart/status commands

v0.3.0

Choose a tag to compare

@sid077 sid077 released this 31 Jul 10:06

Changelog

  • d7d7f4c v0.3.0: multi-pass synthesis with coverage guarantee

v0.2.1

Choose a tag to compare

@sid077 sid077 released this 29 Jul 15:25

Changelog

  • d0b98ce v0.2.1: chatmem import + fix synthesize_to_notion schema bug

v0.2.0

Choose a tag to compare

@sid077 sid077 released this 29 Jul 04:48

Changelog

  • dbcbeb4 v0.2.0: Notion synthesis — auto-publish conversations as study/debug pages

v0.1.2

Choose a tag to compare

@sid077 sid077 released this 28 Jul 18:15

Changelog

  • b6c60e9 Marketplace prep: smithery.yaml + README badges + submission playbook
  • 95163f4 Publish MCP server-card.json for Smithery discovery
  • c3d1fd0 Skip Smithery + official MCP registry; explain in docs
  • 5214992 docs(marketplace): PulseMCP no longer takes direct submissions
  • d67e64f docs(marketplace): pass-2 status — punkpeye PR open, wong2 needs 1-click compare
  • 4ae3098 docs(marketplace): wong2 routes submissions via mcpservers.org form, not PRs
  • 1282b0f v0.1.2: Linux install robustness — preflight, doctor, pinned PG cache

v0.1.1

Choose a tag to compare

@sid077 sid077 released this 23 Jul 18:55

Changelog

  • 055a626 v0.1.1: bake deployed ingest URL into release binaries

v0.1.0

Choose a tag to compare

@sid077 sid077 released this 23 Jul 18:25

Changelog

  • 313f035 v0.1.0: real telemetry — aggregator + flush + CF Worker ingest

v0.0.2

Choose a tag to compare

@sid077 sid077 released this 23 Jul 16:06

Changelog

  • 58564be Document macOS Gatekeeper quarantine workaround for v0.0.1
  • f2902af search_history + get_conversation: render full text into Content

v0.0.1

Choose a tag to compare

@sid077 sid077 released this 21 Jul 15:20

Changelog

  • 2406213 Add CLAUDE.md, expand README (tool reference, layout, dev workflow, troubleshooting)
  • a06232c Add Linux support (amd64 + arm64) with root-uid guard
  • 5196f3f Add goreleaser skeleton (darwin/arm64 MVP) and README quickstart
  • 0ccf46b Add internal/pg with embedded pgvector, wire chatmem daemon
  • 494db6f Add schema.sql + internal/store with RecordMessage and GetConversation
  • fec891b Add search_history MCP tool + tsvector-backed keyword search in store
  • c139dc4 Add telemetry opt-out plumbing (install_id, env/config precedence, no-op sink)
  • 3ea8fb0 Ignore .idea/ and other editor metadata; untrack accidentally committed files
  • 11c0895 Implement chatmem init: bootstrap PG, apply schema, print MCP client config
  • a311e9e Initial scaffold: cobra CLI with init/daemon/mcp/telemetry subcommands
  • 627cf40 Migrate brews: → homebrew_casks: (goreleaser v2.10 deprecation)
  • ced61f0 Rename module path + all github refs: siddhantdubey → sid077
  • 21d90d1 Route embedded-postgres logs to stderr; silence cobra usage on error
  • cacaeda Ship zypper support: nfpm RPM/DEB, gh-pages repo, release workflow
  • 42aa0a3 Spike: prove embedded-postgres + pgvector works on darwin/arm64
  • 2221795 Wire MCP server with record_message + get_conversation, self-contained chatmem mcp cmd