Skip to content

Releases: MinimalFuture/linkai-cli

Release list

1.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 13:32

LinkAI CLI v1.0.0

The first stable release of LinkAI CLI, bring the full LinkAI agent platform to your terminal, for both developers and AI agents.

LinkAI CLI turns the platform into composable command-line building blocks: call models, query your knowledge bases and databases, run workflows and plugins — all scriptable, pipeable, and agent-friendly (--json everywhere).

✨ Core capabilities

🧠 Model capabilities

  • chat — talk to an AI app or LLM, with multi-turn sessions
  • image — text-to-image generation
  • video — text-to-video, with built-in polling until ready
  • audio — text-to-speech, optionally saved to a file
  • model — list available models (LLM / IMAGE / VIDEO)

📦 Platform resources

  • knowledge — vector-search private knowledge bases; import files and manage bases
  • database — query databases and schemas, run SQL, create builtin databases and tables
  • workflow — run, create, update, and delete workflows
  • plugin — list, inspect, and run platform plugins
  • app — list, inspect, create, update, and delete AI apps
  • account — profile, credits, and recharge

🛠 CLI features

  • Secure login — OAuth Device Flow; opaque tokens stored in the OS keychain (macOS), with fine-grained scopes
  • Agent-native--json output on every command, non-interactive by design, plus an embedded skill (linkai skill install) so agents can drive the CLI out of the box
  • Self-updatelinkai update upgrades in place and detects how you installed it (npm / script)
  • Cross-platform — macOS, Linux, Windows (amd64 / arm64)

📥 Install

npm i -g linkai-cli                                      # npm
curl -fsSL https://cdn.link-ai.tech/cli/install.sh | sh  # Linux/macOS
irm https://cdn.link-ai.tech/cli/install.ps1 | iex       # Windows

Or let an agent install it — send your agent this message:

Read https://cdn.link-ai.tech/cli/install.md and follow it to install the CLI and skill, then start using it.

0.4.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 10:05

Changelog

Features

Bug Fixes

Install

npm i -g linkai-cli                                      # npm
curl -fsSL https://cdn.link-ai.tech/cli/install.sh | sh  # Linux/macOS
Other install methods
irm https://cdn.link-ai.tech/cli/install.ps1 | iex       # Windows (PowerShell)
brew install --cask MinimalFuture/tap/linkai            # Homebrew
go install github.com/MinimalFuture/linkai-cli@latest    # Go

Full docs: README · All changes: 0.3.0...0.4.0