Skip to content

Releases: argoproj-labs/assistant-for-argocd

v0.3.0

25 Nov 21:50
v0.3.0
e4e5dfa

Choose a tag to compare

Production release of 0.3.0, no additional changes from RC1

0.3.0 Release Candidate 1

23 Nov 16:01
v0.3.0-rc1
d0872bf

Choose a tag to compare

Pre-release

A number of improvements have been made in this release as follows:

  • Added a Llama-Stack-V2 provider that uses the newer Responses API instead of the deprecated Agent API. The Agent API remains available for now as an alternative but will likely be removed in the future.
  • Improved error handling for the llama-stack providers, errors should now be reported in the chat bubble so the user can see them without resorting to the browser Developer Tools
  • If model is set in settings extension code now validates that the provided model is available in the list of models returned by llama-stack and logs a warning in the browser console if it is not available.
  • Additional documentation on installing Lightspeed for OpenShift users.

v0.2.2

25 Sep 22:46
v0.2.2
5be0591

Choose a tag to compare

Fix a bug where Lightspeed provider was using older /lightspeed for extension rather then /assistant

v0.2.1

25 Sep 19:28
v0.2.1
bae69a0

Choose a tag to compare

Fix a bug where extension crashed if settings was not defined

v0.2.0

25 Sep 19:13
v0.2.0
19620b1

Choose a tag to compare

v0.2.0 Pre-release
Pre-release
  • Added a provider for the OpenShift Lightspeed back-end along with installation documentation
  • Updated providers to better leverage framework to keep track of current sessions/conversation
  • Maximum log lines is now configurable
  • Use Markdown for welcome message for better formatting
  • Added docs for settings and llama-stack provider

v0.1.0

06 Sep 19:40
v0.1.0
df8308e

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

Initial release of the Argo CD Assistant, this is intended as a pre-release build for folks to try out and test for any obvious issues that may have been missed.