Releases: Zzy-min/qling
Release list
Qling v1.3.1
Fixes
- Fix WinGet portable alias startup by resolving the launcher symlink to the real package directory.
- Replace missing API key startup stack traces with actionable QLING_API_KEY_MISSING guidance.
- Add Windows symlink and packaged-artifact regression coverage.
Verification
- Full CI passed: 1050 unit tests; smoke 75 passed, 1 skipped, 0 failed.
- Portable launcher --version and doctor passed.
- The built artifact passed WinGet-style symlink and missing-key startup tests.
SHA256 (qling-win-x64.zip): 28cd2b71c935f49a2193b76486272559d48c111e8df052159f9b3dc8687f4d91
Qling v1.3.0
Qling v1.3.0
Grok Build–inspired capability release: dual-surface Dashboard, Plan/background/permissions/sandbox, slash Skills, headless JSON, ACP, privacy-safe OTEL, and Linux CI path fixes.
Highlights
- TUI session fleet:
/dashboard·/sessions·Ctrl+\· deep linkqling --resume <id> - Web Mission Control:
qling dashboard start·/dashboard web - Slash UX: filterable menu, space/paste/arrow keys, args submission (
/dashboard web) - Plan · background · permissions · sandbox · themes
- Skills discovery:
.qling/.grok/.agents/.claude/.cursor - Headless:
qling run --json - ACP v1:
qling acp - OTEL: opt-in metadata-only export (default off)
- CI: cross-platform path sanitization; Linux unit+smoke green
Install
npm i -g @qlingzzy/qling@1.3.0 --registry https://registry.npmjs.org/Windows portable: attach qling-win-x64.zip (bundled Node).
SHA256
0faa5bb24805cf754fb6e29a72236dad29d6830386ba0d88a1c9348fe829e4d0
Full notes: CHANGELOG.md
Qling v1.2.2
Cross-platform CI and Windows portable runtime reliability release.
- Fix CRLF skill frontmatter parsing on Windows.
- Normalize cross-platform recovery fingerprints.
- Persist session task JSON atomically.
- Include locked production dependencies in the portable archive.
- Verify portable --version and doctor before packaging.
- Run Playwright Chromium dashboard smoke tests in Linux CI.
v1.2.1 — self-contained portable + strict layers
Highlights
- dep:layers --strict in ci:check (0 reverse-layer edges)
- Portable zip embeds Node (
runtime/node.exe) — no system Node required - Scoop Extras–style 64-bit manifest; winget multi-file packaging
Install
npm install -g @qlingzzy/qling@1.2.1 --registry https://registry.npmjs.org/Portable: download qling-win-x64.zip, run qling.cmd
Scoop public bucket:
scoop bucket add qling https://github.com/Zzy-min/scoop-qling
scoop install qlingv1.2.0 — Scoop bucket, portable zip, layer baseline
v1.2.0
- Self-contained Windows portable (embeds Node runtime)
- Scoop/winget manifests point at this zip
- Layer --strict gate (0 reverse edges)
Install
npm
npm install -g @qlingzzy/qling@1.2.0 --registry https://registry.npmjs.org/
Portable
Download qling-win-x64.zip, extract, run qling.cmd (no system Node required).
Scoop (local bucket)
scoop bucket add qling path\to\qling\packaging\scoop-bucket
scoop install qling/qling
v1.1.1 — Sprint 4 distribution & ecosystem
Sprint 4 closeout. Install: npm install -g @qlingzzy/qling@1.1.1 --registry https://registry.npmjs.org/
v1.1.0 — Resilience, layered core, coding/TUI, Windows CI
Highlights
- Execution resilience: deterministic recovery strategies,
/recover, staged verification loop, redacted traces,eval:recovery - Architecture: extract LLM client, tool orchestration, main loop, system prompt, session persistence, verification from
agent-loop - Coding precision: atomic patch writes, repo-map/search budgets, tool-output fold + CJK width
- CI: ubuntu full
ci:check+windows-latestunit tests - npm:
@qlingzzy/qling@1.1.0published on registry.npmjs.org
Install
# npm (prefer official registry if your default is a mirror)
npm install -g @qlingzzy/qling --registry https://registry.npmjs.org/
# from source
git clone https://github.com/Zzy-min/qling.git && cd qling && npm run bootstrap && npm linkPackage: https://www.npmjs.com/package/@qlingzzy/qling
Changelog: https://github.com/Zzy-min/qling/blob/v1.1.0/CHANGELOG.md
v1.0.0
轻灵 Qling v1.0.0
本地优先的中文 AI Agent CLI 工作台正式 1.0。
安装
npm install -g qling
# 或从源码
git clone https://github.com/Zzy-min/qling.git && cd qling && npm run bootstrap && npm link亮点
- 流式 TUI、slash 控制面、中文别名
- Provider 预设与
/model use(含 Ollama) - Plan Mode、安全 patch、可选 git auto-commit
- 写沙箱 / 敏感路径拦截 / 网络 Guard 模式
- MCP presets:
qling mcp add <preset> - SDK:
import { AgentLoop } from "qling" - 本地评测:
npm run eval:smoke
文档
校验
- 目标提交:
7cc755f - CLI:
qling --version→qling/1.0.0