@runeya/runeya 2.0.2 → 2.0.4
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/agent/index.js +5 -1
- package/agent/index.js.map +1 -1
- package/agent-manager-UP3PJ35X-LO6B3XKF.js +8 -0
- package/{chunk-PVUDD5DD.js → chunk-BSPKMRKW.js} +5 -2
- package/{chunk-PVUDD5DD.js.map → chunk-BSPKMRKW.js.map} +1 -1
- package/{dist-AOEI4AFR.js → dist-6LF3EWHR.js} +6 -6
- package/{dist-AOEI4AFR.js.map → dist-6LF3EWHR.js.map} +1 -1
- package/index.js +1 -1
- package/mcp-server/index.d.ts +1 -0
- package/mcp-server/index.js +64 -0
- package/mcp-server/index.js.map +1 -0
- package/package.json +1 -1
- package/agent-manager-RDBYJ3IY-G7IRVN2S.js +0 -8
- /package/{agent-manager-RDBYJ3IY-G7IRVN2S.js.map → agent-manager-UP3PJ35X-LO6B3XKF.js.map} +0 -0
|
@@ -34,7 +34,7 @@ import {
|
|
|
34
34
|
nativeParsers,
|
|
35
35
|
serviceStore,
|
|
36
36
|
traefikManager
|
|
37
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-BSPKMRKW.js";
|
|
38
38
|
import {
|
|
39
39
|
generateKanbanPopulatePrompt,
|
|
40
40
|
generateKanbanSystemPrompt,
|
|
@@ -4695,7 +4695,7 @@ var TOKEN_INSTRUCTIONS = `
|
|
|
4695
4695
|
Ne jamais omettre ce tag. Il doit \xEAtre la toute derni\xE8re ligne de ta r\xE9ponse.
|
|
4696
4696
|
`.trim();
|
|
4697
4697
|
async function getAgentManager() {
|
|
4698
|
-
const { agentManager: agentManager2 } = await import("./agent-manager-
|
|
4698
|
+
const { agentManager: agentManager2 } = await import("./agent-manager-UP3PJ35X-LO6B3XKF.js");
|
|
4699
4699
|
return agentManager2;
|
|
4700
4700
|
}
|
|
4701
4701
|
function createClaudeStreamState() {
|
|
@@ -5264,7 +5264,7 @@ async function shutdownCodexAppServer() {
|
|
|
5264
5264
|
}
|
|
5265
5265
|
}
|
|
5266
5266
|
async function getAgentManager2() {
|
|
5267
|
-
const { agentManager: agentManager2 } = await import("./agent-manager-
|
|
5267
|
+
const { agentManager: agentManager2 } = await import("./agent-manager-UP3PJ35X-LO6B3XKF.js");
|
|
5268
5268
|
return agentManager2;
|
|
5269
5269
|
}
|
|
5270
5270
|
function parseRuneyaCurlCommand(command) {
|
|
@@ -5967,7 +5967,7 @@ async function startClaudeCodeSession(convId, prompt, opts = {}) {
|
|
|
5967
5967
|
conversationStore.update(conv.id, { messages: conv.messages }, { silent: true }).catch(() => {
|
|
5968
5968
|
});
|
|
5969
5969
|
const systemContext = await buildCliSystemContext(conv, opts.jwt);
|
|
5970
|
-
const mcpServerPath = fileURLToPath(
|
|
5970
|
+
const mcpServerPath = fileURLToPath(new URL("../mcp-server/index.js", import.meta.url));
|
|
5971
5971
|
const mcpConfig = JSON.stringify({
|
|
5972
5972
|
mcpServers: {
|
|
5973
5973
|
runeya: {
|
|
@@ -6320,7 +6320,7 @@ ${input.prompt}` : input.prompt;
|
|
|
6320
6320
|
systemContext += "\n\n" + (conv.kanbanCardId ? generateKanbanSystemPrompt(kanbanBoard, conv.kanbanCardId) : generateKanbanPopulatePrompt(kanbanBoard));
|
|
6321
6321
|
}
|
|
6322
6322
|
}
|
|
6323
|
-
const mcpServerPath = fileURLToPath(
|
|
6323
|
+
const mcpServerPath = fileURLToPath(new URL("../mcp-server/index.js", import.meta.url));
|
|
6324
6324
|
const mcpConfig = JSON.stringify({
|
|
6325
6325
|
mcpServers: {
|
|
6326
6326
|
runeya: {
|
|
@@ -10981,4 +10981,4 @@ export {
|
|
|
10981
10981
|
createLocalServer,
|
|
10982
10982
|
pullEnv
|
|
10983
10983
|
};
|
|
10984
|
-
//# sourceMappingURL=dist-
|
|
10984
|
+
//# sourceMappingURL=dist-6LF3EWHR.js.map
|