Releases: MinimalFuture/linkai-cli
Releases · MinimalFuture/linkai-cli
Release list
1.0.0
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 sessionsimage— text-to-image generationvideo— text-to-video, with built-in polling until readyaudio— text-to-speech, optionally saved to a filemodel— list available models (LLM / IMAGE / VIDEO)
📦 Platform resources
knowledge— vector-search private knowledge bases; import files and manage basesdatabase— query databases and schemas, run SQL, create builtin databases and tablesworkflow— run, create, update, and delete workflowsplugin— list, inspect, and run platform pluginsapp— list, inspect, create, update, and delete AI appsaccount— 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 —
--jsonoutput 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-update —
linkai updateupgrades 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 # WindowsOr 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
Changelog
Features
- 8a08e72 feat(database): add create and create-table for builtin databases (@zhayujie)
- fd347bf feat(knowledge): add file import and whole-file delete commands (@zhayujie)
- c62887e feat(update): notify agents of new versions (@zhayujie)
- ee88ec1 feat: support json flag in all command (@zhayujie)
Bug Fixes
Install
npm i -g linkai-cli # npm
curl -fsSL https://cdn.link-ai.tech/cli/install.sh | sh # Linux/macOSOther 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 # GoFull docs: README · All changes: 0.3.0...0.4.0