Skip to content

Releases: vibe-coding-labs/xx-cli-to-api-server

xx-cli-to-api-server v0.1

02 Nov 13:10

Choose a tag to compare

xx-cli-to-api-server v0.1

Changelog

功能更新

  • f0735c6 feat: Add bilingual README and complete project documentation
  • fc7eff9 feat: 完善项目配置和构建流程

Bug修复

  • 5955883 fix: update GoReleaser action to use v2 to match config file

其他变更

  • 7879952 Initial commit
  • 8790926 refactor: 重构启动逻辑并添加跨平台支持
  • 4843ecd refactor: 重构大文件为模块化组件

Changelog

功能更新

  • f0735c6 feat: Add bilingual README and complete project documentation
  • fc7eff9 feat: 完善项目配置和构建流程

Bug修复

  • 5955883 fix: update GoReleaser action to use v2 to match config file

其他变更

  • 7879952 Initial commit
  • 8790926 refactor: 重构启动逻辑并添加跨平台支持
  • 4843ecd refactor: 重构大文件为模块化组件

安装说明

Linux

# 下载对应架构的文件
wget https://github.com/vibe-coding-labs/xx-cli-to-api-server/releases/download/v0.1/xx-cli-to-api-server_0.1_linux_amd64.tar.gz
tar -xzf xx-cli-to-api-server_0.1_linux_amd64.tar.gz
chmod +x xx-cli-to-api
./xx-cli-to-api serve

macOS

# Intel
wget https://github.com/vibe-coding-labs/xx-cli-to-api-server/releases/download/v0.1/xx-cli-to-api-server_0.1_darwin_amd64.tar.gz
tar -xzf xx-cli-to-api-server_0.1_darwin_amd64.tar.gz
chmod +x xx-cli-to-api
./xx-cli-to-api serve

# Apple Silicon
wget https://github.com/vibe-coding-labs/xx-cli-to-api-server/releases/download/v0.1/xx-cli-to-api-server_0.1_darwin_arm64.tar.gz
tar -xzf xx-cli-to-api-server_0.1_darwin_arm64.tar.gz
chmod +x xx-cli-to-api
./xx-cli-to-api serve

Windows

下载 xx-cli-to-api-server_0.1_windows_amd64.zip,解压后运行 xx-cli-to-api.exe serve