Releases: micr0-dev/lexido
Releases · micr0-dev/lexido
v1.4.3
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
What's Changed
- XKCD go brr by @micr0-dev in #68
- Update README.md by @micr0-dev in #69
- Bump github.com/google/generative-ai-go from 0.11.2 to 0.12.0 by @dependabot in #72
- Bump google.golang.org/api from 0.178.0 to 0.181.0 by @dependabot in #73
- Bump github.com/charmbracelet/bubbletea from 0.26.1 to 0.26.2 by @dependabot in #71
- 1.4.2 by @micr0-dev in #74
Full Changelog: v1.4.1...v1.4.2
tl;dr: Dependency bumps
v1.4.1
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
What's Changed
- Update .gitignore by @micr0-dev in #48
- Update README.md by @micr0-dev in #50
- Update README.md by @micr0-dev in #51
- Update README.md by @micr0-dev in #52
- Update README.md by @micr0-dev in #53
- Added a check for a valid key from user by @micr0-dev in #55
- Bump golang.org/x/net from 0.22.0 to 0.23.0 by @dependabot in #57
- Add Custom REST api LLMs support by @micr0-dev in #56
- Switched defaults to llama3 by @micr0-dev in #58
- Mode system for lexido by @micr0-dev in #59
Full Changelog: v1.3.1...v1.4
tl;dr: Remote LLMs via ANY rest API (gpt-4, claude, etc.)
v1.3.1
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
Local LLMs are here 🥳
What's Changed (compared to v1.2)
- Create dependabot.yml by @micr0-dev in #27
- Update dependabot.yml by @micr0-dev in #28
- Bump google.golang.org/api from 0.167.0 to 0.169.0 by @dependabot in #30
- Bump github.com/google/generative-ai-go from 0.8.0 to 0.10.0 by @dependabot in #29
- Fixed .gitignore by @micr0-dev in #31
- No longer print api key, for security reasons by @micr0-dev in #33
- Bump google.golang.org/api from 0.169.0 to 0.170.0 by @dependabot in #36
- General improvments to code quality by @micr0-dev in #37
- Add -version and -v flags by @filipemsilv4 in #38
- Bump google.golang.org/api from 0.170.0 to 0.172.0 by @dependabot in #40
- version flag update by @micr0-dev in #43
- Local LLMs via Ollama by @micr0-dev in #44
New Contributors
- @dependabot made their first contribution in #30
Full Changelog: v1.2...v1.3
tl;dr Local LLMs!!11!1!! 🥳
v1.2.3
What's Changed
- Bump google.golang.org/api from 0.170.0 to 0.172.0 by @dependabot in #40
- version flag update by @micr0-dev in #43
Full Changelog: v1.2.2...v1.2.3
tl;dr Some upkeep, nothing interesting
v1.2.2
What's Changed
- Bump google.golang.org/api from 0.169.0 to 0.170.0 by @dependabot in #36
- General improvments to code quality by @micr0-dev in #37
- Add -version and -v flags by @filipemsilv4 in #38
Full Changelog: v1.2.1...v1.2.2
tl;dr: code upkeep, and -v
v1.2.1
What's Changed
- Create dependabot.yml by @micr0-dev in #27
- Update dependabot.yml by @micr0-dev in #28
- Bump google.golang.org/api from 0.167.0 to 0.169.0 by @dependabot in #30
- Bump github.com/google/generative-ai-go from 0.8.0 to 0.10.0 by @dependabot in #29
- Fixed .gitignore by @micr0-dev in #31
- No longer print api key, for security reasons by @micr0-dev in #33
New Contributors
- @dependabot made their first contribution in #30
Full Changelog: v1.2...v1.2.1
tl;dr Security fixes
v1.2
What's Changed
- Added badges to README.md by @micr0-dev in #21
- Update README.md by @micr0-dev in #22
- Added Sudo detection and warning by @micr0-dev in #24
- Added llm warning into help msg by @micr0-dev in #25
- Made program more robust by @micr0-dev in #26
Full Changelog: v1.1...v1.2
tl;dr: Added some safeguards and made more robust