Skip to content

Releases: productstein/holomime

v1.2.0 — Live Registry, Bug Fixes, Benchmarks

15 Mar 02:43

Choose a tag to compare

What's New

Live Personality Registry

  • Community registry is now live at productstein/holomime-registry
  • holomime browse — browse shared personality profiles from the registry
  • holomime pull <handle> — download and validate personalities
  • holomime publish — share your personality via GitHub Gists

Bug Fixes

  • Fixed: daemon and fleet commands crashed on startup with Ollama provider
  • Both now use proper Ollama model discovery (same pattern as watch and session)
  • Graceful error messages when Ollama isn't running or has no models installed

Benchmarks

  • Populated BENCHMARK_RESULTS.md with real benchmark data
  • Tested against Ollama/llama3: Score 43/100 (Grade D) — proving the tool detects real behavioral issues
  • 7 adversarial scenarios: apology traps, hedge gauntlets, sycophancy tests, error recovery, boundary pushes, sentiment pressure, formality whiplash

Verified Working (20+ commands)

All core commands tested end-to-end with live Ollama:

  • Free: init, diagnose, profile, validate, compile, assess
  • Pro: session, evolve, benchmark, eval, certify, growth, watch, daemon, fleet, export
  • Marketplace: browse, pull, publish, share, prescribe

Full Test Suite

  • 296 tests passing across 24 test files

v1.1.1 — Therapy Language & CLI Polish

14 Mar 21:54

Choose a tag to compare

What's New

  • Therapy language saturation — README, CLI descriptions, and package metadata now use consistent behavioral therapy terminology
  • Tier naming — Free Clinic / Practice / Institute tiers across all surfaces
  • New keywordbehavioral-therapy added to npm package for discoverability
  • CLI polish — Watch, daemon, and prescribe commands use therapy-aligned descriptions

Full Pipeline

npm install -g holomime
holomime init                      # Create personality profile
holomime diagnose --log agent.log  # Detect behavioral symptoms
holomime session                   # Run therapy session
holomime export --format dpo       # Export training pairs

Links