Skip to content

Milady v2.0.0-alpha.88

Pre-release
Pre-release

Choose a tag to compare

@Dexploarer Dexploarer released this 16 Mar 09:38
· 5489 commits to develop since this release
2826904

What's Changed

Build & CI Overhaul

  • Migrate 5 streaming plugins from workspace to @elizaos/ npm packages (#1001)
  • Resolve all test failures — lucide-react, skills catalog, native modules (#1003)
  • Fix CI typecheck and nightly build (#1002)
  • Lazy-load Three.js, reuse nightly artifacts, dedup npm publish (#995)
  • Add missing caches to Electrobun release builds (#998)
  • Build tsdown + Vite once, share across Electrobun platforms (#999)
  • Prevent Windows Electrobun artifact upload SAS token timeout (#996)
  • Remove all lifo code, add Vite manualChunks, clean tsconfig (#992)
  • Remove LifoSandboxView, fix sourcemaps, usePolling, snap test (#991)
  • Pin bun versions, fix tsdown silent failures, harden CI (#990)
  • Optimize build pipeline and remove 17 unused dependencies (#989)
  • Lazy-load StreamView, remove unused deps, multi-stage Dockerfiles (#1000)
  • Enforce exact version pin on plugin-agent-orchestrator (#998)
  • Remove dead Electron CI jobs from Tests workflow
  • Fix benchmark vitest workspace resolution
  • Exclude capacitor test from e2e (mobile not in use)

Bug Fixes

  • Fix schema validation bypass, wrong Etherscan URL, missing await (#981)
  • Complete topics support across schema, route handler, and GET response
  • Connectors panel + dark mode nav tab visibility (#987, #988)
  • Game-style notebook character editor (#986)
  • Stale xterm.css subpath export removal (#993)
  • Render agent avatar in chat messages
  • Remove dead props, debug log, and redundant wrappers (#984)

Highlights

  • Plugin migration: 5 streaming plugins removed from workspace, now @elizaos/ npm packages (-3500 lines)
  • Complete LIFO removal: All lifo/xterm code gone across 30+ files (-1800 lines)
  • Build speed: Electrobun builds 20-60min faster (shared artifacts, caching, parallel plugins)
  • Bundle size: Three.js/VRM in lazy-loaded vendor-3d chunk, StreamView lazy-loaded
  • CI reliability: Bun pinned everywhere, tsdown failures no longer silent, double-fire eliminated
  • 17 unused deps removed, multi-stage Dockerfiles, homepage sourcemaps disabled