@tutti-os/agent-gui 0.0.82 → 0.0.84
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-conversation/index.js +5 -5
- package/dist/agent-message-center/index.js +7 -7
- package/dist/app/renderer/agentactivity.css +65 -137
- package/dist/{chunk-AIYGF64O.js → chunk-3355GEBI.js} +2 -2
- package/dist/{chunk-PVLUSXH5.js → chunk-6YLA7R4S.js} +2 -2
- package/dist/{chunk-Z7KHS6LK.js → chunk-A2JPL5N6.js} +2 -2
- package/dist/{chunk-5WZEOARY.js → chunk-AA75BOX3.js} +3 -1
- package/dist/chunk-AA75BOX3.js.map +1 -0
- package/dist/{chunk-5BFYTHJB.js → chunk-CVPWQHQH.js} +2 -2
- package/dist/{chunk-3PB2FL74.js → chunk-CXJEQQR5.js} +2 -2
- package/dist/{chunk-CCJUGHQQ.js → chunk-FIH7IYLX.js} +8 -7
- package/dist/chunk-FIH7IYLX.js.map +1 -0
- package/dist/{chunk-FYSYKWN6.js → chunk-HUNUSBQQ.js} +2 -2
- package/dist/{chunk-T56L2H2H.js → chunk-MQ6WW3CD.js} +2 -2
- package/dist/{chunk-U4F3VJ5C.js → chunk-N7EX6XK3.js} +3 -3
- package/dist/{chunk-GE4CCOWC.js → chunk-UNLTQUPO.js} +4 -4
- package/dist/context-mention-palette/index.js +6 -6
- package/dist/i18n/index.d.ts +2 -0
- package/dist/i18n/index.js +2 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1947 -1313
- package/dist/index.js.map +1 -1
- package/dist/workbench/index.js +3 -3
- package/dist/workbench/sessionTitle.js +3 -3
- package/dist/workspace-agent-generated-files.js +3 -3
- package/package.json +17 -15
- package/dist/chunk-5WZEOARY.js.map +0 -1
- package/dist/chunk-CCJUGHQQ.js.map +0 -1
- /package/dist/{chunk-AIYGF64O.js.map → chunk-3355GEBI.js.map} +0 -0
- /package/dist/{chunk-PVLUSXH5.js.map → chunk-6YLA7R4S.js.map} +0 -0
- /package/dist/{chunk-Z7KHS6LK.js.map → chunk-A2JPL5N6.js.map} +0 -0
- /package/dist/{chunk-5BFYTHJB.js.map → chunk-CVPWQHQH.js.map} +0 -0
- /package/dist/{chunk-3PB2FL74.js.map → chunk-CXJEQQR5.js.map} +0 -0
- /package/dist/{chunk-FYSYKWN6.js.map → chunk-HUNUSBQQ.js.map} +0 -0
- /package/dist/{chunk-T56L2H2H.js.map → chunk-MQ6WW3CD.js.map} +0 -0
- /package/dist/{chunk-U4F3VJ5C.js.map → chunk-N7EX6XK3.js.map} +0 -0
- /package/dist/{chunk-GE4CCOWC.js.map → chunk-UNLTQUPO.js.map} +0 -0
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
import {
|
|
10
10
|
translate,
|
|
11
11
|
useTranslation
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-MQ6WW3CD.js";
|
|
13
13
|
|
|
14
14
|
// agent-gui/agentGuiNode/agentRichText/agentFileMentionExtension.ts
|
|
15
15
|
import { mergeAttributes, Node } from "@tiptap/core";
|
|
@@ -1568,4 +1568,4 @@ export {
|
|
|
1568
1568
|
mentionItemToAttrs,
|
|
1569
1569
|
attrsToMentionItem
|
|
1570
1570
|
};
|
|
1571
|
-
//# sourceMappingURL=chunk-
|
|
1571
|
+
//# sourceMappingURL=chunk-CXJEQQR5.js.map
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
resolveWorkspaceFilePathCandidate,
|
|
16
16
|
resolveWorkspaceLinkAction,
|
|
17
17
|
useAgentTargetPresentations
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-HUNUSBQQ.js";
|
|
19
19
|
import {
|
|
20
20
|
classifyFailedAgentMessage,
|
|
21
21
|
openAgentEnvPanel,
|
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
formatAgentMentionMarkdown,
|
|
29
29
|
mentionItemToAttrs,
|
|
30
30
|
parseAgentMentionMarkdown
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-CXJEQQR5.js";
|
|
32
32
|
import {
|
|
33
33
|
fileChangeCountFromChanges,
|
|
34
34
|
fileChangeEntriesFromChanges,
|
|
@@ -45,7 +45,7 @@ import {
|
|
|
45
45
|
import {
|
|
46
46
|
getActiveUiLanguage,
|
|
47
47
|
translate
|
|
48
|
-
} from "./chunk-
|
|
48
|
+
} from "./chunk-MQ6WW3CD.js";
|
|
49
49
|
|
|
50
50
|
// agent-gui/agentGuiNode/model/agentGuiNodeTypes.ts
|
|
51
51
|
var AGENT_PASTED_TEXT_BLOCK_KIND = "pasted-text";
|
|
@@ -5239,6 +5239,7 @@ function firstPresentString6(...values) {
|
|
|
5239
5239
|
// shared/agentConversation/projection/agentConversationProjection.ts
|
|
5240
5240
|
var RENDER_IRRELEVANT_TRANSCRIPT_ROW_FIELDS = /* @__PURE__ */ new Set(["occurredAtUnixMs"]);
|
|
5241
5241
|
var CODEX_SKILLS_CONTEXT_BUDGET_NOTICE_FRAGMENT = "skill descriptions were shortened to fit the 2% skills context budget";
|
|
5242
|
+
var CODEX_MODEL_METADATA_FALLBACK_NOTICE_FRAGMENT = "defaulting to fallback metadata";
|
|
5242
5243
|
function projectAgentConversationVM(detail, options = {}) {
|
|
5243
5244
|
const rows = [];
|
|
5244
5245
|
const turns = detail.turns;
|
|
@@ -5409,7 +5410,7 @@ function dropCodexRuntimeDiagnosticNotices(rows) {
|
|
|
5409
5410
|
continue;
|
|
5410
5411
|
}
|
|
5411
5412
|
const messages = row.messages.filter(
|
|
5412
|
-
(message) => !
|
|
5413
|
+
(message) => !isCodexRuntimeDiagnosticNotice(message)
|
|
5413
5414
|
);
|
|
5414
5415
|
if (messages.length === 0 && row.thinking.length === 0) {
|
|
5415
5416
|
continue;
|
|
@@ -5422,7 +5423,7 @@ function dropCodexRuntimeDiagnosticNotices(rows) {
|
|
|
5422
5423
|
}
|
|
5423
5424
|
return filteredRows;
|
|
5424
5425
|
}
|
|
5425
|
-
function
|
|
5426
|
+
function isCodexRuntimeDiagnosticNotice(message) {
|
|
5426
5427
|
const notice = message.systemNotice;
|
|
5427
5428
|
if (!notice || notice.noticeKind !== "warning") {
|
|
5428
5429
|
return false;
|
|
@@ -5431,7 +5432,7 @@ function isCodexSkillsContextBudgetNotice(message) {
|
|
|
5431
5432
|
return false;
|
|
5432
5433
|
}
|
|
5433
5434
|
const text = [notice.title, notice.detail, message.body].filter(Boolean).join("\n").toLowerCase();
|
|
5434
|
-
return text.includes(CODEX_SKILLS_CONTEXT_BUDGET_NOTICE_FRAGMENT);
|
|
5435
|
+
return text.includes(CODEX_SKILLS_CONTEXT_BUDGET_NOTICE_FRAGMENT) || text.includes(CODEX_MODEL_METADATA_FALLBACK_NOTICE_FRAGMENT);
|
|
5435
5436
|
}
|
|
5436
5437
|
function dropRedundantErrorWarningNotices(rows) {
|
|
5437
5438
|
const turnsWithVisibleError = /* @__PURE__ */ new Set();
|
|
@@ -15479,4 +15480,4 @@ export {
|
|
|
15479
15480
|
AgentConversationFlow,
|
|
15480
15481
|
useProjectedAgentConversation
|
|
15481
15482
|
};
|
|
15482
|
-
//# sourceMappingURL=chunk-
|
|
15483
|
+
//# sourceMappingURL=chunk-FIH7IYLX.js.map
|