@surf-kit/agent 0.2.0 → 0.2.1
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.
- package/dist/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/mcp/index.cjs +4 -4
- package/dist/mcp/index.cjs.map +1 -1
- package/dist/mcp/index.js +4 -4
- package/dist/mcp/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -2436,8 +2436,8 @@ var container = (0, import_class_variance_authority.cva)(
|
|
|
2436
2436
|
{
|
|
2437
2437
|
variants: {
|
|
2438
2438
|
status: {
|
|
2439
|
-
pending: "border-
|
|
2440
|
-
running: "border-
|
|
2439
|
+
pending: "border-border bg-surface",
|
|
2440
|
+
running: "border-status-info-subtle bg-status-info-subtle/30",
|
|
2441
2441
|
success: "border-status-success-subtle bg-status-success-subtle/30",
|
|
2442
2442
|
error: "border-status-error-subtle bg-status-error-subtle/30"
|
|
2443
2443
|
}
|
|
@@ -2527,7 +2527,7 @@ function MCPToolCall({ call, isExpanded = false, onToggleExpand, className }) {
|
|
|
2527
2527
|
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
2528
2528
|
"pre",
|
|
2529
2529
|
{
|
|
2530
|
-
className: "text-xs font-mono text-text-primary bg-
|
|
2530
|
+
className: "text-xs font-mono text-text-primary bg-surface-sunken rounded p-2 overflow-x-auto whitespace-pre-wrap",
|
|
2531
2531
|
"data-testid": "mcp-tool-result",
|
|
2532
2532
|
children: typeof call.result === "string" ? call.result : JSON.stringify(call.result, null, 2)
|
|
2533
2533
|
}
|
|
@@ -2605,7 +2605,7 @@ function MCPResourceView({ resource, className }) {
|
|
|
2605
2605
|
) : isTextMime(mimeType) ? /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
2606
2606
|
"pre",
|
|
2607
2607
|
{
|
|
2608
|
-
className: "text-xs font-mono text-text-primary bg-
|
|
2608
|
+
className: "text-xs font-mono text-text-primary bg-surface-sunken rounded p-2 overflow-x-auto whitespace-pre-wrap",
|
|
2609
2609
|
"data-testid": "mcp-resource-code",
|
|
2610
2610
|
children: typeof content === "string" ? content : "[Binary data]"
|
|
2611
2611
|
}
|