Skip to content

Releases: hyt315/github-oss-ops

GitHub OSS Ops v1.1.0

Choose a tag to compare

@hyt315 hyt315 released this 18 Jul 10:04

Highlights

  • Rebuilt the project page with a real workflow preview, three inspectable examples, current Agent Skill installation and direct downloads.
  • Added credential-free public read-only operation and approval gates for every GitHub write.
  • Removed unsafe home-directory Token discovery, Token printing guidance and public vulnerability disclosure.
  • Updated authentication for official GitHub OAuth/MCP, authenticated GitHub CLI and least-privilege fine-grained PAT fallback.
  • Added CI, a local validator, agent metadata, repository metadata and contributor attribution.

Verification

Local validation, YAML parsing, privacy/history scans, clean-clone validation, PR CI and main-branch CI all passed.

v1.0.2

Choose a tag to compare

@hyt315 hyt315 released this 17 Jul 09:39

面向维护者的运营技能更新:修正 MCP 工具名 + 文档细节。

🔧 修复 / Fixes

  • MCP 工具名对齐官方现行版:官方 github/github-mcp-server 已将读取类工具整合,本技能同步更新(避免用户连接现行官方 server 时出现 "Unknown tool"):

    • get_issueissue_read
    • get_pull_request_files / get_pull_request_status 等 → pull_request_read(带 method 参数)
    • create_issue / update_issueissue_write
    • create_pull_request_reviewpull_request_review_write

    SKILL.mdreferences/github-access-guide.md 已同步更新)

  • 修正 SKILL.md 中一处小标题编号(6.37.3)。

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@hyt315 hyt315 released this 22 Jun 11:17

变更

  • fix: 将 README 中无效的 <a name> HTML 锚点替换为 Markdown 标题锚点(## 中文 / ## English),修复语言切换跳转功能