Skip to content

Releases: jxpeng98/qiongli

v1.8.0

25 Jun 15:11

Choose a tag to compare

Release Category

v1.8.0 is the stable release for normal installs and upgrades. Use it for npm latest, PyPI stable, the qiongli marketplace entry, Claude Desktop/Web skill ZIPs, the literature MCPB, and the Zotero companion XPI.

Category Use it for Notes
Stable packages npm latest, PyPI stable, and normal CLI upgrades This is the default path for most users.
Client workflow assets Codex, Claude Code, Claude Desktop/Web, Antigravity, and Hermes workflow installs Marketplace installs are preferred where supported; Desktop/Web users should download a skill ZIP.
Local literature tools Claude Desktop MCPB and bundled plugin MCP runtimes Install the MCPB only when local provider/search tools are required.
Zotero companion Local Zotero Desktop search/write workflows Install the XPI only when you want Qiongli to talk to Zotero Desktop.
Maintainer artifacts Codex/Claude plugin tarballs and plugin ZIPs These are for release checks and direct upload tests, not the normal user path.
Prerelease channel qiongli-next, npm next, and PyPI beta This channel remains for validation builds and does not need to be newer than the stable tag.

Download Guide

Start here instead of scanning GitHub's flat asset list.

Need Link or command
Release page and all assets Qiongli v1.8.0
npm CLI npm install -g qiongli@latest or npx qiongli@latest install --target all --project-dir "$PWD"
PyPI CLI pipx install qiongli or pipx upgrade qiongli
Default Claude Desktop/Web skill ZIP qiongli-claude-desktop-skill-core-v1.8.0.zip
All Desktop/Web subject ZIPs qiongli-downloads-v1.8.0.md
Claude Desktop literature MCPB qiongli-literature-provider-0.1.5.mcpb
Zotero Desktop companion XPI qiongli-zotero-companion-0.2.2.xpi
Machine-readable download index qiongli-downloads-v1.8.0.json

Changelog

[1.8.0] - 2026-06-25

Added

  • 新增本地 full plugin surface:qiongli install --profile full --target all --surface plugin 现在可以生成客户端原生 plugin,并让 Codex / Claude Code 的 plugin-owned MCP 启动完整 Python-backed qiongli mcp serve --transport stdio
  • Codex 本地 full plugin 会写入受管理的 personal marketplace entry、.codex-plugin/plugin.json、plugin .mcp.json、workflow skill、commands 和 .qiongli-managed.json;Claude Code 本地 full plugin 使用同一套 full MCP server。
  • --target all --surface plugin 现在把 Codex / Claude Code 接到本地 full plugin,同时继续给 Antigravity / Hermes 写入受管理的 full MCP client config。
  • qiongli remove --surface plugin / --parts plugin 新增受管 marker 语义,只删除 CLI 创建的本地 full plugin root 和 CLI-managed Codex marketplace entry。

Changed

  • 安装架构文档更新为 marketplace lite 与 CLI full plugin 的分层模型:marketplace plugin 继续作为 no CLI / no Python fallback,完整本地 Qiongli 由 CLI 生成的本地 plugin 包装 full MCP。
  • README、中文 README、install guide、quickstart、CLI reference 和 cross-platform MCP 文档同步说明 Codex / Claude Code plugin-owned MCP、Antigravity / Hermes client config,以及本地 plugin 删除边界。

Fixed

  • 修复 CLI-managed 本地 plugin 删除逻辑,避免误删 marketplace 安装的 lite plugin 或用户自建 plugin root。
  • 修复 stale Codex marketplace entry 清理边界,只清理带 metadata.managedBy = "qiongli-cli" 的本地 full plugin entry。

v1.7.0

25 Jun 09:30

Choose a tag to compare

Release Category

v1.7.0 is the stable release for normal installs and upgrades. Use it for npm latest, PyPI stable, the qiongli marketplace entry, Claude Desktop/Web skill ZIPs, the literature MCPB, and the Zotero companion XPI.

Category Use it for Notes
Stable packages npm latest, PyPI stable, and normal CLI upgrades This is the default path for most users.
Client workflow assets Codex, Claude Code, Claude Desktop/Web, Antigravity, and Hermes workflow installs Marketplace installs are preferred where supported; Desktop/Web users should download a skill ZIP.
Local literature tools Claude Desktop MCPB and bundled plugin MCP runtimes Install the MCPB only when local provider/search tools are required.
Zotero companion Local Zotero Desktop search/write workflows Install the XPI only when you want Qiongli to talk to Zotero Desktop.
Maintainer artifacts Codex/Claude plugin tarballs and plugin ZIPs These are for release checks and direct upload tests, not the normal user path.
Prerelease channel qiongli-next, npm next, and PyPI beta This channel remains for validation builds and does not need to be newer than the stable tag.

Download Guide

Start here instead of scanning GitHub's flat asset list.

Need Link or command
Release page and all assets Qiongli v1.7.0
npm CLI npm install -g qiongli@latest or npx qiongli@latest install --target all --project-dir "$PWD"
PyPI CLI pipx install qiongli or pipx upgrade qiongli
Default Claude Desktop/Web skill ZIP qiongli-claude-desktop-skill-core-v1.7.0.zip
All Desktop/Web subject ZIPs qiongli-downloads-v1.7.0.md
Claude Desktop literature MCPB qiongli-literature-provider-0.1.5.mcpb
Zotero Desktop companion XPI qiongli-zotero-companion-0.2.2.xpi
Machine-readable download index qiongli-downloads-v1.7.0.json

Changelog

[1.7.0] - 2026-06-25

Added

  • 新增统一 full CLI MCP server 路径:qiongli mcp serve --transport stdio 现在可以在同一个 Python-backed MCP 进程里暴露 literature tools、provider/config tools、orchestrator doctor/route、task plan 和 task run preview。
  • qiongli install --profile full 新增受管理的 MCP client config 写入能力,覆盖 Codex、Claude Code、Antigravity 和 Hermes;--target all 会同时注册四个本地客户端的 full MCP 配置。
  • Python full MCP literature stack 新增 OpenAlex、Crossref、PubMed provider clients,并通过共享 provider config 与 MCP tool handlers 统一路由,避免 full CLI 和 lite MCPB 文献能力割裂。
  • Literature MCP 新增 arXiv provider。arXiv 在 Python full MCP 和 Claude Desktop MCPB 中均默认可用,不需要 API key,并支持 preprint/topic search、arXiv ID metadata、year/category metadata 和 provider diagnostics。
  • Claude Desktop literature MCPB 升级到 0.1.5,打包 arXiv provider runtime,并继续保留零依赖 Node stdio server、provider setup wizard、query variants、deep-search routing 和 Zotero bridge tools。

Changed

  • 安装和跨平台 MCP 文档明确区分 marketplace/plugin bundled lite MCP 与 CLI full MCP:marketplace 仍适合无 CLI 环境的 literature-provider fallback,full CLI 是完整 Qiongli/orchestrator MCP 的 canonical 路径。
  • npm 安装文档更新为 CLI bridge 定位,说明 npm 可以作为入口委托到 Python-backed full runtime,但完整 MCP/orchestrator 能力最终由 full CLI server 承载。
  • Claude Desktop/Web skill ZIP、Codex plugin、Claude Code plugin、Antigravity、Hermes 和 CLI 安装说明同步更新 provider 边界,强调 secrets 留在共享 provider config,不写入 plugin manifests 或 release ZIP。

v1.6.0

24 Jun 10:32

Choose a tag to compare

Release Category

v1.6.0 is the stable release for normal installs and upgrades. Use it for npm latest, PyPI stable, the qiongli marketplace entry, Claude Desktop/Web skill ZIPs, the literature MCPB, and the Zotero companion XPI.

Category Use it for Notes
Stable packages npm latest, PyPI stable, and normal CLI upgrades This is the default path for most users.
Client workflow assets Codex, Claude Code, Claude Desktop/Web, Antigravity, and Hermes workflow installs Marketplace installs are preferred where supported; Desktop/Web users should download a skill ZIP.
Local literature tools Claude Desktop MCPB and bundled plugin MCP runtimes Install the MCPB only when local provider/search tools are required.
Zotero companion Local Zotero Desktop search/write workflows Install the XPI only when you want Qiongli to talk to Zotero Desktop.
Maintainer artifacts Codex/Claude plugin tarballs and plugin ZIPs These are for release checks and direct upload tests, not the normal user path.
Prerelease channel qiongli-next, npm next, and PyPI beta This channel remains for validation builds and does not need to be newer than the stable tag.

Download Guide

Start here instead of scanning GitHub's flat asset list.

Need Link or command
Release page and all assets Qiongli v1.6.0
npm CLI npm install -g qiongli@latest or npx qiongli@latest install --target all --project-dir "$PWD"
PyPI CLI pipx install qiongli or pipx upgrade qiongli
Default Claude Desktop/Web skill ZIP qiongli-claude-desktop-skill-core-v1.6.0.zip
All Desktop/Web subject ZIPs qiongli-downloads-v1.6.0.md
Claude Desktop literature MCPB qiongli-literature-provider-0.1.4.mcpb
Zotero Desktop companion XPI qiongli-zotero-companion-0.2.2.xpi
Machine-readable download index qiongli-downloads-v1.6.0.json

Changelog

[1.6.0] - 2026-06-24

Added

  • 新增 project-local guidance stack:除 .qiongli/local_guidance.md 外,项目可以通过 .qiongli/guidance.d/*.md 维护多个本地约束或扩展片段;运行时会按稳定顺序合成 guidance,并保留 source order metadata。
  • qiongli guidance CLI 新增 addlistlint 子命令,用于创建本地 guidance fragment、列出实际生效来源、检查削弱 canonical contract / evidence gate / quality gate 的高风险表述。
  • Task-run trace、routing note、MCP preview 和 proposal 输出新增 guidance source metadata、fragment count、source order、conflict notes 与 proposal target/conflict check,让本地 guidance 的影响路径可审计。

Changed

  • Skill-only Qiongli workflow 现在会在项目存在 .qiongli/local_guidance.md.qiongli/guidance.d/*.md 时读取本地 guidance,但本地规则仍只能作为 advisory layer,不能覆盖 canonical workflow contract、必需产物、证据门、质量门或安全边界。
  • Guidance proposal 默认定位为 project-local;qiongli guidance apply 只写入 .qiongli/local_guidance.md,提升到 user-global preferences 或 canonical source 需要显式后续命令或常规 repository PR。
  • README、文档首页和安装/发布文档更新为更完整的入口说明,覆盖 skill/plugin/CLI/MCP/Zotero 路由、稳定版下载方式和本地运行边界。

v1.5.0

23 Jun 23:34

Choose a tag to compare

[1.5.0] - 2026-06-23

Added

  • 新增 worker orchestration 执行模型:task-run 现在可以生成 worker plan、执行通用 worker、合并 worker outputs,并通过 barrier / final review gate 阻断未验证或冲突的主输出。
  • 新增 controller-aware 多智能体协作契约,覆盖 Codex primary、Claude primary、duo review、solo fallback、agent handoff、worker merge report、worker review packet 与 run-scoped artifact path,提升 multiagent 执行的可审计性。
  • 新增 project-local guidance layer 和 qiongli guidance CLI 入口,可在本地项目中自动 bootstrap guidance、读取项目边界,并把本地 trace boundary 纳入 orchestrator task run。
  • Stage B literature skills 完成精细化升级:academic search、screening、snowballing、mapping、fulltext、paper extraction、citation formatting 与 reference manager bridge 现在都有更明确的输入、输出、证据限制、失败条件和 artifact handoff。
  • Qiongli Literature Provider MCP 扩展为更完整的 scholarly provider stack,新增 Crossref、PubMed、query-plan variants、paginated search、finance/economics routing、provider diagnostics 和更高默认检索上限。
  • 新增 Zotero local bridge 与 Zotero Companion extension:支持本地 Zotero source search、record export、Crossref verification、verified import candidate tagging,以及作为 release asset 发布的 companion XPI。
  • 新增 B literature precision audit 和对应 release validator 覆盖,保证 Stage B skill 文案不再停留在 descriptive 层,而是包含可检查的 artifact、tooling、routing 和 evidence contract。
  • 新增 Codex distribution refs 发布能力,正式 release / prerelease 可以同步生成并发布 codex/<tag> 分发引用,便于 marketplace 和 plugin 安装使用稳定 payload。

Changed

  • 插件分发改为 single-source materialization:qiongliqiongli-next、Codex plugin、Claude plugin、Desktop skill ZIP 与 npm/PyPI payload 都从 canonical source 生成,减少手工镜像和路径漂移。
  • Orchestrator runtime 移除旧 research-collab implementation,收敛到 controller-aware orchestrator、agent routing policy、worker contract 和 source layout resolution。
  • 写作 workflow 新增 staged writing harness,academic-writepaper-write 更明确地区分 plan、claim map、draft、verification 和 manuscript-facing outputs。
  • Stage B 文献工作流默认强调 provider-backed search diagnostics、dedup / screening readiness、known-item recall、coverage gap 和 retrieval manifest,而不是只输出泛化的搜索描述。
  • 发布自动化进一步强化:release prep 会同步 generated distribution payloads,tag 前等待 branch CI / checkout install,tag 后等待 PyPI/npm publish workflows,并在 acceptance receipt 中记录结果。
  • 文档和安装指南更新为 plugin-first / marketplace-first 分发模型,并同步 Codex、Claude Code、Claude Desktop、Antigravity、Hermes 与 CLI 安装说明。

Fixed

  • 修复 Zotero companion 新版本安装、metadata 展示、release asset 打包和 source verification 相关问题,确保本地 Zotero 桥接可以作为 opt-in source 正常交付。
  • 修复 release gates 对 Antigravity、Codex dist refs、Zotero companion assets、generated payloads 和 npm/PyPI package metadata 的识别与校验缺口。
  • 修复 Stage B artifact catalog 缺失 DedupLogSearchDiagnosticsFullTextScreeningRetrievalManifestZoteroImportReport 等输出类型导致 strict validator 阻断的问题。
  • 修复 literature provider contract wording 与 MCP/provider stack 路由不一致的问题,避免文献搜索 skill 回退到含糊的非 provider 执行路径。

Removed

  • 移除 Gemini CLI / Gemini plugin lane,官方跨平台目标改为 Codex、Claude、Antigravity、Hermes、CLI/npm/PyPI 与本地 MCP provider 组合。

v1.5.0-beta.8

23 Jun 22:41

Choose a tag to compare

v1.5.0-beta.8 Pre-release
Pre-release

qiongli v1.5.0-beta.8 Release Notes

Date: 2026-06-23
Stage: Beta

Highlights (Draft)

  • fix(skills): satisfy boundary interviewer audit (891ac6b)
  • docs(skills): sync B literature trigger contracts (0a59985)
  • docs(skills): sharpen remaining B literature contracts (94b6d3e)
  • docs(skills): sharpen B literature MCP contracts (8e243f7)
  • test(skills): add B literature precision audit (7014fcf)
  • docs(skills): plan B literature precision implementation (9a6a932)
  • docs(skills): design B literature precision upgrade (9f20d22)
  • fix(zotero): polish companion display metadata (0dbd053)
  • chore: record release v1.5.0-beta.7 acceptance (b8d351b)

Download Guide

Most users should not download plugin tarballs manually from GitHub's flat asset list.

You use Recommended path
Qiongli CLI Use npx qiongli@next install --target all --project-dir "$PWD" for npm next-channel CLI testing.
Codex Use codex plugin marketplace add jxpeng98/skillsplace --ref main and install qiongli-next; no manual tarball download required.
Claude Code Use claude plugin marketplace add jxpeng98/skillsplace@main and install qiongli-next; no manual tarball download required.
Claude Desktop/Web skills Download qiongli-next-claude-desktop-skill-core-v1.5.0-beta.8.zip for the prerelease core skill.
Claude Desktop literature tools Download qiongli-literature-provider-0.1.4.mcpb and pair it with a Desktop skill ZIP when provider calls are required.
Zotero Desktop local writes Download qiongli-zotero-companion-0.2.2.xpi and install it from Zotero's add-on manager when local Zotero search/write support is required.
Maintainers Use Codex/Claude plugin tarballs and Claude plugin ZIPs only for manual marketplace artifact checks or direct Claude plugin upload tests.

The release also includes qiongli-downloads-v1.5.0-beta.8.md and qiongli-downloads-v1.5.0-beta.8.json to group the asset list by install surface.

Validation Evidence

Executed locally on 2026-06-23:

python3 scripts/validate_research_standard.py --strict
python3 -m unittest discover -s tests -v
./scripts/run_beta_smoke.sh

Observed result:

  • validate_research_standard.py --strict: Summary: 5540 passed, 0 failed, 0 warnings
  • unittest: Ran 693 tests in 253.332s ... OK
  • run_beta_smoke.sh: passed (release-tier)

Publish Steps

./scripts/release_ready.sh --version 1.5.0b8 --skip-bump
./scripts/release_automation.sh publish --tag v1.5.0-beta.8 --skip-bump --from-tag v1.5.0-beta.7

For rollback procedure, see tooling/release/rollback.md.

Baseline tag for highlights: v1.5.0-beta.7

v1.5.0-beta.7

22 Jun 07:59

Choose a tag to compare

v1.5.0-beta.7 Pre-release
Pre-release

qiongli v1.5.0-beta.7 Release Notes

Date: 2026-06-22
Stage: Beta

Highlights (Draft)

  • fix(zotero): support newer companion installs (d2e076a)
  • chore: ignore local qiongli traces (7eb44d2)
  • fix(orchestrator): recognize Antigravity in release gates (6ff813c)
  • feat(orchestrator): replace Gemini lane with Antigravity (ffcefa8)
  • refactor(gemini): remove Gemini CLI support (56b5a43)
  • feat(writing): enforce staged writing harness (3b1a797)
  • chore: record release v1.5.0-beta.6 acceptance (0522f16)

Download Guide

Most users should not download plugin tarballs manually from GitHub's flat asset list.

You use Recommended path
Qiongli CLI Use npx qiongli@next install --target all --project-dir "$PWD" for npm next-channel CLI testing.
Codex Use codex plugin marketplace add jxpeng98/skillsplace --ref main and install qiongli-next; no manual tarball download required.
Claude Code Use claude plugin marketplace add jxpeng98/skillsplace@main and install qiongli-next; no manual tarball download required.
Claude Desktop/Web skills Download qiongli-next-claude-desktop-skill-core-v1.5.0-beta.7.zip for the prerelease core skill.
Claude Desktop literature tools Download qiongli-literature-provider-0.1.4.mcpb and pair it with a Desktop skill ZIP when provider calls are required.
Zotero Desktop local writes Download qiongli-zotero-companion-0.1.1.xpi and install it from Zotero's add-on manager when local Zotero search/write support is required.
Maintainers Use Codex/Claude plugin tarballs and Claude plugin ZIPs only for manual marketplace artifact checks or direct Claude plugin upload tests.

The release also includes qiongli-downloads-v1.5.0-beta.7.md and qiongli-downloads-v1.5.0-beta.7.json to group the asset list by install surface.

Validation Evidence

Executed locally on 2026-06-22:

python3 scripts/validate_research_standard.py --strict
python3 -m unittest discover -s tests -v
./scripts/run_beta_smoke.sh

Observed result:

  • validate_research_standard.py --strict: Summary: 5540 passed, 0 failed, 0 warnings
  • unittest: Ran 690 tests in 283.062s ... OK
  • run_beta_smoke.sh: passed (release-tier)

Publish Steps

./scripts/release_ready.sh --version 1.5.0b7 --skip-bump
./scripts/release_automation.sh publish --tag v1.5.0-beta.7 --skip-bump --from-tag v1.5.0-beta.6

For rollback procedure, see tooling/release/rollback.md.

Baseline tag for highlights: v1.5.0-beta.6

v1.5.0-beta.6

20 Jun 23:33

Choose a tag to compare

v1.5.0-beta.6 Pre-release
Pre-release

qiongli v1.5.0-beta.6 Release Notes

Date: 2026-06-21
Stage: Beta

Highlights (Draft)

  • fix(release): include zotero companion in release assets (3f17ae0)
  • chore: record release v1.5.0-beta.5 acceptance (aaa2d04)

Download Guide

Most users should not download plugin tarballs manually from GitHub's flat asset list.

You use Recommended path
Qiongli CLI Use npx qiongli@next install --target all --project-dir "$PWD" for npm next-channel CLI testing.
Codex Use codex plugin marketplace add jxpeng98/skillsplace --ref main and install qiongli-next; no manual tarball download required.
Claude Code Use claude plugin marketplace add jxpeng98/skillsplace@main and install qiongli-next; no manual tarball download required.
Claude Desktop/Web skills Download qiongli-next-claude-desktop-skill-core-v1.5.0-beta.6.zip for the prerelease core skill.
Claude Desktop literature tools Download qiongli-literature-provider-0.1.4.mcpb and pair it with a Desktop skill ZIP when provider calls are required.
Zotero Desktop local writes Download qiongli-zotero-companion-0.1.0.xpi and install it from Zotero's add-on manager when local Zotero search/write support is required.
Maintainers Use Codex/Claude plugin tarballs and Claude plugin ZIPs only for manual marketplace artifact checks or direct Claude plugin upload tests.

The release also includes qiongli-downloads-v1.5.0-beta.6.md and qiongli-downloads-v1.5.0-beta.6.json to group the asset list by install surface.

Validation Evidence

Executed locally on 2026-06-21:

python3 scripts/validate_research_standard.py --strict
python3 -m unittest discover -s tests -v
./scripts/run_beta_smoke.sh

Observed result:

  • validate_research_standard.py --strict: Summary: 5543 passed, 0 failed, 0 warnings
  • unittest: Ran 681 tests in 247.704s ... OK
  • run_beta_smoke.sh: passed (release-tier)

Publish Steps

./scripts/release_ready.sh --version 1.5.0b6 --skip-bump
./scripts/release_automation.sh publish --tag v1.5.0-beta.6 --skip-bump --from-tag v1.5.0-beta.5

For rollback procedure, see tooling/release/rollback.md.

Baseline tag for highlights: v1.5.0-beta.5

v1.5.0-beta.5

19 Jun 23:34

Choose a tag to compare

v1.5.0-beta.5 Pre-release
Pre-release

qiongli v1.5.0-beta.5 Release Notes

Date: 2026-06-20
Stage: Beta

Highlights (Draft)

  • test(mcpb): package zotero source helpers (08fe35d)
  • docs(zotero): document verified import workflow (5c7902a)
  • feat(zotero): tag verified import candidates (c1cd206)
  • feat(zotero): verify imports with crossref (4203edb)
  • feat(mcpb): include zotero as opt-in source (24d1e31)
  • feat(zotero): normalize local source results (f92b618)
  • feat(mcpb): preserve zotero result metadata (bc572b3)
  • feat(zotero): expose source and verification options (a25c999)
  • docs(zotero): plan source verification implementation (7434e50)
  • docs(zotero): design source search verification (d0b3538)
  • docs(zotero): mark local bridge plan complete (5850fc9)
  • build(zotero): package companion extension (6762190)

Download Guide

Most users should not download plugin tarballs manually from GitHub's flat asset list.

You use Recommended path
Qiongli CLI Use npx qiongli@next install --target all --project-dir "$PWD" for npm next-channel CLI testing.
Codex Use codex plugin marketplace add jxpeng98/skillsplace --ref main and install qiongli-next; no manual tarball download required.
Claude Code Use claude plugin marketplace add jxpeng98/skillsplace@main and install qiongli-next; no manual tarball download required.
Claude Desktop/Web skills Download qiongli-next-claude-desktop-skill-core-v1.5.0-beta.5.zip for the prerelease core skill.
Claude Desktop literature tools Download qiongli-literature-provider-0.1.4.mcpb and pair it with a Desktop skill ZIP when provider calls are required.
Maintainers Use Codex/Claude plugin tarballs and Claude plugin ZIPs only for manual marketplace artifact checks or direct Claude plugin upload tests.

The release also includes qiongli-downloads-v1.5.0-beta.5.md and qiongli-downloads-v1.5.0-beta.5.json to group the asset list by install surface.

Validation Evidence

Executed locally on 2026-06-20:

python3 scripts/validate_research_standard.py --strict
python3 -m unittest discover -s tests -v
./scripts/run_beta_smoke.sh

Observed result:

  • validate_research_standard.py --strict: Summary: 5543 passed, 0 failed, 0 warnings
  • unittest: Ran 680 tests in 282.877s ... OK
  • run_beta_smoke.sh: passed (release-tier)

Publish Steps

./scripts/release_ready.sh --version 1.5.0b5 --skip-bump
./scripts/release_automation.sh publish --tag v1.5.0-beta.5 --skip-bump --from-tag v1.5.0-beta.4

For rollback procedure, see tooling/release/rollback.md.

Baseline tag for highlights: v1.5.0-beta.4

v1.5.0-beta.4

19 Jun 17:05

Choose a tag to compare

v1.5.0-beta.4 Pre-release
Pre-release

qiongli v1.5.0-beta.4 Release Notes

Date: 2026-06-19
Stage: Beta

Highlights (Draft)

  • feat(cli): expose guidance command (90ce2af)
  • chore: record release v1.5.0-beta.3 acceptance (8de0399)

Download Guide

Most users should not download plugin tarballs manually from GitHub's flat asset list.

You use Recommended path
Qiongli CLI Use npx qiongli@next install --target all --project-dir "$PWD" for npm next-channel CLI testing.
Codex Use codex plugin marketplace add jxpeng98/skillsplace --ref main and install qiongli-next; no manual tarball download required.
Claude Code Use claude plugin marketplace add jxpeng98/skillsplace@main and install qiongli-next; no manual tarball download required.
Claude Desktop/Web skills Download qiongli-next-claude-desktop-skill-core-v1.5.0-beta.4.zip for the prerelease core skill.
Claude Desktop literature tools Download qiongli-literature-provider-0.1.4.mcpb and pair it with a Desktop skill ZIP when provider calls are required.
Maintainers Use Codex/Claude plugin tarballs and Claude plugin ZIPs only for manual marketplace artifact checks or direct Claude plugin upload tests.

The release also includes qiongli-downloads-v1.5.0-beta.4.md and qiongli-downloads-v1.5.0-beta.4.json to group the asset list by install surface.

Validation Evidence

Executed locally on 2026-06-19:

python3 scripts/validate_research_standard.py --strict
python3 -m unittest discover -s tests -v
./scripts/run_beta_smoke.sh

Observed result:

  • validate_research_standard.py --strict: Summary: 5543 passed, 0 failed, 0 warnings
  • unittest: Ran 678 tests in 269.432s ... OK
  • run_beta_smoke.sh: passed (release-tier)

Publish Steps

./scripts/release_ready.sh --version 1.5.0b4 --skip-bump
./scripts/release_automation.sh publish --tag v1.5.0-beta.4 --skip-bump --from-tag v1.5.0-beta.3

For rollback procedure, see tooling/release/rollback.md.

Baseline tag for highlights: v1.5.0-beta.3

v1.5.0-beta.3

19 Jun 14:43

Choose a tag to compare

v1.5.0-beta.3 Pre-release
Pre-release

qiongli v1.5.0-beta.3 Release Notes

Date: 2026-06-19
Stage: Beta

Highlights (Draft)

  • feat(guidance): auto-bootstrap project guidance (f99da59)
  • docs(guidance): document local trace boundaries (341d765)
  • feat(orchestrator): wire local guidance into task runs (951550c)
  • feat(guidance): add project-local guidance runtime (96d9df9)
  • chore: record release v1.5.0-beta.2 acceptance (bda54e8)
  • docs(guidance): add local guidance layer design (7f00b74)

Download Guide

Most users should not download plugin tarballs manually from GitHub's flat asset list.

You use Recommended path
Qiongli CLI Use npx qiongli@next install --target all --project-dir "$PWD" for npm next-channel CLI testing.
Codex Use codex plugin marketplace add jxpeng98/skillsplace --ref main and install qiongli-next; no manual tarball download required.
Claude Code Use claude plugin marketplace add jxpeng98/skillsplace@main and install qiongli-next; no manual tarball download required.
Claude Desktop/Web skills Download qiongli-next-claude-desktop-skill-core-v1.5.0-beta.3.zip for the prerelease core skill.
Claude Desktop literature tools Download qiongli-literature-provider-0.1.4.mcpb and pair it with a Desktop skill ZIP when provider calls are required.
Maintainers Use Codex/Claude plugin tarballs and Claude plugin ZIPs only for manual marketplace artifact checks or direct Claude plugin upload tests.

The release also includes qiongli-downloads-v1.5.0-beta.3.md and qiongli-downloads-v1.5.0-beta.3.json to group the asset list by install surface.

Validation Evidence

Executed locally on 2026-06-19:

python3 scripts/validate_research_standard.py --strict
python3 -m unittest discover -s tests -v
./scripts/run_beta_smoke.sh

Observed result:

  • validate_research_standard.py --strict: Summary: 5543 passed, 0 failed, 0 warnings
  • unittest: Ran 677 tests in 248.462s ... OK
  • run_beta_smoke.sh: passed (release-tier)

Publish Steps

./scripts/release_ready.sh --version 1.5.0b3 --skip-bump
./scripts/release_automation.sh publish --tag v1.5.0-beta.3 --skip-bump --from-tag v1.5.0-beta.2

For rollback procedure, see tooling/release/rollback.md.

Baseline tag for highlights: v1.5.0-beta.2