negotium 0.1.13 → 0.1.14
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/cron.js +2 -2
- package/dist/cron.js.map +5 -5
- package/dist/hosted-agent.js +2 -2
- package/dist/hosted-agent.js.map +2 -2
- package/dist/main.js +831 -596
- package/dist/main.js.map +20 -17
- package/dist/runtime/src/index.ts +1 -0
- package/dist/runtime/src/storage/runtime-process-leases.ts +18 -0
- package/dist/runtime/src/version.ts +1 -1
- package/dist/types/packages/core/src/version.d.ts +1 -1
- package/package.json +1 -1
package/dist/cron.js
CHANGED
|
@@ -3054,7 +3054,7 @@ var init_claude_provider = __esm(async () => {
|
|
|
3054
3054
|
});
|
|
3055
3055
|
|
|
3056
3056
|
// ../../packages/core/src/version.ts
|
|
3057
|
-
var NEGOTIUM_VERSION = "0.1.
|
|
3057
|
+
var NEGOTIUM_VERSION = "0.1.14";
|
|
3058
3058
|
|
|
3059
3059
|
// ../../packages/core/src/agents/codex-native-multi-agent.ts
|
|
3060
3060
|
import { spawn as spawn2 } from "child_process";
|
|
@@ -13217,4 +13217,4 @@ export {
|
|
|
13217
13217
|
CRON_CONTEXT_RETAIN_TURNS
|
|
13218
13218
|
};
|
|
13219
13219
|
|
|
13220
|
-
//# debugId=
|
|
13220
|
+
//# debugId=FF137F4E4189580A64756E2164756E21
|