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/eve-integration.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/jsdoc-improvements.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/workflow-agent-approval.md

This file was deleted.

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

## 1.7.0

### Minor Changes

- [#35](https://github.com/vercel-labs/github-tools/pull/35) [`021a8ab`](https://github.com/vercel-labs/github-tools/commit/021a8ab2687afa86e49f33dba9933691a2e4e0dc) Thanks [@HugoRCD](https://github.com/HugoRCD)! - Add native eve integration via `@github-tools/sdk/eve` with `defineDynamic` tool registration, rich approval mapping (`once`, predicates), shared core refactor, and an `examples/eve-agent` starter.

- [#35](https://github.com/vercel-labs/github-tools/pull/35) [`021a8ab`](https://github.com/vercel-labs/github-tools/commit/021a8ab2687afa86e49f33dba9933691a2e4e0dc) Thanks [@HugoRCD](https://github.com/HugoRCD)! - Migrate `createDurableGithubAgent` from `DurableAgent` to `WorkflowAgent` (`@ai-sdk/workflow`). Write tools now honor `requireApproval` via `needsApproval` — the workflow pauses until the user approves or denies.

### Patch Changes

- [#38](https://github.com/vercel-labs/github-tools/pull/38) [`c96c15b`](https://github.com/vercel-labs/github-tools/commit/c96c15b7d40555de85ae82eb67aa17b749b8b607) Thanks [@HugoRCD](https://github.com/HugoRCD)! - Improve JSDoc and TypeScript types for richer IDE hover and autocomplete — preset-aware tool sets, typed tool/write-tool catalogs, and stricter option keys.

## 1.6.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.6.0",
"version": "1.7.0",
"description": "GitHub tools for the Vercel AI SDK, wrap GitHub's API as AI SDK tools ready to plug into any agent",
"author": "HugoRCD <hugo.richard@vercel.com",
"repository": {
Expand Down