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
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/fern/openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -5569,7 +5569,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 auth accepts requests without credentials — middleware stamps a local default user. When OIDC or TrueFoundry auth is configured, protected routes require a valid cookie or `Authorization: Bearer` 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.2.0-rc.3"
"version": "0.2.0-rc.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 @@ -5569,7 +5569,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 auth accepts requests without credentials — middleware stamps a local default user. When OIDC or TrueFoundry auth is configured, protected routes require a valid cookie or `Authorization: Bearer` 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.2.0-rc.3"
"version": "0.2.0-rc.4"
},
"openapi": "3.1.0",
"paths": {
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.2.0-rc.4] - 2026-09-11

## [0.2.0-rc.3] - 2026-09-10

## 0.2.0-rc.4

### Patch Changes

- 648273b: Regenerate SDK from updated OpenAPI spec.

## [0.1.4-rc.2] - 2026-09-08

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

## 0.3.0-rc.4

### Patch Changes

- 629b6e9: Paginate the Agent Sessions list on scroll instead of a "Load more" button, showing a skeleton row while the next page loads.
- 629b6e9: Fix Agents library table scrolling when rows exceed the viewport
- 629b6e9: Show Created by (avatar + name) on Agents and Schedules tables when creator info is present.
- 629b6e9: Portal PopoverSelect menus so table page-size and other selects are not clipped by overflow parents.
- ef278dd: Stop highlighting New Chat while trying a named agent, and clear the Try Agent URL and history filter when starting a new chat.
- ceeb56f: Show turn and duration statistics alongside the featured agent metric cards.
- Updated dependencies [648273b]
- @truefoundry/trueforge-sdk@0.2.0-rc.4

## 0.3.0-rc.3

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

## 0.2.0-rc.4

### Minor Changes

- 4b120b8: Schedule runs now execute through one internal API call authenticated with `TRUEFORGE_API_KEY`. The server loads the saved run, schedule, and agent, then uses one agent-scoped token for turn resources in TrueFoundry mode.

### Patch Changes

- 629b6e9: Show Created by (avatar + name) on Agents and Schedules tables when creator info is present.
- Updated dependencies [648273b]
- @truefoundry/trueforge-sdk@0.2.0-rc.4

## 0.2.0-rc.3

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