Skip to content

Releases: Aftab-web-dev/yuva-ai

v1.2.1 — Session Persistence & Auto-Save

29 Mar 05:16

Choose a tag to compare

What's New

Session Persistence System

  • yuva session start/log/save/resume/end — full session management CLI
  • Auto-save — sessions auto-save after every yuva command
  • Git state auto-capture — branch, commits, and changed files tracked
  • yuva session resume — get full context when returning to a project
  • Decision tracking — yuva session decision "what" "why"

Orchestrator Updates

  • All agent prompts updated to use yuva session CLI commands
  • Orchestrator checks session state before routing agents
  • Session context injected into yuva agent orchestrate output
  • .session/ and .memory/ auto-gitignored on yuva init
  • Session preamble added to all native configs (Claude, Cursor, Copilot, etc.)

140 tests passing across 11 test files

Release v1.2.0

28 Mar 16:32

Choose a tag to compare

What's Changed

feat: auto-save session after every yuva command

Installation

npx yuva-ai init

Full changelog: https://github.com/Aftab-web-dev/yuva-ai/commits/v1.2.0

Release v1.1.0

28 Mar 16:26

Choose a tag to compare

What's Changed

feat: inject session context into orchestrate output

Installation

npx yuva-ai init

Full changelog: https://github.com/Aftab-web-dev/yuva-ai/commits/v1.1.0