Skip to content

Releases: dotcommander/vybe

v1.11.0

25 Apr 18:47

Choose a tag to compare

v1.10.0

25 Apr 01:38

Choose a tag to compare

Full Changelog: v1.9.0...v1.10.0

v1.9.0

20 Apr 20:52

Choose a tag to compare

Full Changelog: v1.8.0...v1.9.0

v1.8.0

15 Mar 11:41

Choose a tag to compare

Full Changelog: v1.7.0...v1.8.0

v1.6.0

05 Mar 13:59

Choose a tag to compare

Full Changelog: v1.5.0...v1.6.0

v1.5.0

28 Feb 04:05

Choose a tag to compare

Full Changelog: v1.4.0...v1.5.0

v1.4.0

28 Feb 02:59

Choose a tag to compare

Highlights

  • Auto memory injection — Loop-spawned agents now inherit Claude Code's project memory (MEMORY.md), giving them immediate access to learned patterns, build commands, and debugging insights without re-discovery.
  • Context propagation — All store and action layers now accept context.Context, enabling future support for request-scoped timeouts and cancellation.
  • Graceful shutdown — Loop command handles SIGINT/SIGTERM cleanly, finishing the current task before exiting.

What's Changed

Features

  • Inject Claude Code project memory into loop-spawned agent prompts (readAutoMemory with 2000-rune cap)
  • Add withDBSilent helper for hook handlers that must not corrupt stdout
  • Add --blocked-reason flag to task set-status

Fixes

  • UTF-8 safe string truncation throughout (uses []rune instead of byte slicing)
  • Efficient tail reader for session transcripts (seeks to end instead of loading entire file)
  • Panic on crypto/rand failure instead of silently degrading ID uniqueness
  • Correct version JSON path in upgrade command

Refactoring

  • Propagate context.Context through Transact, RetryWithBackoff, and RunIdempotent
  • Update all store and action callers to pass context

Docs

  • Document all environment variables (VYBE_DB_PATH, VYBE_AGENT, VYBE_REQUEST_ID, VYBE_BUSY_TIMEOUT_MS, VYBE_DISABLE_EXTERNAL_LLM, VYBE_PRETTY_JSON)

Full Changelog: v1.3.0...v1.4.0

v1.3.0

22 Feb 19:55

Choose a tag to compare

Full Changelog: v1.2.0...v1.3.0

v1.2.0

22 Feb 01:04

Choose a tag to compare

Full Changelog: v1.1.0...v1.2.0

v1.1.0

22 Feb 00:26

Choose a tag to compare

Full Changelog: v1.0.0...v1.1.0