@tangle-network/agent-app 0.45.35 → 0.45.36

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.
@@ -8,7 +8,7 @@ export { InteractionData, InteractionOutcome, InteractionRequest } from '@tangle
8
8
  import { e as ChatMentionPart, a as ChatAttachmentPart } from '../parts-BqIHMdyu.js';
9
9
  export { s as attachmentInputToPart, t as attachmentKindForMime, u as attachmentPartsFromMessageParts, x as isChatAttachmentPart, H as mentionInputToPart, I as mentionPartsFromMessageParts } from '../parts-BqIHMdyu.js';
10
10
  import { E as EvidenceEntry, g as ExceptionEntry, b as WorkProductProvenance, P as ProfileBacktestSummary, Q as QualityCheck, W as WorkProductPersistedPart, h as WorkProductStatus } from '../types-CCeYywdS.js';
11
- export { a as AgentSessionControls, A as AgentSessionControlsProps, C as ComposerMentionProp, D as DEFAULT_EFFORT_LEVELS, b as DEFAULT_MENTION_EMPTY_TEXT, c as DEFAULT_MENTION_LIMIT, E as EFFORT_METER_SEGMENTS, d as EffortLevel, e as EffortMeter, f as EffortPicker, g as EffortPickerProps, I as INDEX_REFRESH_AFTER_MS, M as MentionItem, h as ModelPicker, i as ModelPickerProps, O as OVERLAY_SHADOW, j as UseFileMentionsOptions, U as UseFileMentionsResult, k as effortMeterFill, r as rankFileMentions, u as useFileMentions, l as usePending, m as usePopover } from '../agent-session-controls-1q1XR3j8.js';
11
+ export { a as AgentSessionControls, A as AgentSessionControlsProps, C as ComposerMentionProp, D as DEFAULT_EFFORT_LEVELS, b as DEFAULT_MENTION_EMPTY_TEXT, c as DEFAULT_MENTION_LIMIT, E as EFFORT_METER_SEGMENTS, d as EffortLevel, e as EffortMeter, f as EffortPicker, g as EffortPickerProps, I as INDEX_REFRESH_AFTER_MS, M as MentionItem, h as ModelPicker, i as ModelPickerProps, O as OVERLAY_SHADOW, P as POPOVER_SURFACE_ATTR, j as PopoverSurface, k as PopoverSurfaceProps, l as UseFileMentionsOptions, U as UseFileMentionsResult, m as effortMeterFill, r as rankFileMentions, u as useFileMentions, n as usePending, o as usePopover } from '../agent-session-controls-CCeu5QLS.js';
12
12
  import { a as ChatAttachmentKind, b as ChatAttachmentInput } from '../wire-DOZ-O6hD.js';
13
13
  export { C as ChatMentionKind, e as ChatTurnFilePartInput, d as ChatTurnPartInput, c as ChatTurnRequestPayload, D as DISPATCH_MAX_MEDIA_PARTS, i as DISPATCH_MAX_PARTS, j as DISPATCH_REQUEST_MAX_BYTES, k as DISPATCH_STRUCTURAL_RESERVE_BYTES, F as FileMention, P as ProducerErrorEvent, m as ProducerNoticeEvent, n as ProducerPassthroughEvent, o as ProducerPassthroughEventType, p as ProducerReasoningEvent, q as ProducerTextEvent, r as ProducerToolCallEvent, s as ProducerToolResultEvent, t as ProducerUsageEvent, u as ProducerWireEvent, w as base64WireLen, x as buildMentionPromptBlock, y as chatTurnRequestInit, z as fileMentionsToParts, B as mediaTypeForMentionPath, E as mentionKindForPath } from '../wire-DOZ-O6hD.js';
14
14
  import { Harness } from '../harness/index.js';
@@ -110,7 +110,7 @@ import {
110
110
  withoutRecordGridCreated,
111
111
  withoutRecordGridRemoved,
112
112
  withoutRecordGridUpdate
113
- } from "../chunk-AIHKKLKY.js";
113
+ } from "../chunk-H3LYJIAQ.js";
114
114
  import "../chunk-FBVLEGEG.js";
115
115
  import {
116
116
  EvidenceLineageTable,
@@ -136,12 +136,14 @@ import {
136
136
  HarnessGlyph,
137
137
  ModelPicker,
138
138
  OVERLAY_SHADOW,
139
+ POPOVER_SURFACE_ATTR,
140
+ PopoverSurface,
139
141
  ProviderLogo,
140
142
  effortMeterFill,
141
143
  useComposerAttachments,
142
144
  usePending,
143
145
  usePopover
144
- } from "../chunk-MIZMWCKW.js";
146
+ } from "../chunk-3AXSERRK.js";
145
147
  import {
146
148
  tabTerminalConnectionId,
147
149
  useSandboxTerminalConnection
@@ -242,7 +244,9 @@ export {
242
244
  MissionActivityLane,
243
245
  ModelPicker,
244
246
  OVERLAY_SHADOW,
247
+ POPOVER_SURFACE_ATTR,
245
248
  PROVENANCE_BASES,
249
+ PopoverSurface,
246
250
  ProvenanceLegend,
247
251
  ProvenanceStamp,
248
252
  ProvenanceValue,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tangle-network/agent-app",
3
- "version": "0.45.35",
3
+ "version": "0.45.36",
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": [
@@ -501,7 +501,7 @@
501
501
  "prepare": "tsup",
502
502
  "test": "vitest run",
503
503
  "test:generated": "node .github/scripts/test-generated-projects.mjs",
504
- "test:gates": "vitest run src/sandbox/index.test.ts src/profile/index.test.ts tests/chat-stream.test.ts tests/browser-safe-subpaths.test.ts tests/test-quality.test.ts tests/knip-entries-fresh.test.ts",
504
+ "test:gates": "vitest run src/sandbox/index.test.ts src/profile/index.test.ts tests/chat-stream.test.ts tests/browser-safe-subpaths.test.ts tests/test-quality.test.ts tests/knip-entries-fresh.test.ts tests/web-react/popover-escapes-host.test.tsx tests/web-react/popover-canon-source.test.ts",
505
505
  "test:watch": "vitest",
506
506
  "typecheck": "tsc --noEmit",
507
507
  "docs:gen": "agent-docs",
@@ -586,6 +586,7 @@
586
586
  "lucide-react": ">=1",
587
587
  "pdf-lib": ">=1.17",
588
588
  "react": ">=18",
589
+ "react-dom": ">=18",
589
590
  "react-konva": ">=18",
590
591
  "react-router": ">=8.3.0",
591
592
  "resend": ">=6"
@@ -647,6 +648,9 @@
647
648
  },
648
649
  "pdf-lib": {
649
650
  "optional": true
651
+ },
652
+ "react-dom": {
653
+ "optional": true
650
654
  }
651
655
  },
652
656
  "dependencies": {