Skip to content

v1.5.0-beta.7

Pre-release
Pre-release

Choose a tag to compare

@jxpeng98 jxpeng98 released this 22 Jun 07:59
· 101 commits to main since this 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