@tutti-os/agent-gui 0.0.215 → 0.0.216
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/README.md +3 -5
- package/dist/{AgentRichTextReadonly-56TZAJ47.js → AgentRichTextReadonly-IPPNAAWG.js} +5 -5
- package/dist/agent-conversation/index.d.ts +0 -2
- package/dist/agent-conversation/index.js +7 -7
- package/dist/agent-gui.d.ts +0 -7
- package/dist/agent-gui.js +14 -14
- package/dist/agent-message-center/index.d.ts +1 -2
- package/dist/agent-message-center/index.js +6 -6
- package/dist/app/renderer/agentactivity.css +0 -24
- package/dist/{chunk-ISC67YBJ.js → chunk-6A6OVD66.js} +4 -4
- package/dist/{chunk-AD2RTSMS.js → chunk-AOK22J62.js} +2 -2
- package/dist/{chunk-2HYADTQP.js → chunk-B4TM2HYJ.js} +2 -2
- package/dist/{chunk-MWAUXAD2.js → chunk-DLN33TPF.js} +2 -2
- package/dist/{chunk-XERDRMSF.js → chunk-DTP2OMCE.js} +4 -4
- package/dist/{chunk-AQ7CRDGX.js → chunk-EZRQMJTX.js} +8 -14
- package/dist/chunk-EZRQMJTX.js.map +1 -0
- package/dist/{chunk-JOUEYIV3.js → chunk-KJA3HHUJ.js} +363 -684
- package/dist/chunk-KJA3HHUJ.js.map +1 -0
- package/dist/{chunk-GUD5NOHO.js → chunk-MOCBHFJ2.js} +5 -74
- package/dist/chunk-MOCBHFJ2.js.map +1 -0
- package/dist/{chunk-QVLEP54U.js → chunk-P2RIZAK5.js} +3 -3
- package/dist/chunk-P2RIZAK5.js.map +1 -0
- package/dist/{chunk-YBIT37P5.js → chunk-QFYOJMEQ.js} +2 -2
- package/dist/{chunk-BYHNJQYH.js → chunk-UERICUWM.js} +2 -2
- package/dist/{chunk-KVFBUOKZ.js → chunk-VMPPZO5C.js} +2 -2
- package/dist/{chunk-YTU6IUO2.js → chunk-YY5WM3OE.js} +39 -143
- package/dist/chunk-YY5WM3OE.js.map +1 -0
- package/dist/{chunk-KNSLQO52.js → chunk-Z5UJC4Q3.js} +7 -13
- package/dist/chunk-Z5UJC4Q3.js.map +1 -0
- package/dist/context-mention-palette/index.js +7 -7
- package/dist/{contribution-DfeuQHH6.d.ts → contribution-D4lcOjSU.d.ts} +2 -14
- package/dist/i18n/index.d.ts +2 -2
- package/dist/i18n/index.js +2 -2
- package/dist/index.d.ts +2 -9
- package/dist/index.js +14 -14
- package/dist/mention-search.js +5 -5
- package/dist/workbench/contribution.d.ts +1 -1
- package/dist/workbench/contribution.js +3 -5
- package/dist/workbench/index.d.ts +2 -2
- package/dist/workbench/index.js +3 -5
- package/dist/workbench/sessionTitle.js +2 -2
- package/package.json +14 -14
- package/dist/chunk-AQ7CRDGX.js.map +0 -1
- package/dist/chunk-GUD5NOHO.js.map +0 -1
- package/dist/chunk-JOUEYIV3.js.map +0 -1
- package/dist/chunk-KNSLQO52.js.map +0 -1
- package/dist/chunk-QVLEP54U.js.map +0 -1
- package/dist/chunk-YTU6IUO2.js.map +0 -1
- /package/dist/{AgentRichTextReadonly-56TZAJ47.js.map → AgentRichTextReadonly-IPPNAAWG.js.map} +0 -0
- /package/dist/{chunk-ISC67YBJ.js.map → chunk-6A6OVD66.js.map} +0 -0
- /package/dist/{chunk-AD2RTSMS.js.map → chunk-AOK22J62.js.map} +0 -0
- /package/dist/{chunk-2HYADTQP.js.map → chunk-B4TM2HYJ.js.map} +0 -0
- /package/dist/{chunk-MWAUXAD2.js.map → chunk-DLN33TPF.js.map} +0 -0
- /package/dist/{chunk-XERDRMSF.js.map → chunk-DTP2OMCE.js.map} +0 -0
- /package/dist/{chunk-YBIT37P5.js.map → chunk-QFYOJMEQ.js.map} +0 -0
- /package/dist/{chunk-BYHNJQYH.js.map → chunk-UERICUWM.js.map} +0 -0
- /package/dist/{chunk-KVFBUOKZ.js.map → chunk-VMPPZO5C.js.map} +0 -0
|
@@ -7,14 +7,14 @@ import {
|
|
|
7
7
|
import {
|
|
8
8
|
getOptionalAgentHostApi,
|
|
9
9
|
useOptionalAgentHostApi
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-QFYOJMEQ.js";
|
|
11
11
|
import {
|
|
12
12
|
managedAgentRoundedIconUrl
|
|
13
13
|
} from "./chunk-M6HTOCQK.js";
|
|
14
14
|
import {
|
|
15
15
|
translate,
|
|
16
16
|
useTranslation
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-UERICUWM.js";
|
|
18
18
|
import {
|
|
19
19
|
resolveAgentWorkspaceFileVisualKind
|
|
20
20
|
} from "./chunk-5BJYO6X3.js";
|
|
@@ -2841,7 +2841,6 @@ function AgentMessageMarkdown({
|
|
|
2841
2841
|
inline = false,
|
|
2842
2842
|
normalizePlainIssueMentionTitle = false,
|
|
2843
2843
|
enableImageZoom = false,
|
|
2844
|
-
previewMode = false,
|
|
2845
2844
|
streaming = false
|
|
2846
2845
|
}) {
|
|
2847
2846
|
"use memo";
|
|
@@ -2931,8 +2930,7 @@ function AgentMessageMarkdown({
|
|
|
2931
2930
|
...props,
|
|
2932
2931
|
onLinkClick: handleLinkClick,
|
|
2933
2932
|
workspaceAppIcons,
|
|
2934
|
-
agentTargets: effectiveAgentTargets
|
|
2935
|
-
previewMode
|
|
2933
|
+
agentTargets: effectiveAgentTargets
|
|
2936
2934
|
}
|
|
2937
2935
|
),
|
|
2938
2936
|
code: (props) => /* @__PURE__ */ jsx5(MarkdownCode, { ...props }),
|
|
@@ -2948,7 +2946,6 @@ function AgentMessageMarkdown({
|
|
|
2948
2946
|
enableImageZoom,
|
|
2949
2947
|
handleLinkClick,
|
|
2950
2948
|
inline,
|
|
2951
|
-
previewMode,
|
|
2952
2949
|
workspaceAppIcons
|
|
2953
2950
|
]
|
|
2954
2951
|
);
|
|
@@ -3058,7 +3055,6 @@ function MarkdownLink({
|
|
|
3058
3055
|
onLinkClick,
|
|
3059
3056
|
workspaceAppIcons,
|
|
3060
3057
|
agentTargets,
|
|
3061
|
-
previewMode,
|
|
3062
3058
|
href,
|
|
3063
3059
|
...props
|
|
3064
3060
|
}) {
|
|
@@ -3079,8 +3075,7 @@ function MarkdownLink({
|
|
|
3079
3075
|
...props,
|
|
3080
3076
|
href: targetHref,
|
|
3081
3077
|
mention,
|
|
3082
|
-
onLinkClick
|
|
3083
|
-
previewMode: previewMode === true
|
|
3078
|
+
onLinkClick
|
|
3084
3079
|
}
|
|
3085
3080
|
);
|
|
3086
3081
|
}
|
|
@@ -3224,7 +3219,6 @@ function MentionLink({
|
|
|
3224
3219
|
onLinkClick,
|
|
3225
3220
|
href,
|
|
3226
3221
|
mention,
|
|
3227
|
-
previewMode,
|
|
3228
3222
|
...props
|
|
3229
3223
|
}) {
|
|
3230
3224
|
"use memo";
|
|
@@ -3283,8 +3277,8 @@ function MentionLink({
|
|
|
3283
3277
|
kind: pillKind,
|
|
3284
3278
|
label: /* @__PURE__ */ jsx5("span", { className: "tsh-agent-object-token__main", children: label }),
|
|
3285
3279
|
removable: false,
|
|
3286
|
-
tooltipEnabled:
|
|
3287
|
-
withTooltipProvider:
|
|
3280
|
+
tooltipEnabled: true,
|
|
3281
|
+
withTooltipProvider: true
|
|
3288
3282
|
}
|
|
3289
3283
|
)
|
|
3290
3284
|
}
|
|
@@ -3765,4 +3759,4 @@ export {
|
|
|
3765
3759
|
AgentMessageMarkdown,
|
|
3766
3760
|
CustomScrollArea
|
|
3767
3761
|
};
|
|
3768
|
-
//# sourceMappingURL=chunk-
|
|
3762
|
+
//# sourceMappingURL=chunk-Z5UJC4Q3.js.map
|