Skip to content

Latest commit

 

History

History
75 lines (40 loc) · 1.5 KB

File metadata and controls

75 lines (40 loc) · 1.5 KB

Changelog

[integrations/github-v2.0.0] - 2026-01-12

📚 Documentation

  • Add pydoc configurations for Docusaurus (#2411)

⚙️ CI

  • Change pytest command (#2475)

🧹 Chores

  • Remove Readme API CI workflow and configs (#2573)
  • Fix nightly test (#2580)
  • Make fmt command more forgiving (#2671)
  • [breaking] Github - drop Python 3.9 and use X|Y typing (#2705)

🌀 Miscellaneous

  • Adopt PEP 585 type hinting (part 3) (#2510)
  • Chore: Fix tool validation test failures in github integration (#2659)
  • Fix: Fix github integration unit tests (#2703)

[integrations/github-v1.2.1] - 2025-10-20

🚀 Features

  • Add support for GitHubRepoForkerTool (#1968)

🧪 Testing

  • Fix GitHub test (#2119)

🧹 Chores

  • Standardize readmes - part 2 (#2205)

🌀 Miscellaneous

  • Chore: Fix linting github (#2255)
  • Fix: handle empty GitHub tokens in authentication headers (#2400)

[integrations/github-v1.1.0] - 2025-07-01

🐛 Bug Fixes

  • Fix Github types + add py.typed (#2024)

🧹 Chores

  • Fix linting for ruff 0.12.0 (#1969)
  • Remove black (#1985)

[integrations/github-v1.0.1] - 2025-06-12

🐛 Bug Fixes

  • Prompts and schemas of GitHubIssueCommenterTool and GitHubIssueViewerTool now properly explain url parameter (#1929)

🧹 Chores

  • Align core-integrations Hatch scripts (#1898)

[integrations/github-v1.0.0] - 2025-05-28

🚀 Features

  • Add GitHub integration with components, tools, and prompts (#1637)