Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/async-github-token-provider.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/vercel-connect-integration.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/github-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @github-tools/sdk

## 1.8.0

### Minor Changes

- [#42](https://github.com/vercel-labs/github-tools/pull/42) [`58d0158`](https://github.com/vercel-labs/github-tools/commit/58d01586241495daee93b126704740562e90b683) Thanks [@HugoRCD](https://github.com/HugoRCD)! - Allow GitHub token inputs to be strings or async provider functions (`GithubTokenInput`). Adds a `resolveGithubToken` helper for custom tool factories.

- [#44](https://github.com/vercel-labs/github-tools/pull/44) [`a6ff194`](https://github.com/vercel-labs/github-tools/commit/a6ff194f5604f6dad74e7dc59261f6d1e342bf4a) Thanks [@HugoRCD](https://github.com/HugoRCD)! - Add `@github-tools/sdk/connect` and `@github-tools/sdk/connect/eve` helpers for Vercel Connect — preset-derived scopes, `connectGithubToken`, and `connectGithubTools`.

## 1.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/github-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@github-tools/sdk",
"version": "1.7.0",
"version": "1.8.0",
"description": "42 typed GitHub tools with presets, human approval, and durable execution — for the AI SDK, eve, Vercel Workflow, and Chat SDK",
"author": "HugoRCD <hugo.richard@vercel.com",
"repository": {
Expand Down