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
6 changes: 6 additions & 0 deletions packages/assistant-ui-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @truefoundry/trueforge-assistant-ui-runtime

## 0.2.0-rc.1

### Minor Changes

- c6b78d9: Make sandbox provider port types identity-only; move Daytona lifecycle fields (`execTimeoutMs`, auto-stop/archive/delete intervals) onto host `DaytonaSandboxConfig`.

## 0.2.0-rc.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/assistant-ui-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truefoundry/trueforge-assistant-ui-runtime",
"version": "0.2.0-rc.0",
"version": "0.2.0-rc.1",
"description": "TrueForge agent runtime adapter for assistant-ui",
"author": "TrueFoundry",
"license": "Apache-2.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/trueforge-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.4.0-rc.1

### Minor Changes

- c6b78d9: Make sandbox provider port types identity-only; move Daytona lifecycle fields (`execTimeoutMs`, auto-stop/archive/delete intervals) onto host `DaytonaSandboxConfig`.

### Patch Changes

- dd421b7: Add an action to restore the recent 30-day session list from a timestamp-pinned session.
- 73e146e: Make the compaction threshold an Auto/Custom selector: Auto omits `trigger` (runtime derives ~80% of the model context window); Custom reveals a number input defaulting to 50000.
- ff0cee5: Improve session timeline tooltips with sandbox tool details and grouped sub-agent tool calls.
- Updated dependencies [c6b78d9]
- @truefoundry/trueforge-assistant-ui-runtime@0.2.0-rc.1

## 0.4.0-rc.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.4.0-rc.0",
"version": "0.4.0-rc.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
6 changes: 6 additions & 0 deletions packages/trueforge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @truefoundry/trueforge

## 0.3.0-rc.1

### Patch Changes

- f98e575: Add Sentry for critical-flow error reporting (TrueFoundry auth-server or SENTRY_DSN init) with configurable additional tags.

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