Skip to content

Commit 130eecb

Browse files
chore: sync repo
1 parent 4869cdf commit 130eecb

File tree

186 files changed

+5974
-5107
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

186 files changed

+5974
-5107
lines changed

.eslintrc.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
lint:
1717
timeout-minutes: 10
1818
name: lint
19-
runs-on: ${{ github.repository == 'stainless-sdks/finch-node' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
19+
runs-on: ${{ github.repository == 'stainless-sdks/finch-typescript' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
2020
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
2121
steps:
2222
- uses: actions/checkout@v4
2323

2424
- name: Set up Node
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: '18'
27+
node-version: '22'
2828

2929
- name: Bootstrap
3030
run: ./scripts/bootstrap
@@ -35,7 +35,7 @@ jobs:
3535
build:
3636
timeout-minutes: 5
3737
name: build
38-
runs-on: ${{ github.repository == 'stainless-sdks/finch-node' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
38+
runs-on: ${{ github.repository == 'stainless-sdks/finch-typescript' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
3939
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
4040
permissions:
4141
contents: read
@@ -46,7 +46,7 @@ jobs:
4646
- name: Set up Node
4747
uses: actions/setup-node@v4
4848
with:
49-
node-version: '20'
49+
node-version: '22'
5050

5151
- name: Bootstrap
5252
run: ./scripts/bootstrap
@@ -55,22 +55,22 @@ jobs:
5555
run: ./scripts/build
5656

5757
- name: Get GitHub OIDC Token
58-
if: github.repository == 'stainless-sdks/finch-node'
58+
if: github.repository == 'stainless-sdks/finch-typescript'
5959
id: github-oidc
6060
uses: actions/github-script@v6
6161
with:
6262
script: core.setOutput('github_token', await core.getIDToken());
6363

6464
- name: Upload tarball
65-
if: github.repository == 'stainless-sdks/finch-node'
65+
if: github.repository == 'stainless-sdks/finch-typescript'
6666
env:
6767
URL: https://pkg.stainless.com/s
6868
AUTH: ${{ steps.github-oidc.outputs.github_token }}
6969
SHA: ${{ github.sha }}
7070
run: ./scripts/utils/upload-artifact.sh
7171

7272
- name: Upload MCP Server tarball
73-
if: github.repository == 'stainless-sdks/finch-node'
73+
if: github.repository == 'stainless-sdks/finch-typescript'
7474
env:
7575
URL: https://pkg.stainless.com/s?subpackage=mcp-server
7676
AUTH: ${{ steps.github-oidc.outputs.github_token }}
@@ -80,7 +80,7 @@ jobs:
8080
test:
8181
timeout-minutes: 10
8282
name: test
83-
runs-on: ${{ github.repository == 'stainless-sdks/finch-node' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
83+
runs-on: ${{ github.repository == 'stainless-sdks/finch-typescript' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
8484
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
8585
steps:
8686
- uses: actions/checkout@v4

.github/workflows/publish-npm.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

.github/workflows/release-doctor.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.release-please-manifest.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,5 @@
11
# Changelog
22

3-
## 6.39.0 (2025-11-03)
4-
5-
Full Changelog: [v6.38.2...v6.39.0](https://github.com/Finch-API/finch-api-node/compare/v6.38.2...v6.39.0)
6-
7-
### Features
8-
9-
* **api:** api update ([b6892f5](https://github.com/Finch-API/finch-api-node/commit/b6892f5c579a0eeb8fa03863d9a72faa36adab9d))
10-
11-
12-
### Chores
13-
14-
* **internal:** grammar fix (it's -> its) ([54ad7ca](https://github.com/Finch-API/finch-api-node/commit/54ad7ca2689051eccdb1de832e9041e3a6fe8d52))
15-
* use structured error when code execution tool errors ([a85e9d8](https://github.com/Finch-API/finch-api-node/commit/a85e9d8431d5b22e82f34606a813821f5573d197))
16-
17-
## 6.38.2 (2025-10-31)
18-
19-
Full Changelog: [v6.38.1...v6.38.2](https://github.com/Finch-API/finch-api-node/compare/v6.38.1...v6.38.2)
20-
21-
### Chores
22-
23-
* **ownership:** move from data to platform team ([#633](https://github.com/Finch-API/finch-api-node/issues/633)) ([1e3cc40](https://github.com/Finch-API/finch-api-node/commit/1e3cc404f3722b90d1b24223d6e08834df227ff6))
24-
25-
## 6.38.1 (2025-10-30)
26-
27-
Full Changelog: [v6.38.0...v6.38.1](https://github.com/Finch-API/finch-api-node/compare/v6.38.0...v6.38.1)
28-
29-
### Bug Fixes
30-
31-
* **mcpb:** pin @anthropic-ai/mcpb version ([77d0632](https://github.com/Finch-API/finch-api-node/commit/77d0632d886fee1d2358b723de7b9585dc2db6b6))
32-
333
## 6.38.0 (2025-10-27)
344

355
Full Changelog: [v6.37.0...v6.38.0](https://github.com/Finch-API/finch-api-node/compare/v6.37.0...v6.38.0)

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @Finch-API/team-platform
1+
* @Finch-API/team-data

CONTRIBUTING.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ If you’d like to use the repository from source, you can either install from g
4242
To install via git:
4343

4444
```sh
45-
$ npm install git+ssh://git@github.com:Finch-API/finch-api-node.git
45+
$ npm install git+ssh://git@github.com:stainless-sdks/finch-typescript.git
4646
```
4747

4848
Alternatively, to link a local copy of the repo:
4949

5050
```sh
5151
# Clone
52-
$ git clone https://www.github.com/Finch-API/finch-api-node
53-
$ cd finch-api-node
52+
$ git clone https://www.github.com/stainless-sdks/finch-typescript
53+
$ cd finch-typescript
5454

5555
# With yarn
5656
$ yarn link
@@ -91,17 +91,3 @@ To format and fix all lint issues automatically:
9191
```sh
9292
$ yarn fix
9393
```
94-
95-
## Publishing and releases
96-
97-
Changes made to this repository via the automated release PR pipeline should publish to npm automatically. If
98-
the changes aren't made through the automated pipeline, you may want to make releases manually.
99-
100-
### Publish with a GitHub workflow
101-
102-
You can release to package managers by using [the `Publish NPM` GitHub action](https://www.github.com/Finch-API/finch-api-node/actions/workflows/publish-npm.yml). This requires a setup organization or repository secret to be set up.
103-
104-
### Publish manually
105-
106-
If you need to manually release a package, you can run the `bin/publish-npm` script with an `NPM_TOKEN` set on
107-
the environment.

0 commit comments

Comments
 (0)