This document tracks future features that may be added after the current release scope.
- Shipped in
0.3.0 - Keeps short conversational context across follow-up requests in the same local session
- Uses working-directory-scoped sessions by default to avoid cross-project leakage
- See Session Memory for the current behavior and future follow-up ideas
- Use external dictionary, spelling, or thesaurus tools when available
- Improve non-command requests such as spelling, definitions, or synonym lookups
- Expand beyond plain text and clarification with richer structured answers
- Support concise help, explanations, or command comparisons without executing anything
- Add a middle tier for state-changing commands that are not destructive but still deserve confirmation
- Examples: package installs, service restarts, and system updates
- Add integration tests against a mocked Ollama endpoint
- Cover clarification loops, text responses, and malformed model output end-to-end
- Improve package-related prompts with richer examples per platform
- Add stronger handling for package search, upgrade, and uninstall workflows
- Optionally save prior requests and selected commands locally for review
- Useful for debugging, benchmarking, and workflow recall
- Items here are candidates, not committed release promises.
- Keep CLI command generation as the primary product behavior.