@truefoundry/trueforge-ui 0.1.0-rc.2 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 2f08a99: Remember plain-draft composer choices (model, skills, MCP connectors, config) across New Chat and reloads via localStorage. Edit-flow and immutable library agents are unchanged. `TrueforgeUI` `layout` is optional and defaults to `"sidebar"`.
8
+ - b56c003: Initial 0.1.0-rc.1 prerelease of all public packages.
9
+
10
+ ### Patch Changes
11
+
12
+ - e9bf976: Wrap settings MCP, skills, model-provider, and sandbox create/put bodies as `{ manifest }`. List/get items nest the stored document (`name` plus `manifest`, plus derived fields). Create returns 201. Chat lists and catalogs stay flat. Adapter catalogs follow the new SDK shapes.
13
+ - a9e8187: Improve nested tool approval handling and bump `@truefoundry/assistant-ui-runtime`.
14
+ - 0730213: Save Agent dialog: add a per-connector **preload** toggle (writes `mcp_servers[].preload`), render the capabilities as side-by-side cards, and declutter the modal — inline model/connector/skill chips (model shows its provider logo), the "Connectors" label, no subtitle, content-sized height, and tighter spacing. Tooltips now portal into the nearest `<dialog>` so they render above modal content.
15
+ - Updated dependencies [e9bf976]
16
+ - Updated dependencies [b56c003]
17
+ - @truefoundry/trueforge-sdk@0.1.0
18
+
3
19
  ## 0.1.0-rc.2
4
20
 
5
21
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truefoundry/trueforge-ui",
3
- "version": "0.1.0-rc.2",
3
+ "version": "0.1.0",
4
4
  "description": "TrueForge Agent Chat UI (atoms + containers) built on assistant-ui, with owned theming, presets, and swappable slots.",
5
5
  "author": "TrueFoundry",
6
6
  "license": "MIT",
@@ -86,9 +86,9 @@
86
86
  "react-syntax-highlighter": "^16.1.1",
87
87
  "remark-gfm": "^4.0.1",
88
88
  "tailwind-merge": "^3.6.0",
89
- "truefoundry-gateway-sdk": "^0.4.0-rc.6",
89
+ "truefoundry-gateway-sdk": "^0.4.0",
90
90
  "zod": "^4.4.3",
91
- "@truefoundry/trueforge-sdk": "0.1.0-rc.1"
91
+ "@truefoundry/trueforge-sdk": "0.1.0"
92
92
  },
93
93
  "devDependencies": {
94
94
  "@eslint/js": "^9.39.0",