Skip to content

v1.5.0-beta.8

Pre-release
Pre-release

Choose a tag to compare

@jxpeng98 jxpeng98 released this 23 Jun 22:41
· 52 commits to main since this 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