Releases: argon-it/seedfast-cli
v2.2.0
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/seedfastmacOS (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/seedfastLinux (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/seedfastWindows (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
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/seedfastmacOS (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/seedfastLinux (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/seedfastWindows (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
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/seedfastmacOS (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/seedfastLinux (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/seedfastWindows (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
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/seedfastmacOS (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/seedfastLinux (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/seedfastWindows (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
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/seedfastmacOS (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/seedfastLinux (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/seedfastWindows (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
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/seedfastmacOS (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/seedfastLinux (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/seedfastWindows (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
v1.25.1
v1.25.0
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