Releases: R0LM0/somm
Releases · R0LM0/somm
Release list
v2.3.3
v2.3.2
Changelog
- 3b7585a fix: show the real version for
go installbuilds
v2.3.1
v2.3.0
Changelog
- 0a3805f feat: add "somm chart" console quality/price Pareto view
- 75e1aea feat: replace setup wizard with a Bubble Tea TUI
- 57d3bbb fix: guard the setup TUI against non-interactive environments
- 15c9d28 fix: isolate HTTP transport per test to stop cross-test leakage
- e3f4597 fix: pin golden test fixtures to LF line endings
- 5d9569b fix: stop closing stdin before reading the MCP initialize response
v2.2.0
v2.1.9
v2.1.8
Improvements
- Wizard now shows warning instead of error if update fails
- Added link to releases page for manual download
- Version comparison improved (handles empty strings)
Installation
\\�ash
go install github.com/R0LM0/somm/cmd/somm@v2.1.8
\\
Or download from Releases
v2.1.7
Bug Fixes
- Fixed false 'new version available': Now correctly compares versions (v2.1.6 == 2.1.6)
- Wizard continues after update: No longer exits after downloading update
- Users can now configure API keys after updating
What was happening
- Wizard showed 'New version available: v2.1.6 (actual: 2.1.6)' even when they were the same
- After clicking 'Update', wizard exited instead of continuing to API key setup
Installation
\\�ash
go install github.com/R0LM0/somm/cmd/somm@v2.1.7
\\
Or download from Releases
v2.1.6
Bug Fixes
- Fixed 404 error when downloading updates
- The filename was using \�2.1.4\ but goreleaser produces \2.1.4\ (without the v prefix)
What was happening
When clicking 'Update' in the setup wizard, it tried to download:
- Wrong: \somm_v2.1.4_windows_amd64.zip\
- Correct: \somm_2.1.4_windows_amd64.zip\
Installation
\\�ash
go install github.com/R0LM0/somm/cmd/somm@v2.1.6
\\
Or download from Releases
v2.1.5
Bug Fixes
- Fixed CI tests that were failing due to missing \opencode.json\
- Added mock config creation in GitHub Actions workflow
- Updated tests to handle CI environment properly
What was happening
Tests were failing because:
- CI environment has no ~/.config/opencode/opencode.json\
- Setup wizard was exiting with error
- E2E tests couldn't run properly
Installation
\\�ash
go install github.com/R0LM0/somm/cmd/somm@v2.1.5
\\
Or download from Releases