Releases: dotcommander/vybe
Releases · dotcommander/vybe
v1.11.0
Full Changelog: v1.10.0...v1.11.0
v1.10.0
Full Changelog: v1.9.0...v1.10.0
v1.9.0
Full Changelog: v1.8.0...v1.9.0
v1.8.0
Full Changelog: v1.7.0...v1.8.0
v1.6.0
Full Changelog: v1.5.0...v1.6.0
v1.5.0
Full Changelog: v1.4.0...v1.5.0
v1.4.0
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 (
readAutoMemorywith 2000-rune cap) - Add
withDBSilenthelper for hook handlers that must not corrupt stdout - Add
--blocked-reasonflag totask set-status
Fixes
- UTF-8 safe string truncation throughout (uses
[]runeinstead of byte slicing) - Efficient tail reader for session transcripts (seeks to end instead of loading entire file)
- Panic on
crypto/randfailure instead of silently degrading ID uniqueness - Correct version JSON path in
upgradecommand
Refactoring
- Propagate
context.ContextthroughTransact,RetryWithBackoff, andRunIdempotent - 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
Full Changelog: v1.2.0...v1.3.0
v1.2.0
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Full Changelog: v1.0.0...v1.1.0