Skip to content

Releases: argon-it/seedfast-cli

v2.2.0

20 Mar 14:43

Choose a tag to compare

Seedfast CLI v2.2.0

Installation

macOS (Apple Silicon):

curl -fsSL https://github.com/argon-it/seedfast-cli/releases/download/v2.2.0/seedfast-darwin-arm64.tar.gz | tar xz
sudo mv seedfast-darwin-arm64 /usr/local/bin/seedfast

macOS (Intel):

curl -fsSL https://github.com/argon-it/seedfast-cli/releases/download/v2.2.0/seedfast-darwin-amd64.tar.gz | tar xz
sudo mv seedfast-darwin-amd64 /usr/local/bin/seedfast

Linux (x64):

curl -fsSL https://github.com/argon-it/seedfast-cli/releases/download/v2.2.0/seedfast-linux-amd64.tar.gz | tar xz
sudo mv seedfast-linux-amd64 /usr/local/bin/seedfast

Windows (PowerShell):

Invoke-WebRequest -Uri "https://github.com/argon-it/seedfast-cli/releases/download/v2.2.0/seedfast-windows-amd64.zip" -OutFile seedfast.zip
Expand-Archive seedfast.zip -DestinationPath .

MCP Server Setup

Add to Claude Desktop config (claude_desktop_config.json):

{
  "mcpServers": {
    "seedfast": {
      "command": "seedfast",
      "args": ["mcp"]
    }
  }
}

Changelog

See CHANGELOG.md

What's Changed

  • feat: add CI feedback loop for agent code quality by @xfiive in #26
  • fix: resolve all golangci-lint errors failing CI by @xfiive in #27
  • refactor: update manifest URL to seedfa.st by @xfiive in #28
  • release: merge dev into master by @xfiive in #29

Full Changelog: v2.1.0...v2.2.0

v2.1.0

09 Mar 13:35

Choose a tag to compare

Seedfast CLI v2.1.0

Installation

macOS (Apple Silicon):

curl -fsSL https://github.com/argon-it/seedfast-cli/releases/download/v2.1.0/seedfast-darwin-arm64.tar.gz | tar xz
sudo mv seedfast-darwin-arm64 /usr/local/bin/seedfast

macOS (Intel):

curl -fsSL https://github.com/argon-it/seedfast-cli/releases/download/v2.1.0/seedfast-darwin-amd64.tar.gz | tar xz
sudo mv seedfast-darwin-amd64 /usr/local/bin/seedfast

Linux (x64):

curl -fsSL https://github.com/argon-it/seedfast-cli/releases/download/v2.1.0/seedfast-linux-amd64.tar.gz | tar xz
sudo mv seedfast-linux-amd64 /usr/local/bin/seedfast

Windows (PowerShell):

Invoke-WebRequest -Uri "https://github.com/argon-it/seedfast-cli/releases/download/v2.1.0/seedfast-windows-amd64.zip" -OutFile seedfast.zip
Expand-Archive seedfast.zip -DestinationPath .

MCP Server Setup

Add to Claude Desktop config (claude_desktop_config.json):

{
  "mcpServers": {
    "seedfast": {
      "command": "seedfast",
      "args": ["mcp"]
    }
  }
}

Changelog

See CHANGELOG.md

What's Changed

  • fix: update golang.org/x/crypto to v0.48.0 by @xfiive in #13
  • refactor: replace pterm with lipgloss in subscription display by @xfiive in #14
  • refactor: rewrite config commands to Bubble Tea by @xfiive in #15
  • refactor: remove dead code and unused exports by @xfiive in #16
  • refactor: deduplicate API calls and reduce code duplication by @xfiive in #17
  • perf: optimize CLI startup performance by @xfiive in #18
  • refactor: clean up minor inefficiencies by @xfiive in #19
  • refactor: improve connection management by @xfiive in #20
  • fix: real database connection test in MCP server by @xfiive in #21
  • docs: add plan for TUI prompt wiring in production by @xfiive in #22
  • feat: migrate scope display from pterm to TUI by @xfiive in #23
  • feat: migrate CLI rendering to Bubble Tea TUI by @xfiive in #24
  • feat: Bubble Tea UI migration and codebase cleanup by @xfiive in #25

Full Changelog: v2.0.0...v2.1.0

v2.0.0

21 Feb 19:02

Choose a tag to compare

Seedfast CLI v2.0.0

Installation

macOS (Apple Silicon):

curl -fsSL https://github.com/argon-it/seedfast-cli/releases/download/v2.0.0/seedfast-darwin-arm64.tar.gz | tar xz
sudo mv seedfast-darwin-arm64 /usr/local/bin/seedfast

macOS (Intel):

curl -fsSL https://github.com/argon-it/seedfast-cli/releases/download/v2.0.0/seedfast-darwin-amd64.tar.gz | tar xz
sudo mv seedfast-darwin-amd64 /usr/local/bin/seedfast

Linux (x64):

curl -fsSL https://github.com/argon-it/seedfast-cli/releases/download/v2.0.0/seedfast-linux-amd64.tar.gz | tar xz
sudo mv seedfast-linux-amd64 /usr/local/bin/seedfast

Windows (PowerShell):

Invoke-WebRequest -Uri "https://github.com/argon-it/seedfast-cli/releases/download/v2.0.0/seedfast-windows-amd64.zip" -OutFile seedfast.zip
Expand-Archive seedfast.zip -DestinationPath .

MCP Server Setup

Add to Claude Desktop config (claude_desktop_config.json):

{
  "mcpServers": {
    "seedfast": {
      "command": "seedfast",
      "args": ["mcp"]
    }
  }
}

Changelog

See CHANGELOG.md

Full Changelog: v1.27.0...v2.0.0

Seedfast CLI v1.27.0

29 Jan 18:04

Choose a tag to compare

Seedfast CLI v1.27.0

Installation

macOS (Apple Silicon):

curl -fsSL https://github.com/argon-it/seedfast-cli/releases/download/v1.27.0/seedfast-darwin-arm64.tar.gz | tar xz
sudo mv seedfast-darwin-arm64 /usr/local/bin/seedfast

macOS (Intel):

curl -fsSL https://github.com/argon-it/seedfast-cli/releases/download/v1.27.0/seedfast-darwin-amd64.tar.gz | tar xz
sudo mv seedfast-darwin-amd64 /usr/local/bin/seedfast

Linux (x64):

curl -fsSL https://github.com/argon-it/seedfast-cli/releases/download/v1.27.0/seedfast-linux-amd64.tar.gz | tar xz
sudo mv seedfast-linux-amd64 /usr/local/bin/seedfast

Windows (PowerShell):

Invoke-WebRequest -Uri "https://github.com/argon-it/seedfast-cli/releases/download/v1.27.0/seedfast-windows-amd64.zip" -OutFile seedfast.zip
Expand-Archive seedfast.zip -DestinationPath .

MCP Server Setup

Add to Claude Desktop config (claude_desktop_config.json):

{
  "mcpServers": {
    "seedfast": {
      "command": "seedfast",
      "args": ["mcp"]
    }
  }
}

Changelog

See CHANGELOG.md

Full Changelog: v1.26.1...v1.27.0

Seedfast CLI v1.26.1

26 Jan 17:22

Choose a tag to compare

Seedfast CLI v1.26.1

Installation

macOS (Apple Silicon):

curl -fsSL https://github.com/argon-it/seedfast-cli/releases/download/v1.26.1/seedfast-darwin-arm64.tar.gz | tar xz
sudo mv seedfast-darwin-arm64 /usr/local/bin/seedfast

macOS (Intel):

curl -fsSL https://github.com/argon-it/seedfast-cli/releases/download/v1.26.1/seedfast-darwin-amd64.tar.gz | tar xz
sudo mv seedfast-darwin-amd64 /usr/local/bin/seedfast

Linux (x64):

curl -fsSL https://github.com/argon-it/seedfast-cli/releases/download/v1.26.1/seedfast-linux-amd64.tar.gz | tar xz
sudo mv seedfast-linux-amd64 /usr/local/bin/seedfast

Windows (PowerShell):

Invoke-WebRequest -Uri "https://github.com/argon-it/seedfast-cli/releases/download/v1.26.1/seedfast-windows-amd64.zip" -OutFile seedfast.zip
Expand-Archive seedfast.zip -DestinationPath .

MCP Server Setup

Add to Claude Desktop config (claude_desktop_config.json):

{
  "mcpServers": {
    "seedfast": {
      "command": "seedfast",
      "args": ["mcp"]
    }
  }
}

Changelog

See CHANGELOG.md

Full Changelog: v1.26.0...v1.26.1

v1.26.0

24 Jan 14:22

Choose a tag to compare

Seedfast CLI v1.26.0

Installation

macOS (Apple Silicon):

curl -fsSL https://github.com/argon-it/seedfast-cli/releases/download/v1.26.0/seedfast-darwin-arm64.tar.gz | tar xz
sudo mv seedfast-darwin-arm64 /usr/local/bin/seedfast

macOS (Intel):

curl -fsSL https://github.com/argon-it/seedfast-cli/releases/download/v1.26.0/seedfast-darwin-amd64.tar.gz | tar xz
sudo mv seedfast-darwin-amd64 /usr/local/bin/seedfast

Linux (x64):

curl -fsSL https://github.com/argon-it/seedfast-cli/releases/download/v1.26.0/seedfast-linux-amd64.tar.gz | tar xz
sudo mv seedfast-linux-amd64 /usr/local/bin/seedfast

Windows (PowerShell):

Invoke-WebRequest -Uri "https://github.com/argon-it/seedfast-cli/releases/download/v1.26.0/seedfast-windows-amd64.zip" -OutFile seedfast.zip
Expand-Archive seedfast.zip -DestinationPath .

MCP Server Setup

Add to Claude Desktop config (claude_desktop_config.json):

{
  "mcpServers": {
    "seedfast": {
      "command": "seedfast",
      "args": ["mcp"]
    }
  }
}

Changelog

See CHANGELOG.md

Full Changelog: v1.25.2...v1.26.0

v1.25.2

12 Jan 01:30

Choose a tag to compare

Changelog

  • c303e1a chore: bump version to 1.25.2

v1.25.1

11 Jan 22:29

Choose a tag to compare

Changelog

  • 484f1c4 fix: use correct proto contract from ci-cd-support branch

v1.25.0

11 Jan 21:47

Choose a tag to compare

Changelog

  • 6a012a3 Merge feat/ci-cd-support into master
  • 27eaa49 chore: bump version to 1.25.0
  • 410856b feat: ci cd integration
  • 552f348 feat: update act pipelines
  • 811db3b feat: update auth handling
  • 1c1cd76 fix: correct error message check in test-flags workflow
  • 4d3e0af fix: load auth state
  • 09cb9ca fix: seeded tables count
  • adfe260 fix: temp fix

v1.24.11

07 Jan 19:56

Choose a tag to compare

Changelog