Skip to content

updates for v0.3.0 release#6

Merged
joelee merged 4 commits into
mainfrom
develop
Apr 19, 2026
Merged

updates for v0.3.0 release#6
joelee merged 4 commits into
mainfrom
develop

Conversation

@joelee
Copy link
Copy Markdown
Owner

@joelee joelee commented Apr 19, 2026

[0.3.0] - 2026-04-18

Added

  • Multi-turn session memory with local JSON-backed session storage and bounded prompt context
  • --session [name], --session-list, --session-show, --session-clear, and --no-session
  • session_memory configuration for enabling, scoping, storing, and truncating local session data
  • Optional command stdout/stderr capture in session history, with prompt inclusion disabled by default
  • session_memory.retention_days for automatic session pruning
  • ollama.use_chat_api to switch between Ollama /api/chat and /api/generate

Changed

  • Session memory is enabled by default and scoped to the current working directory by default to avoid cross-project leakage
  • Planner and unresolved text fallback prompts now receive structured session context when available
  • Documentation now reflects the shipped session-store behavior in 0.3.0

Testing

  • Added mocked integration coverage for planner transport, unresolved fallback, health checks, and session commands
  • Added scripts/coverage-unit.sh for repeatable LLVM-based unit coverage generation
  • Added GitHub Actions workflows for unit coverage artifacts and GitHub Pages coverage publishing
  • Added Codecov upload support from the unit coverage workflow
  • Added documentation for enabling GitHub Pages and browsing published coverage reports

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 19, 2026

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@joelee joelee merged commit 8ee2f37 into main Apr 19, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant