Skip to content

v7.0.0 — HoloScript Core Release

Latest

Choose a tag to compare

@brianonbased-dev brianonbased-dev released this 03 May 01:43
· 2619 commits to main since this release
v7.0.0
3bf4493

v7.0.0 — HoloScript Core Release

1,691 commits since v6.0.3. This is the largest release in HoloScript history.

Summary

Category Count
feat 499
fix 514
docs 224
test 197
refactor 87
chore 60
ci 15
audit 14
Other 43
Total 1,691

Key Features

LLM Provider Unification

  • Phase B1: 19 unprotected LLM call sites migrated to @holoscript/llm-provider
  • OpenRouterAdapter + XAIAdapter added
  • Extended prompt caching with message-turn breakpoints
  • Brittney route migration to unified provider.streamCompletion()

HoloMesh Infrastructure

  • PostgreSQL-backed TeamStore for multi-instance Railway
  • PostgreSQL-backed StateStore for CAEL audit/defense/dispatch
  • reloadTeam wired into 10+ mutation handlers
  • Sidecar wiring + GPU sharing + idempotency for mesh deploy

Identity & Security

  • Phase 5: Tier 2 custodial wallet + audit log + API routes
  • Seat-wallet cutover (37 mutating routes wired)
  • Per-window handle protocol (Phase A)

Studio & Desktop

  • Tauri 2.0 desktop shell for Studio
  • Hologram share URL infrastructure with expiry policy
  • /api/lotus server-gated endpoint + VitePress Lotus.vue

Science & Simulation

  • QM bridge plugin (Psi4 + QE + TBLite wrapper)
  • NeuralForgeCoordinator — 5th consumer-bus
  • SimulationContract scale tags + per-scale acceptance envelopes
  • EmergentSpacetime RTX benchmark harness (Paper 3 §7.8)

Compilers & Parsing

  • Compile skill surface for 28+ compile_to_* MCP tools
  • Parser extraction to composition/ subdirectory
  • Kotlin compiler shared helpers + registry pattern for Android trio

Infrastructure

  • Absorb collapse into @holoscript/llm-provider
  • Changeset config cleanup (removed stale @holoscript/vm-bridge, @holoscript/fs)
  • CI sync fixes for pnpm-lock.yaml

Published Packages

All @holoscript/* packages at version 7.0.0 are live on npm:

  • @holoscript/core@7.0.0
  • @holoscript/engine@7.0.0
  • @holoscript/mcp-server@7.0.0
  • @holoscript/framework@7.0.0
  • @holoscript/cli@7.0.0
  • @holoscript/auth@7.0.0
  • @holoscript/benchmark@7.0.0
  • @holoscript/wasm@7.0.0
  • @holoscript/crdt@1.1.0 (independent version)
  • Plus 80+ additional packages

Breaking Changes

  • Minimum Node.js 18.0.0 required
  • TypeScript strict mode enabled across all packages
  • @holoscript/vm-bridge and @holoscript/fs removed from changeset fixed/linked groups

Migration from v6.0.x

pnpm update @holoscript/core@7.0.0 @holoscript/engine@7.0.0 @holoscript/mcp-server@7.0.0