Skip to content

v1.5.0-beta.5

Pre-release
Pre-release

Choose a tag to compare

@jxpeng98 jxpeng98 released this 19 Jun 23:34
· 114 commits to main since this 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