Skip to content

Agentic Stack Desktop Preview 0.19.1 — Context everywhere

Choose a tag to compare

@codejunkie99 codejunkie99 released this 08 Sep 16:23
· 2 commits to main since this release

Agentic Stack Desktop Preview 0.19.1 — Context everywhere

What changed

  • A plain @ now suggests relevant conversations from Claude Code, Codex,
    OpenCode, and Cursor across every detected workspace.
  • Conversation search now covers sanitized visible messages from primary agents
    and subagents.
  • Search can be filtered by tool, model, project scope, and role, including
    automations and review agents.
  • Results explain why they matched and display model, role, and workspace
    metadata when available.
  • The selected conversation and current model influence ranking, and the app
    prewarms the local index after launch for faster first use.
  • The installed MCP integration exposes the same query, tool, model, role, and
    contextual ranking controls inside all four supported coding tools.
  • The README now links to a complete, sectioned feature reference.

Privacy

Search includes visible user and assistant messages. It excludes hidden
reasoning, tool payloads, credential stores, and credential-like lines. Selected
context remains bounded and carries its source identity and digest. Direct
subagent references do not silently promote those transcripts into the durable
knowledge graph.

Verification

  • Python suite: 298 tests passed.
  • Context and MCP tests: 11 tests passed.
  • Native Swift release build passed.
  • The release DMG passed hdiutil verify.
  • The app bundle mounted from the DMG passed strict deep code-signature
    verification.
  • Live desktop check: @Claude memory returned model-labelled results with role
    and scope controls after background prewarming.

Install

Download Agentic-Stack-macOS-arm64.dmg from this release, or run:

curl -fsSL https://raw.githubusercontent.com/codejunkie99/agentic-stack-desktop/main/scripts/install-macos.sh | bash