Skip to content
Open
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/20260817145404-agents-library-row-icons.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/20260818100000-api-path-and-sdk-naming.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/20260818105703-regenerate-sdk-from-openapi.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/openapi-docs-groups.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sandbox-image-json-pin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/settings-refresh-on-leave.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.3"
"version": "0.1.4"
},
"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.3"
"version": "0.1.4"
},
"openapi": "3.1.0",
"paths": {
Expand Down
6 changes: 6 additions & 0 deletions packages/trueforge-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @truefoundry/trueforge-core

## 0.1.4

### Patch Changes

- 43d780e: Load SANDBOX_IMAGE_URI from sandboxImage.json so CI can rewrite the pin.

## 0.1.3

### Patch 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.3",
"version": "0.1.4",
"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.3] - 2026-08-19

## [0.1.2] - 2026-08-18

## 0.1.3

### Patch Changes

- cc49d4a: Regenerate SDK from updated OpenAPI spec.

## [0.1.1] - 2026-08-17

## 0.1.2
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.2",
"version": "0.1.3",
"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.2",
"User-Agent": "@truefoundry/trueforge-sdk/0.1.2",
"X-Fern-SDK-Version": "0.1.3",
"User-Agent": "@truefoundry/trueforge-sdk/0.1.3",
"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.2";
export const SDK_VERSION = "0.1.3";
10 changes: 10 additions & 0 deletions packages/trueforge-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.2.3

### Patch Changes

- abd9e38: Agents Library rows: show connectors before skills, use the composer's lightbulb icon for skills, and reveal the connector/skill names in a tooltip on hover.
- cc49d4a: Rename catalog, sandbox-file download, and MCP tools paths; Fern upsert becomes create_or_update. Sessions and turns default and max 25; session and turn event lists default and max 100.
- 7e2e02c: Refresh composer catalogs whenever settings close, including navigating to a chat or named agent.
- Updated dependencies [cc49d4a]
- @truefoundry/trueforge-sdk@0.1.3

## 0.2.2

### Patch 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.2.2",
"version": "0.2.3",
"description": "TrueForge Agent Chat UI (atoms + containers) built on assistant-ui, with owned theming, presets, and swappable slots.",
"author": "TrueFoundry",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/trueforge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @truefoundry/trueforge

## 0.1.4

### Patch Changes

- cc49d4a: Rename catalog, sandbox-file download, and MCP tools paths; Fern upsert becomes create_or_update. Sessions and turns default and max 25; session and turn event lists default and max 100.
- 5e03c3d: Collapse Mintlify API Reference groups to Auth, Capabilities, Models, MCP Servers, Skills, Sandboxes, Agents, and Agent Sessions.
- Updated dependencies [43d780e]
- @truefoundry/trueforge-core@0.1.4

## 0.1.3

### Patch 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.3",
"version": "0.1.4",
"description": "TrueForge Agent Harness: server, HTTP API, and chat UI (npx @truefoundry/trueforge)",
"author": "TrueFoundry",
"license": "MIT",
Expand Down