Skip to content

Changelog

See what's new in Vibeless.

0.1.0-beta

0.1.0-beta — Public launch

  • Reactive drift detection — file watcher now checks each change against the active spec as it happens, not at session end (feat(drift): reactive per-change detection on file watcher)
  • Structured handoff digest — new MCP tool vibeless_structured_handoff_digest generates a structured summary of session changes, decisions, and open items for carryforward context
  • Phase boundary proposals — new MCP tool vibeless_propose_phase_boundary suggests logical phase splits based on spec and current implementation state
  • MCP tool input alignment — all Path-C tool input types are now aligned with exactOptionalPropertyTypes to prevent optional/undefined field mismatches
  • Dead feature module cleanup — removed legacy LLM feature modules that were superseded by the MCP cutover
  • Spec management — create and version detailed specifications alongside your codebase
  • Context documents — living architecture and convention docs served on demand to agents
  • Architecture docs — store and retrieve architecture decisions via MCP hooks
  • MCP integration — local MCP server exposes all Vibeless data; configure once, works across agent sessions

v0.1.0 — Initial Release

What's New

  • Spec Management — Create and manage detailed specifications for your AI agents
  • Context Documents — Maintain living documentation about your project architecture and conventions
  • MCP Hook Integration — Connect your agents via MCP hooks for on-demand context retrieval
  • Onboarding Workflows — Guided workflows to help new developers build proper specs from day one

Coming Soon

  • Team collaboration features
  • Advanced template library
  • Custom integration marketplace