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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
lint:
timeout-minutes: 10
name: lint
runs-on: ${{ github.repository == 'stainless-sdks/context.dev-typescript' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
runs-on: ${{ startsWith(github.repository, 'stainless-sdks/') && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
if: (github.event_name == 'push' || github.event.pull_request.head.repo.fork) && (github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata')
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Expand All @@ -37,7 +37,7 @@ jobs:
build:
timeout-minutes: 5
name: build
runs-on: ${{ github.repository == 'stainless-sdks/context.dev-typescript' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
runs-on: ${{ startsWith(github.repository, 'stainless-sdks/') && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
if: (github.event_name == 'push' || github.event.pull_request.head.repo.fork) && (github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata')
permissions:
contents: read
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
test:
timeout-minutes: 10
name: test
runs-on: ${{ github.repository == 'stainless-sdks/context.dev-typescript' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
runs-on: ${{ startsWith(github.repository, 'stainless-sdks/') && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.5.0"
".": "2.6.0"
}
8 changes: 4 additions & 4 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 30
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/context-dev/context.dev-fb56935a194e69348fecd985f7cf8b249795b46af2fb32f6c5c8ef648cf10c15.yml
openapi_spec_hash: 7260a560474283b7ad6ac5d426058ac9
config_hash: daabb160675d86b354711da1e77e5129
configured_endpoints: 32
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/context-dev/context.dev-242450ea46eb8c3e843fd6c4bf87e73192b5f62f6da697cd091d13c6aa7a991b.yml
openapi_spec_hash: c1c561976de1abcacede71fd5ab9b3d9
config_hash: 70e7e80b5e87f94981bee396c6cd41e8
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 2.6.0 (2026-07-22)

Full Changelog: [v2.5.0...v2.6.0](https://github.com/context-dot-dev/context-typescript-sdk/compare/v2.5.0...v2.6.0)

### Features

* **api:** api update ([8c1f563](https://github.com/context-dot-dev/context-typescript-sdk/commit/8c1f563edf6dcc1d73f9227991031bda015c658f))
* **api:** api update ([8b7d1bd](https://github.com/context-dot-dev/context-typescript-sdk/commit/8b7d1bdb94fb10c9912d783040ac577b015b8f8e))
* **api:** api update ([270e0f4](https://github.com/context-dot-dev/context-typescript-sdk/commit/270e0f48fc2b8d3e313b744562220c2ed8b2b82f))
* **api:** api update ([4ad7020](https://github.com/context-dot-dev/context-typescript-sdk/commit/4ad70200cc9afd8ae4cf97b2bec2e40149636d16))
* **api:** api update ([23b9a00](https://github.com/context-dot-dev/context-typescript-sdk/commit/23b9a006879c27aa6f11c18b7967acf67e95c3d5))
* **api:** api update ([fa3004d](https://github.com/context-dot-dev/context-typescript-sdk/commit/fa3004d20081d2eb9cc4f3d2906990972b62d9f2))
* **api:** api update ([424b19c](https://github.com/context-dot-dev/context-typescript-sdk/commit/424b19c072dcbeea4bc2f1e24a1470bb6df15b5b))
* **api:** manual updates ([cb78520](https://github.com/context-dot-dev/context-typescript-sdk/commit/cb785201d3f7ad522b69dfaa048baaa9ba5483b6))
* **stlc:** configurable CI runner and private-production-repo support in workflow templates ([762d40d](https://github.com/context-dot-dev/context-typescript-sdk/commit/762d40d91a3cfd7ed0b7810470c8add41081dca2))

## 2.5.0 (2026-07-12)

Full Changelog: [v2.4.0...v2.5.0](https://github.com/context-dot-dev/context-typescript-sdk/compare/v2.4.0...v2.5.0)
Expand Down
4 changes: 4 additions & 0 deletions api.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ Types:
- <code><a href="./src/resources/monitors.ts">MonitorUpdateResponse</a></code>
- <code><a href="./src/resources/monitors.ts">MonitorListResponse</a></code>
- <code><a href="./src/resources/monitors.ts">MonitorDeleteResponse</a></code>
- <code><a href="./src/resources/monitors.ts">MonitorGetCreditUsageResponse</a></code>
- <code><a href="./src/resources/monitors.ts">MonitorGetLimitsResponse</a></code>
- <code><a href="./src/resources/monitors.ts">MonitorListAccountChangesResponse</a></code>
- <code><a href="./src/resources/monitors.ts">MonitorListAccountRunsResponse</a></code>
- <code><a href="./src/resources/monitors.ts">MonitorListChangesResponse</a></code>
Expand All @@ -108,6 +110,8 @@ Methods:
- <code title="patch /monitors/{monitor_id}">client.monitors.<a href="./src/resources/monitors.ts">update</a>(monitorID, { ...params }) -> MonitorUpdateResponse</code>
- <code title="get /monitors">client.monitors.<a href="./src/resources/monitors.ts">list</a>({ ...params }) -> MonitorListResponse</code>
- <code title="delete /monitors/{monitor_id}">client.monitors.<a href="./src/resources/monitors.ts">delete</a>(monitorID) -> MonitorDeleteResponse</code>
- <code title="get /monitors/credit-usage">client.monitors.<a href="./src/resources/monitors.ts">getCreditUsage</a>({ ...params }) -> MonitorGetCreditUsageResponse</code>
- <code title="get /monitors/limits">client.monitors.<a href="./src/resources/monitors.ts">getLimits</a>() -> MonitorGetLimitsResponse</code>
- <code title="get /monitors/changes">client.monitors.<a href="./src/resources/monitors.ts">listAccountChanges</a>({ ...params }) -> MonitorListAccountChangesResponse</code>
- <code title="get /monitors/runs">client.monitors.<a href="./src/resources/monitors.ts">listAccountRuns</a>({ ...params }) -> MonitorListAccountRunsResponse</code>
- <code title="get /monitors/{monitor_id}/changes">client.monitors.<a href="./src/resources/monitors.ts">listChanges</a>(monitorID, { ...params }) -> MonitorListChangesResponse</code>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "context.dev",
"version": "2.5.0",
"version": "2.6.0",
"description": "The official TypeScript library for the Context Dev API",
"author": "Context Dev <hello@context.dev>",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp-server/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dxt_version": "0.2",
"name": "context.dev-mcp",
"version": "2.5.0",
"version": "2.6.0",
"description": "The official MCP Server for the Context Dev API",
"author": {
"name": "Context Dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "context.dev-mcp",
"version": "2.5.0",
"version": "2.6.0",
"description": "The official MCP Server for the Context Dev API",
"author": "Context Dev <hello@context.dev>",
"types": "dist/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions packages/mcp-server/src/code-tool-worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ const fuse = new Fuse(
'client.utility.prefetch',
'client.monitors.create',
'client.monitors.delete',
'client.monitors.getCreditUsage',
'client.monitors.getLimits',
'client.monitors.list',
'client.monitors.listAccountChanges',
'client.monitors.listAccountRuns',
Expand Down
Loading
Loading