Skip to content

Releases: R0LM0/somm

v2.3.3

Choose a tag to compare

@github-actions github-actions released this 03 Aug 22:59

Changelog

  • fea3b5d fix: stop opencode.json from losing every non-mcp key on write

v2.3.2

Choose a tag to compare

@github-actions github-actions released this 03 Aug 22:35

Changelog

  • 3b7585a fix: show the real version for go install builds

v2.3.1

Choose a tag to compare

@github-actions github-actions released this 03 Aug 22:20

Changelog

  • 313b9e2 feat: polish setup wizard screens and drop Kimi from the checklist
  • 04d0ea8 refactor: remove Kimi API key support and sync docs

v2.3.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 20:33

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

Choose a tag to compare

@R0LM0 R0LM0 released this 03 Aug 19:09

What's New

  • Auto-setup wizard
  • Provider multi-select
  • Dynamic paths
  • Go modules v2 compatibility
  • PowerShell build script

Installation

go install github.com/R0LM0/somm/v2/cmd/somm@v2.2.0

v2.1.9

Choose a tag to compare

@R0LM0 R0LM0 released this 03 Aug 19:04

Bug Fixes

  • Updated module path to \github.com/R0LM0/somm/v2\
  • \go install\ now works with version tags

Installation

\\�ash
go install github.com/R0LM0/somm/v2/cmd/somm@v2.1.9
\\

Or download from Releases

v2.1.8

Choose a tag to compare

@R0LM0 R0LM0 released this 03 Aug 18:56

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

Choose a tag to compare

@R0LM0 R0LM0 released this 03 Aug 18:53

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

Choose a tag to compare

@R0LM0 R0LM0 released this 03 Aug 18:45

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

Choose a tag to compare

@R0LM0 R0LM0 released this 03 Aug 18:43

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:

  1. CI environment has no ~/.config/opencode/opencode.json\
  2. Setup wizard was exiting with error
  3. E2E tests couldn't run properly

Installation

\\�ash
go install github.com/R0LM0/somm/cmd/somm@v2.1.5
\\

Or download from Releases