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/20260816223810-regenerate-sdk-from-openapi.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/20260817052904-daytona-snapshot-register-status.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/20260817061700-ask-user-recommended-option.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/20260817101700-max-request-body-bytes.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/20260817113112-trueforge-ui-with-router.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/fern/openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -4185,7 +4185,7 @@
"info": {
"description": "HTTP API for the TrueForge agent server (`/api/v1`). Interactive docs are served at `/api/v1/docs` (OpenAPI JSON at `/api/v1/openapi.json`).\n\n**Authentication:** Standalone deployments (no OIDC) accept requests without credentials — middleware stamps a local default user. When OIDC is configured, protected routes require a valid `id_token` cookie or `Authorization: Bearer` ID token. There is no built-in API-key scheme; pass custom headers only if your reverse proxy or IdP layer requires them.\n\nCovers DB-backed sessions, the agent registry, settings catalogs, and model/MCP/skill/sandbox providers.",
"title": "TrueForge API",
"version": "0.1.0"
"version": "0.1.1"
},
"openapi": "3.1.0",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -4185,7 +4185,7 @@
"info": {
"description": "HTTP API for the TrueForge agent server (`/api/v1`). Interactive docs are served at `/api/v1/docs` (OpenAPI JSON at `/api/v1/openapi.json`).\n\n**Authentication:** Standalone deployments (no OIDC) accept requests without credentials — middleware stamps a local default user. When OIDC is configured, protected routes require a valid `id_token` cookie or `Authorization: Bearer` ID token. There is no built-in API-key scheme; pass custom headers only if your reverse proxy or IdP layer requires them.\n\nCovers DB-backed sessions, the agent registry, settings catalogs, and model/MCP/skill/sandbox providers.",
"title": "TrueForge API",
"version": "0.1.0"
"version": "0.1.1"
},
"openapi": "3.1.0",
"paths": {
Expand Down
7 changes: 7 additions & 0 deletions packages/trueforge-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @truefoundry/trueforge-core

## 0.1.1

### Patch Changes

- 69237db: Await Daytona snapshot registration on sandbox provider configure so auth failures return 422 instead of a false pending status, and keep GET status refreshes persisted.
- 7783fc0: Instruct ask_user_question to mark a first option as (Recommended) when context clearly favors one.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/trueforge-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truefoundry/trueforge-core",
"version": "0.1.0",
"version": "0.1.1",
"description": "TrueForge Agent Harness library.",
"author": "TrueFoundry",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/trueforge-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## [0.1.1] - 2026-08-17

## [0.1.0] - 2026-08-16

## 0.1.1

### Patch Changes

- 5100c59: Regenerate SDK from updated OpenAPI spec.

## [0.1.0-rc.1] - 2026-08-14

## 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion packages/trueforge-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truefoundry/trueforge-sdk",
"version": "0.1.0",
"version": "0.1.1",
"private": false,
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/trueforge-sdk/src/BaseClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ export function normalizeClientOptions<T extends BaseClientOptions = BaseClientO
{
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@truefoundry/trueforge-sdk",
"X-Fern-SDK-Version": "0.1.0",
"User-Agent": "@truefoundry/trueforge-sdk/0.1.0",
"X-Fern-SDK-Version": "0.1.1",
"User-Agent": "@truefoundry/trueforge-sdk/0.1.1",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down
2 changes: 1 addition & 1 deletion packages/trueforge-sdk/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const SDK_VERSION = "0.1.0";
export const SDK_VERSION = "0.1.1";
11 changes: 11 additions & 0 deletions packages/trueforge-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.2.0

### Minor Changes

- 9a4d1a7: Add opt-in `withRouter` URL sync for shell places (`/`, `/agents/:agentName`, `/sessions/:sessionId`, `/settings`), with path customization via `routes` and `react-router-dom` as an optional peer. Serve the app shell for client-side deep links from the TrueForge server.

### Patch Changes

- Updated dependencies [5100c59]
- @truefoundry/trueforge-sdk@0.1.1

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/trueforge-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truefoundry/trueforge-ui",
"version": "0.1.0",
"version": "0.2.0",
"description": "TrueForge Agent Chat UI (atoms + containers) built on assistant-ui, with owned theming, presets, and swappable slots.",
"author": "TrueFoundry",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/trueforge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @truefoundry/trueforge

## 0.1.1

### Patch Changes

- 69237db: Await Daytona snapshot registration on sandbox provider configure so auth failures return 422 instead of a false pending status, and keep GET status refreshes persisted.
- f056973: Reject oversized HTTP request bodies with 413 via config-driven Hono bodyLimit (MAX_REQUEST_BODY_BYTES).
- 9a4d1a7: Add opt-in `withRouter` URL sync for shell places (`/`, `/agents/:agentName`, `/sessions/:sessionId`, `/settings`), with path customization via `routes` and `react-router-dom` as an optional peer. Serve the app shell for client-side deep links from the TrueForge server.
- Updated dependencies [69237db]
- Updated dependencies [7783fc0]
- @truefoundry/trueforge-core@0.1.1

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/trueforge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truefoundry/trueforge",
"version": "0.1.0",
"version": "0.1.1",
"description": "TrueForge Agent Harness: server, HTTP API, and chat UI (npx @truefoundry/trueforge)",
"author": "TrueFoundry",
"license": "MIT",
Expand Down