Skip to content

v0.0.1

Choose a tag to compare

@sid077 sid077 released this 21 Jul 15:20
· 17 commits to main since this release

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