@tutti-os/agent-gui 0.0.191 → 0.0.192
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/agent-gui.js +3 -3
- package/dist/{chunk-73FNXLC6.js → chunk-CUIJXYHG.js} +3 -3
- package/dist/{chunk-V2BMPPOE.js → chunk-SQZIKBOM.js} +1 -4
- package/dist/{chunk-V2BMPPOE.js.map → chunk-SQZIKBOM.js.map} +1 -1
- package/dist/{chunk-E2Y4FFQW.js → chunk-TYQTSC7Y.js} +2 -2
- package/dist/context-mention-palette/index.js +2 -2
- package/dist/index.js +3 -3
- package/dist/mention-search.js +1 -1
- package/package.json +14 -14
- /package/dist/{chunk-73FNXLC6.js.map → chunk-CUIJXYHG.js.map} +0 -0
- /package/dist/{chunk-E2Y4FFQW.js.map → chunk-TYQTSC7Y.js.map} +0 -0
package/dist/agent-gui.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AgentGUI
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-CUIJXYHG.js";
|
|
4
4
|
import "./chunk-LB4AGT7B.js";
|
|
5
5
|
import "./chunk-A4WCTHWS.js";
|
|
6
6
|
import "./chunk-L3YCXXMA.js";
|
|
@@ -14,10 +14,10 @@ import "./chunk-S7OROGUS.js";
|
|
|
14
14
|
import "./chunk-CXC3ROXQ.js";
|
|
15
15
|
import "./chunk-UP3ZDYTN.js";
|
|
16
16
|
import "./chunk-GUFEHWUX.js";
|
|
17
|
-
import "./chunk-
|
|
17
|
+
import "./chunk-TYQTSC7Y.js";
|
|
18
18
|
import "./chunk-CX6XXG6R.js";
|
|
19
19
|
import "./chunk-G7DS23D4.js";
|
|
20
|
-
import "./chunk-
|
|
20
|
+
import "./chunk-SQZIKBOM.js";
|
|
21
21
|
import "./chunk-VMPA46ET.js";
|
|
22
22
|
import "./chunk-XJ34OIEQ.js";
|
|
23
23
|
import "./chunk-JDVP33S5.js";
|
|
@@ -94,7 +94,7 @@ import {
|
|
|
94
94
|
AgentFileMentionPalette,
|
|
95
95
|
agentMentionItemKey,
|
|
96
96
|
isAgentMentionItemDisabled
|
|
97
|
-
} from "./chunk-
|
|
97
|
+
} from "./chunk-TYQTSC7Y.js";
|
|
98
98
|
import {
|
|
99
99
|
normalizeAgentGUIAgents,
|
|
100
100
|
projectAgentGUIAgentsToTargets
|
|
@@ -105,7 +105,7 @@ import {
|
|
|
105
105
|
DEFAULT_AGENT_MENTION_FILTER,
|
|
106
106
|
agentGuiScheduler,
|
|
107
107
|
buildWorkspaceAgentActivityListViewModel
|
|
108
|
-
} from "./chunk-
|
|
108
|
+
} from "./chunk-SQZIKBOM.js";
|
|
109
109
|
import {
|
|
110
110
|
AGENT_RICH_TEXT_CARET_ANCHOR,
|
|
111
111
|
agentComposerFileMentionReferences,
|
|
@@ -44036,4 +44036,4 @@ export {
|
|
|
44036
44036
|
AgentHandoffMenu,
|
|
44037
44037
|
AgentGUI
|
|
44038
44038
|
};
|
|
44039
|
-
//# sourceMappingURL=chunk-
|
|
44039
|
+
//# sourceMappingURL=chunk-CUIJXYHG.js.map
|
|
@@ -1938,9 +1938,6 @@ var AgentMentionSearchControllerBase = class {
|
|
|
1938
1938
|
groups: this.groupsFromRawGroups(),
|
|
1939
1939
|
error: null
|
|
1940
1940
|
});
|
|
1941
|
-
if (cached.isFresh) {
|
|
1942
|
-
return;
|
|
1943
|
-
}
|
|
1944
1941
|
} else {
|
|
1945
1942
|
this.rawGroups = emptyAgentMentionRawGroups();
|
|
1946
1943
|
this.resetTotalCounts();
|
|
@@ -3052,4 +3049,4 @@ export {
|
|
|
3052
3049
|
AgentMentionSearchController,
|
|
3053
3050
|
preloadAgentMentionBrowse
|
|
3054
3051
|
};
|
|
3055
|
-
//# sourceMappingURL=chunk-
|
|
3052
|
+
//# sourceMappingURL=chunk-SQZIKBOM.js.map
|