Skip to content

Releases: Alan-512/ExperienceEngine

ExperienceEngine v0.1.2

27 Mar 05:46

Choose a tag to compare

Highlights\n- Codex default learning loop and managed install flow improvements\n- Retrieval pipeline upgrades: hybrid fusion, reranking stage, contextual query rewriting, uncertainty-aware routing\n- Organic experience convergence and priority-candidate lifecycle\n- Claude marketplace runtime-state detection hardened with explicit marker + hook/MCP heartbeats\n- OpenClaw finalize dedup and packaging fixes\n- Onboarding and install guidance polish\n- MIT license added and repository metadata completed

ExperienceEngine v0.1.0

13 Mar 10:14

Choose a tag to compare

ExperienceEngine v0.1.0

Release date: 2026-03-13

Summary

v0.1.0 is the first usable public MVP release of ExperienceEngine.

ExperienceEngine is now a local experience-intervention layer for coding agents that:

  • learns short reusable guidance from real work
  • injects that guidance into later similar tasks
  • records whether the intervention helped or harmed
  • supports multiple agent hosts with a shared local state model

Included In This Release

Validated hosts

  • OpenClaw

    • plugin/runtime integration
    • real runtime validation
    • doctor / repair / upgrade support
  • Claude Code

    • hooks + MCP wiring
    • real runtime validation
    • shared MCP interaction surface
  • Codex

    • MCP-first runtime and interaction
    • real MCP session validation
    • shared MCP interaction surface

Experience engine capabilities

  • task and tool signal capture
  • short strategy and warning node extraction
  • intervention gating
  • helped / harmed attribution
  • scope and node lifecycle management

User interaction

  • MCP Resources
  • MCP Prompts
  • MCP Tools
  • CLI fallback for inspect, feedback, control, install, repair, upgrade, and state operations

State operations

  • backup
  • export
  • import
  • rollback

High-impact operations use a plan + confirm safety model over MCP.

Product Data Location

Default managed state lives under:

~/.experienceengine

That includes:

  • SQLite database
  • product settings
  • adapter install state
  • managed backups
  • managed exports

Recommended First Steps

  1. Install ExperienceEngine for your host:
ee install openclaw
ee install claude-code
ee install codex
  1. Run doctor:
ee doctor openclaw
ee doctor claude-code
ee doctor codex
  1. Open a new host session and verify ExperienceEngine is visible.

  2. Review the user guide:

Notes

  • OpenClaw remains a plugin/runtime-first host path.
  • Claude Code and Codex are the primary MCP-native interaction hosts.
  • This release is a usable MVP, not the final polished product surface.