agenticmail 0.3.8 → 0.3.9
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.
|
@@ -74,7 +74,7 @@ function renderBubble(text, side) {
|
|
|
74
74
|
}
|
|
75
75
|
return output.join("\n");
|
|
76
76
|
}
|
|
77
|
-
function renderAgentLabel(name = "
|
|
77
|
+
function renderAgentLabel(name = "Agentic Mail") {
|
|
78
78
|
return ` ${"\u{1F380}"} ${bold(cyan(name))}`;
|
|
79
79
|
}
|
|
80
80
|
function renderUserLabel(name = "You") {
|
package/dist/cli.js
CHANGED
|
@@ -3278,7 +3278,7 @@ ${orig.text || ""}`;
|
|
|
3278
3278
|
renderUserLabel,
|
|
3279
3279
|
renderThinking,
|
|
3280
3280
|
randomThinking
|
|
3281
|
-
} = await import("./chat-ui-
|
|
3281
|
+
} = await import("./chat-ui-AP77ISXP.js");
|
|
3282
3282
|
const chat = new WsChat({
|
|
3283
3283
|
gatewayUrl: `ws://127.0.0.1:${gatewayPort}`,
|
|
3284
3284
|
token: gatewayToken
|