Skip to content

aflare v0.8.1

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Aug 14:12
· 4 commits to main since this release

Changelog

  • 1a5a9f6: chore(dsh-plugin): declare AGPL-3.0 license in package.json (@alib8b8)
  • d34e44a: ci: add GitHub -> AtomGit mirror sync workflow (@alib8b8)
  • 35d3e3d: docs(dsh): npm package @alib8b8/dsh-plugin-aflare@0.1.0 is live (@alib8b8)
  • 0a8f2ad: docs(dsh): record ecosystem submissions (awesome-list PR #581, dsh-index PR #35) (@alib8b8)
  • 65de9da: feat(dsh): add DeepSeek Harness integration (MCP bridge + Cordis plugin) (@alib8b8)
  • 38be7e7: feat(dsh): make the plugin ecosystem-ready for the DSH community (@alib8b8)
  • 0806d0c: feat: 检查工作完成情况 (@alib8b8)
  • c4218fc: fix(cli): add aflare mcp subcommand so documented MCP entry works (@alib8b8)
  • 1fef5c8: fix(install): repair CN install 404, scrub pre-rename residue, zero vulns (@alib8b8)
  • 39727e6: fix(security): 修复路径穿越/参数注入/错误泄露及 execute 语法错误 (@alib8b8)
  • 8fcd97a: test(dsh-plugin): add minimal integration tests for the aflare tools (@alib8b8)

Install

macOS / Linux:

curl -fsSL https://raw.githubusercontent.com/alib8b8/aflare/main/install.sh | bash

Windows (PowerShell):

irm https://raw.githubusercontent.com/alib8b8/aflare/main/install.ps1 | iex

Homebrew: brew install alib8b8/tap/aflare

Build verification status

Artifact CI verified
linux-amd64 ✅ tested on ubuntu-latest (build + vet + race tests + lint)
linux-arm64 ✅ tested on ubuntu-24.04-arm (build + vet + race tests + lint)
darwin-amd64 ⚠️ build-only (not exercised in CI)
darwin-arm64 ⚠️ build-only (not exercised in CI)
windows-amd64 ⚠️ build-only (not exercised in CI)
windows-arm64 ⚠️ build-only (not exercised in CI)

Verification status reflects the CI matrix in .github/workflows/ci.yml at release time.