Releases: sid077/chatmem
Releases · sid077/chatmem
Release list
v0.3.2
v0.3.1
v0.3.0
v0.2.1
v0.2.0
v0.1.2
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
v0.1.0
v0.0.2
v0.0.1
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