@runeya/runeya 2.0.115 → 2.0.116
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/{chat-EDMSN2Z4.js → chat-AOL2TMLR.js} +3 -3
- package/{chunk-2QJHCNS6.js → chunk-44XAJ3MK.js} +8 -4
- package/chunk-44XAJ3MK.js.map +1 -0
- package/{chunk-KJIEAQRX.js → chunk-VPANMGAI.js} +23 -6
- package/chunk-VPANMGAI.js.map +1 -0
- package/{companion-PHE4XZBX.js → companion-YYXSCN3H.js} +2 -2
- package/index.js +3 -3
- package/mcp-server/index.js +6 -2
- package/mcp-server/index.js.map +1 -1
- package/package.json +1 -1
- package/{src-B4RWB2BN.js → src-S5TDMHPI.js} +4 -4
- package/chunk-2QJHCNS6.js.map +0 -1
- package/chunk-KJIEAQRX.js.map +0 -1
- /package/{chat-EDMSN2Z4.js.map → chat-AOL2TMLR.js.map} +0 -0
- /package/{companion-PHE4XZBX.js.map → companion-YYXSCN3H.js.map} +0 -0
- /package/{src-B4RWB2BN.js.map → src-S5TDMHPI.js.map} +0 -0
|
@@ -3,9 +3,9 @@ import {
|
|
|
3
3
|
startClaudeCodeSession,
|
|
4
4
|
startCliSession,
|
|
5
5
|
startCodexSession
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-44XAJ3MK.js";
|
|
7
7
|
import "./chunk-B7MABGQN.js";
|
|
8
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-VPANMGAI.js";
|
|
9
9
|
import "./chunk-MD3VW4HQ.js";
|
|
10
10
|
import "./chunk-OGCEFBSS.js";
|
|
11
11
|
import "./chunk-77UQ2UKW.js";
|
|
@@ -17,4 +17,4 @@ export {
|
|
|
17
17
|
startCliSession,
|
|
18
18
|
startCodexSession
|
|
19
19
|
};
|
|
20
|
-
//# sourceMappingURL=chat-
|
|
20
|
+
//# sourceMappingURL=chat-AOL2TMLR.js.map
|
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
runCompanionNow,
|
|
32
32
|
syncConversationFromClaudeTranscript,
|
|
33
33
|
verifyJwt
|
|
34
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-VPANMGAI.js";
|
|
35
35
|
import {
|
|
36
36
|
agentManager,
|
|
37
37
|
agentStore,
|
|
@@ -1300,9 +1300,13 @@ var RUNEYA_CAPABILITIES = [
|
|
|
1300
1300
|
route: "kanban.downloadAttachment",
|
|
1301
1301
|
method: "POST",
|
|
1302
1302
|
params: [
|
|
1303
|
-
{ name: "attachmentId", description: "The attachment ID, as listed on the card", required: true }
|
|
1303
|
+
{ name: "attachmentId", description: "The attachment ID, as listed on the card", required: true },
|
|
1304
|
+
{ name: "organizationId", description: "Which organization the attachment belongs to. Optional: needed only when the account belongs to several and the error message asks for it.", required: false }
|
|
1304
1305
|
],
|
|
1305
|
-
buildInput: (p) => ({
|
|
1306
|
+
buildInput: (p) => ({
|
|
1307
|
+
attachmentId: p.attachmentId,
|
|
1308
|
+
...p.organizationId ? { orgId: p.organizationId } : {}
|
|
1309
|
+
})
|
|
1306
1310
|
},
|
|
1307
1311
|
{
|
|
1308
1312
|
name: "kanban_move_card",
|
|
@@ -7714,4 +7718,4 @@ export {
|
|
|
7714
7718
|
startCliSession,
|
|
7715
7719
|
chatRouter
|
|
7716
7720
|
};
|
|
7717
|
-
//# sourceMappingURL=chunk-
|
|
7721
|
+
//# sourceMappingURL=chunk-44XAJ3MK.js.map
|