@tangle-network/agent-app 0.45.2 → 0.45.3

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.
@@ -400,9 +400,16 @@ interface ChatComposerProps {
400
400
  seed?: string | null;
401
401
  onSeedApplied?: () => void;
402
402
  /** Inline controls (e.g. `<ModelPicker/>` + `<EffortPicker/>` or
403
- * `<AgentSessionControls/>`). Rendered in a row above the input by default. */
403
+ * `<AgentSessionControls/>`). */
404
404
  controls?: ReactNode;
405
- controlsPlacement?: 'above' | 'footer';
405
+ /**
406
+ * Where {@link controls} sit. `inline` (default) puts them on the card's own
407
+ * action row, beside attach and Send — the model a turn will use reads as
408
+ * part of the input rather than as a separate widget floating above it.
409
+ * `above` keeps them outside the card, for a host that wants the input to be
410
+ * nothing but the input.
411
+ */
412
+ controlsPlacement?: 'above' | 'inline';
406
413
  /** Attachments are opt-in: pass `onAttach` to show the attach button, accept
407
414
  * drag-and-drop onto the input, and render `pendingFiles` chips. */
408
415
  onAttach?: (files: FileList) => void;
@@ -78,7 +78,7 @@ import {
78
78
  useSmoothText,
79
79
  useThinkingSeconds,
80
80
  waterfallLayout
81
- } from "../chunk-RDK3CN7Y.js";
81
+ } from "../chunk-YRFB2KEA.js";
82
82
  import "../chunk-FBVLEGEG.js";
83
83
  import "../chunk-GINKOZFD.js";
84
84
  import {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tangle-network/agent-app",
3
- "version": "0.45.2",
3
+ "version": "0.45.3",
4
4
  "packageManager": "pnpm@11.17.0",
5
5
  "description": "Build agent applications with typed chat, tools, sandboxes, integrations, billing, and evaluation.",
6
6
  "keywords": [