Skip to content

Releases: ovh/shai

Release v0.1.10

13 Nov 08:07
79518c9

Choose a tag to compare

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

05 Nov 14:37
22bc70d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.8...v0.1.9

Release v0.1.8

21 Oct 09:36
c570038

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.7...v0.1.8

Release v0.1.7

09 Oct 08:24
7135b12

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.6...v0.1.7

Release v0.1.6

01 Oct 08:26
0c2f367

Choose a tag to compare

What's Changed

Full Changelog: v0.1.5...v0.1.6

Release v0.1.5

24 Sep 08:52
71a0939

Choose a tag to compare

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

Full Changelog: v0.1.2...v0.1.5

Unstable Build (2025-12-18)

18 Dec 12:11
5db78ea

Choose a tag to compare

Pre-release

Automated unstable build from commit c9cb88d

Release v0.1.2

30 Jul 21:59
569d776

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.1.2

Release v0.1.1

29 Jul 15:04
3fba6ea

Choose a tag to compare

This is release v0.1.1

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

Release v0.1.0

25 Jul 10:17
6a320e9

Choose a tag to compare

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