Releases: haiphucnguyen/askimo
v0.1.2
v0.1.1
Support users install askimo via Homebrew, Scoop and Docker
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Add license headers by @haiphucnguyen in #16
- Update license file and link by @haiphucnguyen in #17
- Fix issue that ollama models can not call functions with langchain4j by @haiphucnguyen in #19
- Allow user can install askimo via homebrew
Full Changelog: v0.0.3...v0.1.0
v0.0.3
What's Changed
- Local file tools and terminal rich text renderer by @haiphucnguyen in #13
- Support X AI by @haiphucnguyen in #14
- Update README and minor bug fixes by @haiphucnguyen in #15
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- Add the first web mode for Askimo by @haiphucnguyen in #1
- Refactor askimo packages into core, cli and web by @haiphucnguyen in #2
- Simplify the AI service using langchain4j AIServices, and implement the simple web chat by @haiphucnguyen in #3
- Fix Graalvm proxy issue by @haiphucnguyen in #4
- Improve the service realibility by @haiphucnguyen in #5
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Askimo is now available as an open-source command-line AI assistant! 🎉
This first release includes everything you need to start chatting with AI models directly from your terminal:
Features
-
Interactive REPL — Start a chat session with streaming responses.
-
Pipe & File Input — Use Askimo in shell pipelines:
cat logs.txt | askimo "Summarize the key issues"
-
Multi-provider support — Works with OpenAI, Ollama (extensible for more).
-
Session-based config — API keys, model, and provider settings saved locally in ~/.askimo.json.
-
Pluggable architecture — Extend Askimo with new commands or providers.
-
Native binary builds — Compiled with GraalVM for instant startup.