What's New

GoldHold is in active beta. Here's what we've shipped recently.

March 13, 2026

Latest v42.5

v42.5 -- Plans v2 Hardened

Production-hardened plan lifecycle with 3 rounds of audit fixes. 32 MCP tools. Published to npm, PyPI, and MCP Registry.

  • Monotonic task IDs (T-001/T-002/T-003) -- deterministic, human-readable
  • Checkpoint task counts -- progress tracking per checkpoint
  • Restore-first merge pattern across all write paths (tasks, checkpoints, close)
  • CLI parity: status command, closed-plan filtering, relay_post fix
  • npm @goldhold/mcp-server@1.4.2, PyPI goldhold@0.1.1, MCP Registry 1.4.2
  • Customer setup.py upgrade path: v25.0 to v42.5 tested

v42.4

Context Mode + Plans v2: 32 MCP tools, restore-first plan workflow, deterministic working state restoration, 7 plan lifecycle tools, BUILD_MODE agent contract

March 11, 2026

v42.3

v42.3 -- GUMP-Native Monitoring + Data Hygiene

All monitoring scripts now use GUMP packets natively. Personal data scrubbed from shipped code. Deprecated scripts removed.

  • 6 monitoring scripts upgraded to GUMP-native (self_awareness, doctor, pacemaker, pinecone_sync, total_recall, git-why)
  • Pacemaker writes GUMP CHECKPOINT packets instead of legacy receipts
  • Pinecone sync now supports --gump flag with structured metadata (type, tags, check, result)
  • 5 deprecated scripts removed (migrate_to_gump, memory_watcher, pacemaker duplicate, goldhold_migrate, reseed_manifest)
  • Personal data replaced with environment variable lookups (GUMP_OWNER_ID, GUMP_WEBHOOK_URL)
  • Cron config updated to Guardian-only model

March 10, 2026

v42.1

v42.1

v42: Cortex architecture with Durable Objects, compound endpoints (turn/auto/batch/close), Python and JS/TS SDKs, 9 MCP tools, 14 packet types, 4 storage classes, Vectorize semantic search, Lite tier

March 10, 2026

v42.0

v42 Cortex -- Major Architecture Upgrade

Memory processing moves to Cloudflare Durable Objects. New compound endpoints reduce API round trips by 60-80%.

  • Compound endpoints: /v1/turn (search + store + send), /v1/auto (session resume), /v1/batch (multi-op), /v1/session/close (graceful handoff)
  • 4 storage classes: canonical, corrections, working, archive -- with deterministic write path
  • 14 packet types for structured memory (FACT, DECISION, DIRECTIVE, NOTE, CORRECTION, and more)
  • Compact response mode (~80-150 tokens vs ~500-2000 for full)
  • Per-tenant Durable Objects with SQLite-backed hot state
  • Vectorize integration for semantic search (768-dimension embeddings)
  • Async consolidation workflows (dedup, promotion, archival) on 6-hour schedule
  • All v1 endpoints preserved and backward compatible

Python & JS/TS SDKs

Official thin client SDKs for Python and JavaScript/TypeScript.

  • pip install goldhold -- Python 3.8+, one dependency (requests)
  • npm install goldhold -- Zero dependencies, works in Node 18+, Deno, Bun, Cloudflare Workers
  • Both SDKs support all compound endpoints with typed responses and error handling
  • Interactive GoldHold.setup() for API key configuration

Lite Tier (Free)

Get started with GoldHold at no cost. No credit card required.

  • 1,000 memories, 1 agent, 10 tasks, 50 messages/month
  • Full access to compound endpoints and SDKs
  • Upgrade to Vault Pro ($9/mo) for unlimited everything

API Docs v2

Updated documentation with compound endpoint reference, SDK quickstarts, storage class guide, packet type reference, and tier comparison.

March 6, 2026

v36.3

v36.3

Cross-platform fixes: TZ_OFFSET import, pacemaker timezone bug, Python 3.8 compat, Mac/Linux crontab support, shebangs, namespace whitelist

March 3, 2026

v36.2 Security

v36.2 -- Security Hardening + Worker Modularization

Nine new security layers: rate limiting, payload size limits, serial validation, cancellation revocation, duplicate serial detection, graceful storage caps, free tier usage limits, chargeback evidence collection, and silent audit logging. Checkout worker modularized from one 4,736-line file into 27 ES modules. One-command install path. Zero-config setup improvements with --status flag.

v36.1 -- Multi-Agent + Account Security

Account data isolation for shared browsers. Auto-update system with checksum verification and rollback. Guardian inbox channel for direct agent-to-Guardian messaging. Inbox bridge surfaces GUMP mail through any OpenClaw channel. Sub-agent staging pipeline so team work gets filed to memory. Console-free Windows launchers.

March 2, 2026

v36.0 Security

v36.0 -- Security Hardening

Rate limiting and payload size enforcement on the messaging relay. New credentials management tab in your account settings -- view your agent ID and rotate API keys without the CLI. Task system reliability improvements.

March 1, 2026

v35.1

v35.1 -- Installer Hotfix

Fixes that prevent a clean customer install: setup.py crash fix (ENV_PATH), pip PEP 668 compatibility for Debian 12+/Ubuntu 23.04+, rewritten one-click installers (install-gh.py, install-gh.ps1), Cloudflare User-Agent fix for downloads.

v35.0 -- Security + GUMP Last-Mile Fix

31 fixes across 4 audit passes. Agent messaging now works end-to-end -- your AI reads and responds to messages autonomously. All install paths (quick start, upgrade, advanced) now complete the full setup including scheduled tasks and notification hooks. Security improvements to cross-origin requests and input validation.

v34.0

Agent messaging relay now included in quick install. Tasks, messages, and shared state configure automatically -- no advanced setup required.

v33.0

Operational rules and memory patterns now install automatically during setup. Agents get task management, messaging, and health monitoring out of the box.

February 28, 2026

v32.0

v32.0

Tasks, messages, and memory folders. Zero-click device setup. Two-way agent-to-dashboard messaging. 30 managed memory folders. GUMP task queue.

February 28, 2026

v1.0.0

API v1.0.0 | Public Documentation

  • Published full API documentation at goldhold.ai/docs
  • Documented REST endpoints (now superseded by v2 compound endpoints in v42.0)
  • Pagination support documented (offset + limit + has_more)
  • CORS policy documented (open for browser-based apps)
  • API versioning policy: v1 endpoints maintained 12 months after v2 ships
  • MCP tools and SDKs now available (see v42.0 above)

API Key Security Hardening

  • API keys now hashed at rest (SHA-256). full key shown once at creation, never stored retrievably
  • Key generation rate limited (10 per hour per account)
  • Key revocation by UUID only (no hint-based matching)
  • Optional key expiration (auto-expire after N days)
  • Serial verification endpoint stripped of PII (no email in public response)
  • Serial lookup rate limited (20 per minute per IP)

Platform Setup Guides

  • 9 platform-specific setup guides: OpenClaw, Claude Desktop, Claude Code, ChatGPT, Cursor, Windsurf, Python/LangChain, Semantic Kernel, REST API
  • Each platform activation generates a tracked serial number
  • API key auto-populates into all install commands and config snippets
  • No more zip downloads. all installs via package managers or config paste

Account Dashboard Overhaul

  • Customizable dashboard cards with drag-and-drop reordering
  • Cards support compact and expanded shapes with hover menu
  • Settings rebuilt: BYOK keys, memory config, relay/sync, notifications, appearance, danger zone
  • Project-based task management with namespace isolation
  • New onboarding flow with BYOK and advanced settings mentions
  • Live dashboard stats from relay endpoints
  • Downloads gated behind login with key generation and platform guides

Legal & Compliance

  • Added Ethical Use Policy to Terms of Service (section 6a)
  • Patent Pending notices added to all technology-related pages and API docs
  • Docs link added to site-wide navigation and footers
  • API Terms of Service reference and warranty disclaimer in docs
  • Corrected patent claim numbers across press and legal pages

February 26, 2026

v31.12 Security

v31.12

Security hardening for GUMP webhook hub. Auth required for registration and delivery. Pref merge, agent ID validation, no chat ID leaks.

February 26, 2026

v31.11

v31.11

GUMP webhook hub integration. Auto-registers agents on goldhold.ai/hooks/gump during install/upgrade. New CLI commands for webhook management.

February 26, 2026

v31.10

v31.10 | Cross-Platform & Install Polish

  • Mac & Linux support: Guardian, Watcher, and Pacemaker now run natively on Mac and Linux. No more Windows-only crashes.
  • Auto cron setup: Guardian (every 5 min) and Pinecone sync (every 20 min) are automatically installed via crontab during setup. No manual config needed.
  • Smarter upgrades: Agent files are only rewritten when content actually changes. Upgrades no longer trigger unnecessary session resets.
  • Slash commands: /gh, /gh_status, and /gh_search auto-register in Telegram, Discord, and Slack on install. Channels that don't support commands (WhatsApp, iMessage) are skipped cleanly.
  • Context diet: OpenClaw agents load a slim 785-byte boot trigger instead of a 53KB static dump. Saves ~13,000 tokens per restart.
  • Installer hardening: Safe workspace detection, upgrade-safe seeding, quiet folder creation, resilient Pinecone validation. 12 bugs found and fixed in field testing.

February 26, 2026

v31.3

v31.3

Branding, docs consolidation, watcher backoff, cron config

February 26, 2026

v31.2 Security

v31.2 | Security Scrub

Purged all personal data and hardcoded paths from codebase and git history. Removed runtime state files from tracking. Hardened .gitignore. Fixed UTF-8 BOM in 15+ files. Removed forbidden characters from all shipped scripts.

February 26, 2026

v31.1

v31.1 | License Enforcement & Anti-Piracy

Server-side license validation, machine fingerprinting, script integrity checking, and version gate API. One-key managed setup with automatic backend provisioning.

February 26, 2026

v31.0

v31.0 | Adaptive Heartbeat & Recovery

Adaptive heartbeat system, improved crash recovery, and resilient scheduled task management.

February 26, 2026

v30.5

v30.5

Setup UX overhaul: auto-create index, fix uppercase name bug, resolve missing scripts, friendly errors.

February 26, 2026

v30.4 Security

v30.4

Security: removed personal data from tracking. Added VBS wrappers for scheduled tasks. Cleaned runtime artifacts.

February 26, 2026

v30.3

v30.3

Bug fixes: Guardian log path misrouting through symlinks, WORKSPACE detection through junctions. Improvements: human-readable receipts in Guardian and Doctor, audit status tagging.

February 26, 2026

v30.2.1

v30.2.1 | Bug Fixes + Memory Quality

Fixed: Guardian log path misrouting when scripts/ is symlinked. Watcher couldn't see Guardian runs and looped repairs. WORKSPACE detection now handles junctions correctly. Improved: Guardian and Doctor receipts now write human-readable sentences instead of terse machine JSON. All audit findings carry explicit status tags for mechanical compliance checking.

February 25, 2026

v30.2

v30.2

Self-awareness system: forced compliance auditing at all enforcement layers. Two-axis adaptive heartbeat. Slash command redesign. Token deduplication. Serial number download tracking: every zip download gets a unique serial (GH-{PLATFORM}-{timestamp}-{random}), stored in KV with full audit trail, indexed per customer, auto-pushed to GHL.

February 25, 2026

v30.1

v30.1

TotalRecall: reconstruct any day from all 8 memory pillars. git commits, receipts, daily notes, captains logs, system logs, LAST_SESSION, Pinecone vectors, GUMP relay. Chronological timeline grouped by hour, verification for gaps and conflicts, summary and JSON modes.

February 25, 2026

v30.0

v30.0

Account dashboard overhaul: step-by-step onboarding for Pinecone/GitHub/R2, auto-provisioned relay key on sign-in, Messages and Network tabs fixed, sidebar removed, header Sign Out and Install buttons, dashboard moves to top after connect, CORS and auth retry fixes

February 25, 2026

v30.0

v30.0

Account dashboard overhaul: step-by-step onboarding for Pinecone, GitHub, and R2 with inline inputs, auto-provisioned OpenJar relay key on sign-in (no more manual key entry), Messages and Network tabs fixed, sidebar removed, Sign Out and Install GoldHold buttons in header, dashboard moves to top after Pinecone connect, CORS and auth retry fixes for relay

February 25, 2026

v29.0

v29.0

GoldHold Folders: 30 default folders (21 life, 7 agent, 2 system), scribe/concierge rules, taste observation, tone matching, security tiers, vault integration, conversation-based onboarding, setup.py creates folders on install

February 24, 2026

v28.0

v28.0

Security + integrity sweep: 273 em-dashes fixed, 40 emojis stripped, 11 BOMs cleaned, 3 install-breaking bugs resolved, doc lint gate enforced

February 24, 2026

v27.0

v27.0

Test release. version number bump only

February 23, 2026

Encrypted Credential Vault

Your API keys are encrypted at rest, bound to your machine. No more plaintext secrets.

Inter-Agent Communication

Agents can share memories with each other. What one learns, others can find.

Security Page

New /security page explaining how your data is handled, verified, and protected.

BYOK Search Fixed

Bring-your-own-key users can now search across all memory banks seamlessly.

Reliability Improvements

Fixed race conditions, false-failure alerts, and background process stability.

February 21, 2026

Payments Are Live

  • Sign up and pay directly on the site. no manual setup
  • 7-day free trial on all paid plans, cancel anytime
  • Manage your subscription, update payment, and view invoices from your account
  • Promo codes accepted at checkout

Vault. Cloud File Storage

  • Drop files into a folder. they're automatically uploaded, indexed, and searchable
  • Find any document by describing what's in it, not by remembering the filename
  • 10GB free storage, no egress fees (Cloudflare R2)
  • Your originals are never deleted. soft-delete with timestamped archive

Works With Every AI Platform

Use the same memory across different AI tools. What one agent learns, they all remember.

Claude Desktop ChatGPT Cursor Windsurf LangChain CrewAI Semantic Kernel OpenClaw Any OpenAPI client

API Keys & Namespace Isolation

  • Generate, rotate, and revoke API keys from your dashboard
  • Your data is isolated. other users and agents can't see it
  • You never touch raw database credentials

Automatic Health Monitoring

  • Runs in the background. checks sync status, connection health, and data integrity
  • Auto-fixes common issues without you lifting a finger
  • Health dashboard with letter grades so you know where things stand

February 20, 2026

Vault Preview

Early access to cloud file storage. upload, search, and sync files alongside your memory.

Friendlier Setup

Renamed internal hooks to human-readable names. Less jargon during onboarding.

February 18, 2026

Faster, Leaner Sessions

Reduced startup overhead by 80%. Your agent boots faster and uses less of its context window on setup.

Smarter Context Management

Your agent adapts its behavior based on the AI model it's running on. optimizes for each provider automatically.

Smoother Upgrades

Upgrading now auto-cleans old files and migrates your config. No manual steps.

February 17, 2026

One-Paste Install

Paste your API key, everything else is automatic. Existing data auto-detected and preserved.

Multi-Agent Support

Run multiple agents with separate roles. They share memory but can't overwrite each other.

February 14, 2026

Launch

GoldHold Is Born

  • Persistent semantic memory for AI agents. search by meaning, not keywords
  • Four-layer crash survival: cloud, Git, local export, and file vault
  • Your agent crashes? It picks up where it left off. automatically
  • Every decision and correction logged as a GUMP packet
  • No GPU, no Docker, no ML models to run. just works

Shipped 8 updates in the first week. We're just getting started.

Built in Wisconsin.

Get GoldHold