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/age-2253-mcp-reset-inflight.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/keep-builder-save-intent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mcp-auth-verify-connector.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/schedule-turn-gateway-metadata.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/session-rename-ui.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/session-timestamps-timeline-safari.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ssrf-outbound-url-guard.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tenant-cp-url-mcp-oauth.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tfy-sandbox-upload-api.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/trueforge-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @truefoundry/trueforge-core

## 0.2.1

### Patch Changes

- f905d9f: Keep a shared remote MCP transport open while sibling tool calls are in flight so a session-expired reset cannot fail them with a non-retried close error.
- 6a97f6a: Block RFC1918, CGNAT, reserved, link-local, and loopback destinations on outbound MCP and model-provider HTTP, plus in-cluster hostnames, with optional host allow/block lists and NETWORK_POLICY_ENABLED (default on).
- e5e651c: Upload TFY sandbox files via POST /files/upload so large files are not stuffed onto exec argv.

## 0.2.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.2.0",
"version": "0.2.1",
"description": "TrueForge Agent Harness library.",
"author": "TrueFoundry",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/trueforge-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.3.1

### Patch Changes

- 56b3a59: Keep newly saved builders editable until the user leaves the build-agent page, then start fresh when they return.
- a122ba1: Show successful MCP authentication in chat, automatically continue after every required server connects, and indicate while the turn is starting. Confirm OAuth against the chat MCP connector read (`getMcpConnector`) so non-admins are not blocked by settings-only catalog GETs, and ignore authorize callbacks after the prompt unmounts.
- acad1a1: Add chat-history rename for servers that implement `renameSession`, including TrueForge harness title updates.
- a08c75a: Show absolute session activity timestamps on hover, label deferred MCP tools in the session timeline, and fix Safari collapsing contentSized modal bodies (flex-auto).

## 0.3.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.3.0",
"version": "0.3.1",
"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.1

### Patch Changes

- 13c7c4f: Keep TrueFoundry gateway metadata out of the turns engine behind a required per-turn headers resolver, and keep stamping harness `tfg.*` metadata on schedule-run turns.
- 6a97f6a: Block RFC1918, CGNAT, reserved, link-local, and loopback destinations on outbound MCP and model-provider HTTP, plus in-cluster hostnames, with optional host allow/block lists and NETWORK_POLICY_ENABLED (default on).
- 6b9b981: Resolve TrueFoundry MCP OAuth redirect origin from a cached tenant control-plane URL lookup instead of request context.
- Updated dependencies [f905d9f]
- Updated dependencies [6a97f6a]
- Updated dependencies [e5e651c]
- @truefoundry/trueforge-core@0.2.1

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