Skip to content

Releases: emersoftware/pacifico

Pacifico 0.2.0

Choose a tag to compare

@github-actions github-actions released this 08 Sep 00:30

Pacifico 0.2.0 consolidates the MCP API into five tools while preserving session archives and memory.

  • search_sessions: ranked, literal, and regex search.
  • read_session: digests and paginated messages.
  • get_context: repository context and activity by date.
  • get_memory: approved memory.
  • review_memory: sources, entries, and recurrence.

Ollama integration, session-start hooks, bundled skills, and MCP prompts have been removed. Upgrade cleanup preserves unrelated client settings and stored memory. Statistics and Git correlation remain available in the CLI.

This release changes MCP tool names and response schemas. Restart the MCP connection after upgrading. See the migration guide.

Install:

brew install emersoftware/tap/pacifico && pacifico install

Upgrade:

brew update
brew upgrade emersoftware/tap/pacifico
pacifico install

The macOS and Linux binaries include their runtime. SHA256SUMS contains the checksums for all four archives.

Pacifico 0.1.1

Choose a tag to compare

@github-actions github-actions released this 07 Sep 21:49

Fixes Homebrew integration paths so MCP clients and the macOS daemon continue working after an old Homebrew keg is removed.

Install or upgrade

brew install emersoftware/tap/pacifico && pacifico install

Existing installations:

brew upgrade pacifico && pacifico install
pacifico daemon start

The last command refreshes an existing daemon registration; it is optional if you do not use background indexing.

No Bun or Node.js installation is required. Release binaries passed the executable integration tests on native macOS and Linux runners, for ARM64 and x86-64. The source suite has 1,192 passing tests and 9 optional skips, including upgrade-path regression coverage.

Inspired by and built on nicknisi/sessions, under the MIT license.

Full changelog: v0.1.0...v0.1.1

Pacifico 0.1.0

Choose a tag to compare

@github-actions github-actions released this 07 Sep 21:43

Pacifico keeps a local archive of AI coding sessions and exposes searchable context through MCP.

Install

brew install emersoftware/tap/pacifico && pacifico install

The binaries include their runtime; Bun and Node.js are not required. macOS and Linux are supported on ARM64 and x86-64.

Included

  • Session discovery, SQLite FTS5 search, durable archiving, memory, and reporting inherited from nicknisi/sessions.
  • A TypeScript/Bun monorepo separating the CLI, session engine, and agent integrations.
  • Pacifico-specific data directories and MCP/plugin registration.
  • An optional macOS LaunchAgent: pacifico daemon start, status, and stop.
  • Process-safe indexing and atomic archive writes for concurrent daemon and MCP use.

Each archive contains pacifico, LICENSE, and NOTICE. Check downloads against SHA256SUMS.

Validation

1,188 tests passed, with 9 optional tests skipped. Each release executable passed installation, MCP handshake, search/read, concurrent indexing, and durable-uninstall checks on a native runner for its operating system and architecture.

Credits

Inspired by and built on nicknisi/sessions, under the MIT license. Original copyright, history, and attribution are preserved. Pacifico is not affiliated with Mosaic.