Releases: ovh/shai
Releases · ovh/shai
Release v0.1.10
What's Changed
- feat: log errors and session over http api
- fix: README: make the command line copy-pastable by @rbeuque74 in #99
Full Changelog: v0.1.9...v0.1.10
Release v0.1.9
What's Changed
- Reimplement get_today function using chrono by @itsmadhusudhan in #93
- easier agent configuration by @Marlinski in #98
New Contributors
- @itsmadhusudhan made their first contribution in #93
Full Changelog: v0.1.8...v0.1.9
Release v0.1.8
What's Changed
- feat(tui): add light theme support with auto-detection by @Ayan-sh03 in #91
- Feature/api wrapper by @Marlinski in #88
New Contributors
- @Ayan-sh03 made their first contribution in #91
Full Changelog: v0.1.7...v0.1.8
Release v0.1.7
What's Changed
- chore: README: make the documentation clearer by @rbeuque74 in #85
- feat(tui): add @-triggered file autocomplete suggestions by @MyEcoria in #84
- release 0.1.7 by @Marlinski in #86
New Contributors
- @rbeuque74 made their first contribution in #85
Full Changelog: v0.1.6...v0.1.7
Release v0.1.6
What's Changed
- doc: added unstable install command to README.md by @nicoovh in #73
- stop agent on deny by @Marlinski in #75
- Feature/shorter diff by @Marlinski in #77
- feat: add token usage display by @MyEcoria in #78
- feat: load Shai.md as system context in AgentBuilder by @MyEcoria in #80
- c_char is unsigned on arm by @Marlinski in #81
- release 0.1.6 by @Marlinski in #83
Full Changelog: v0.1.5...v0.1.6
Release v0.1.5
What's Changed
- feat: shai now display version based on Cargo.toml Refs:#47 by @nicoovh in #48
- ci: enable binary build on push by @nicoovh in #45
- fix(auth): trim whitespace from input fields before setting environment variables by @MyEcoria in #52
- feat(tui): add command history navigation with up/down keys by @MyEcoria in #51
- fix(install.sh): fix remaining POSIX incompliant echo flag and sanitize parameter expansions by @cgoesche in #67
- feat(install.sh): support user defined release versions by @cgoesche in #68
- #60: Clarifying compatible OVHCloud models for shai by @flavienbwk in #64
- MCP Support with custom agent configuration by @Marlinski in #70
- feat(cli): add --version option flag by @cgoesche in #69
- fix bug on long line display by @Marlinski in #71
- kill bash subcommand on escape by @Marlinski in #72
New Contributors
- @MyEcoria made their first contribution in #52
- @cgoesche made their first contribution in #67
- @flavienbwk made their first contribution in #64
Full Changelog: v0.1.2...v0.1.5
Unstable Build (2025-12-18)
Automated unstable build from commit c9cb88d
Release v0.1.2
What's Changed
- Fix floating point exception error by @LegendGaf in #20
- fix(install.sh): make echo commands POSIX compliant by @maximerobine in #46
New Contributors
- @LegendGaf made their first contribution in #20
- @maximerobine made their first contribution in #46
Full Changelog: v0.1.1...v0.1.2
Release v0.1.1
This is release v0.1.1
What's Changed
- chore: added /logs/ to .gitignore by @nicoovh in #5
- feat: new way to exit shai with Ctrl+D by @Crocmagnon in #18
- make permission more explicit #14 by @Marlinski in #19
- fix(cli): fixes mismatched types by @raspbeguy in #24
- doc: add commands to ? (help) fixes #17 by @nicoovh in #25
- shai respects XDG_CONFIG by @Marlinski in #29
- fix issue #11 invisible model in list by @Marlinski in #31
- fix issue #10 by @Marlinski in #32
- fix: make install.sh POSIX compliant Refs:#34 by @nicoovh in #35
- prepare release 0.1.1 by @Marlinski in #43
New Contributors
- @nicoovh made their first contribution in #5
- @Crocmagnon made their first contribution in #18
- @raspbeguy made their first contribution in #24
Full Changelog: v0.1.0...v0.1.1
Release v0.1.0
This is the first release v0.1.0 for shai, the AI Coding Assistant by OVHcloud that lives in the terminal!
What's in it:
- Interactive mode with a nice terminal UI
- Headless non-interactive mode for piping and easy script integration
- Built-in tools like read, write, search, bash
- Multiple provaiders support (ovhcloud, ollama, openai-compatible, mistral, openrouter, openai, anthropic), more to come