Skip to content

Releases: micr0-dev/lexido

v1.4.3

16 Jul 17:27
8925134
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/charmbracelet/bubbletea from 0.26.2 to 0.26.3 by @dependabot in #75
  • feat: Upgrade LLM from Gemini 1.0 Pro to Gemini 1.5 Flash for faster and more capable command suggestions by @filipemsilv4 in #89
  • Bump github.com/charmbracelet/bubbletea from 0.26.3 to 0.26.6 by @dependabot in #86
  • Bump google.golang.org/api from 0.181.0 to 0.188.0 by @dependabot in #90
  • Bump github.com/google/generative-ai-go from 0.12.0 to 0.16.0 by @dependabot in #87
  • version by @micr0-dev in #91

Full Changelog: v1.4.2...v1.4.3

tl;dr: upgraded Gemini 1.0 Pro to Gemini 1.5 Flash

v1.4.2

18 May 19:11
0274658
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.4.2
tl;dr: Dependency bumps

v1.4.1

08 May 01:36
eb97357
Compare
Choose a tag to compare

What's Changed

  • Update README.md by @micr0-dev in #61
  • Bump google.golang.org/api from 0.173.0 to 0.175.0 by @dependabot in #60
  • Bump google.golang.org/api from 0.175.0 to 0.176.1 by @dependabot in #62
  • Bump github.com/charmbracelet/bubbletea from 0.25.0 to 0.26.1 by @dependabot in #65
  • Bump google.golang.org/api from 0.176.1 to 0.177.0 by @dependabot in #66
  • Bump github.com/google/generative-ai-go from 0.11.0 to 0.11.2 by @dependabot in #67

Full Changelog: v1.4...v1.4.1

tldr; Bugfixes

v1.4

21 Apr 16:33
d38eeaf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.4

tl;dr: Remote LLMs via ANY rest API (gpt-4, claude, etc.)

v1.3.1

06 Apr 01:18
36f02d6
Compare
Choose a tag to compare

What's Changed

  • Fixed parameters bug where llm would recive the parameters of the user by @micr0-dev in #46
  • Added Local LLM Content Streaming by @micr0-dev in #47

Full Changelog: v1.3...v1.3.1

tl;dr: Local LLM Streaming for faster interactions

v1.3

04 Apr 19:17
de2b281
Compare
Choose a tag to compare

Local LLMs are here 🥳

What's Changed (compared to v1.2)

New Contributors

Full Changelog: v1.2...v1.3

tl;dr Local LLMs!!11!1!! 🥳

v1.2.3

03 Apr 17:44
a4438e3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.2.3

tl;dr Some upkeep, nothing interesting

v1.2.2

22 Mar 22:01
8b534ff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

tl;dr: code upkeep, and -v

v1.2.1

17 Mar 02:41
ed83c0c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2...v1.2.1

tl;dr Security fixes

v1.2

13 Mar 20:05
ad0de5b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1...v1.2

tl;dr: Added some safeguards and made more robust