@hachej/boring-agent 0.1.44 → 0.1.46
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/front/index.d.ts +3 -3
- package/package.json +2 -2
package/dist/front/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import * as react from 'react';
|
|
3
|
-
import {
|
|
3
|
+
import { ReactNode, ComponentType, HTMLAttributes, ComponentProps, FormEvent } from 'react';
|
|
4
4
|
import { FileUIPart, UIMessage, ChatStatus } from 'ai';
|
|
5
5
|
import { T as ToolUiMetadata, B as BoringChatPart, d as BoringChatMessage, m as PiChatStatus, r as QueuedUserMessage, C as ChatError, P as PiChatEvent, o as PromptPayload, p as PromptReceipt, F as FollowUpPayload, i as FollowUpReceipt, Q as QueueClearPayload, q as QueueClearReceipt, I as InterruptPayload, e as CommandReceipt, S as StopPayload, s as StopReceipt } from '../piChatEvent-DNKo77Xw.js';
|
|
6
6
|
import { e as SessionSummary } from '../chatSubmitPayload-DHqQL2wD.js';
|
|
@@ -88,7 +88,7 @@ interface ChatEmptyStateProps {
|
|
|
88
88
|
/** Large headline. Editorial tone. */
|
|
89
89
|
title?: string;
|
|
90
90
|
/** Single-paragraph description below the headline. */
|
|
91
|
-
description?:
|
|
91
|
+
description?: ReactNode;
|
|
92
92
|
/**
|
|
93
93
|
* Suggestion cards. Pass `[]` to hide the grid entirely (headline still
|
|
94
94
|
* renders). Defaults to `defaultChatSuggestions`.
|
|
@@ -506,7 +506,7 @@ interface ChatSubmitContext {
|
|
|
506
506
|
interface ChatPanelEmptyState {
|
|
507
507
|
eyebrow?: string;
|
|
508
508
|
title?: string;
|
|
509
|
-
description?:
|
|
509
|
+
description?: ReactNode;
|
|
510
510
|
/** Optional content rendered below the suggestion grid (e.g. a footer link). */
|
|
511
511
|
footer?: ReactNode;
|
|
512
512
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hachej/boring-agent",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.46",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Pane-embeddable coding agent. Ships direct/local/vercel-sandbox execution modes behind one interface.",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"use-stick-to-bottom": "^1.1.3",
|
|
75
75
|
"yaml": "^2.8.3",
|
|
76
76
|
"zod": "^3.25.76",
|
|
77
|
-
"@hachej/boring-ui-kit": "0.1.
|
|
77
|
+
"@hachej/boring-ui-kit": "0.1.46"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
80
|
"@antithesishq/bombadil": "0.5.0",
|