negotium 0.2.18 → 0.2.19
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-helpers.js +2 -2
- package/dist/agent-helpers.js.map +4 -4
- package/dist/chunk-fc58cqry.js.map +1 -1
- package/dist/hosted-agent.js +2 -2
- package/dist/hosted-agent.js.map +3 -3
- package/dist/main.js +726 -203
- package/dist/main.js.map +9 -8
- package/dist/mcp-factories.js +847 -321
- package/dist/mcp-factories.js.map +9 -8
- package/dist/registry.js +2 -2
- package/dist/registry.js.map +2 -2
- package/dist/runtime/src/agents/archiver.ts +1 -1
- package/dist/runtime/src/mcp/canonical-proxy-server.ts +13 -14
- package/dist/runtime/src/mcp/wiki-search-index.ts +359 -0
- package/dist/runtime/src/mcp/wiki-server.ts +559 -98
- package/dist/runtime/src/platform/mcp-config.ts +1 -1
- package/dist/runtime/src/prompts/agents/wiki-archiver.md +62 -47
- package/dist/runtime/src/version.ts +1 -1
- package/dist/types/packages/core/src/agents/archiver.d.ts +1 -1
- package/dist/types/packages/core/src/mcp/wiki-search-index.d.ts +59 -0
- package/dist/types/packages/core/src/version.d.ts +1 -1
- package/package.json +1 -1
package/dist/agent-helpers.js
CHANGED
|
@@ -2225,7 +2225,7 @@ var init_claude_registry = __esm(() => {
|
|
|
2225
2225
|
});
|
|
2226
2226
|
|
|
2227
2227
|
// ../../packages/core/src/version.ts
|
|
2228
|
-
var NEGOTIUM_VERSION = "0.2.
|
|
2228
|
+
var NEGOTIUM_VERSION = "0.2.19";
|
|
2229
2229
|
|
|
2230
2230
|
// ../../packages/core/src/agents/codex-native-multi-agent.ts
|
|
2231
2231
|
import { spawn as spawn2 } from "child_process";
|
|
@@ -18776,4 +18776,4 @@ export {
|
|
|
18776
18776
|
DEFAULT_SELF_CONFIG_PRODUCT
|
|
18777
18777
|
};
|
|
18778
18778
|
|
|
18779
|
-
//# debugId=
|
|
18779
|
+
//# debugId=3089657619E3681164756E2164756E21
|