happy-imou-cloud 2.1.27 → 2.1.29
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/{BaseReasoningProcessor-Cc9g89Zo.cjs → BaseReasoningProcessor-DuLdp082.cjs} +4 -3
- package/dist/{BaseReasoningProcessor-C5fKjdpv.mjs → BaseReasoningProcessor-QT_dSuan.mjs} +4 -3
- package/dist/{ProviderSelectionHandler-CqMvpE6K.mjs → ProviderSelectionHandler-DzXwbICR.mjs} +2 -2
- package/dist/{ProviderSelectionHandler-DANtoYaW.cjs → ProviderSelectionHandler-xg79m85m.cjs} +2 -2
- package/dist/{api-CuWWLsDI.mjs → api-Bov4X0ck.mjs} +1390 -18
- package/dist/{api-BVXbJ3M_.cjs → api-Tu1SSw5U.cjs} +1388 -13
- package/dist/{command-CKw7FVJ3.cjs → command-Bur6vo4u.cjs} +3 -3
- package/dist/{command-C7KnQtPU.mjs → command-Ci3-YGml.mjs} +3 -3
- package/dist/{index-DPNRq_mT.mjs → index-2TS8A185.mjs} +261 -32
- package/dist/{index-BBD69Ds-.cjs → index-D0WtwNYf.cjs} +264 -35
- package/dist/index.cjs +2 -2
- package/dist/index.mjs +2 -2
- package/dist/lib.cjs +2 -2
- package/dist/lib.d.cts +105 -0
- package/dist/lib.d.mts +105 -0
- package/dist/lib.mjs +2 -2
- package/dist/{registerKillSessionHandler-CeO8n78A.cjs → registerKillSessionHandler-BqJ_ZVtP.cjs} +17 -6
- package/dist/{registerKillSessionHandler-BVIaG4zk.mjs → registerKillSessionHandler-CqmTW-qd.mjs} +17 -6
- package/dist/{runClaude-DWSBt6tE.mjs → runClaude-CTJaXrxd.mjs} +4 -4
- package/dist/{runClaude-DU69fser.cjs → runClaude-D91_IJn8.cjs} +4 -4
- package/dist/{runCodex-C3VoO79w.mjs → runCodex-BLj4bV7h.mjs} +5 -5
- package/dist/{runCodex-DFH1tiGD.cjs → runCodex-KPzrHhto.cjs} +5 -5
- package/dist/{runGemini-QTOE7LXy.cjs → runGemini-BliApYMu.cjs} +5 -5
- package/dist/{runGemini-CCbOfI6U.mjs → runGemini-CkL2dzh7.mjs} +5 -5
- package/package.json +1 -1
- package/scripts/release-smoke.mjs +8 -5
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var index = require('./index-
|
|
4
|
-
var persistence = require('./api-
|
|
3
|
+
var index = require('./index-D0WtwNYf.cjs');
|
|
4
|
+
var persistence = require('./api-Tu1SSw5U.cjs');
|
|
5
5
|
var node_events = require('node:events');
|
|
6
6
|
var node_crypto = require('node:crypto');
|
|
7
7
|
|
|
@@ -88,7 +88,8 @@ async function bootstrapManagedProviderSession(opts) {
|
|
|
88
88
|
const { state, metadata } = index.createSessionMetadata({
|
|
89
89
|
flavor: opts.flavor,
|
|
90
90
|
machineId: opts.machineId,
|
|
91
|
-
startedBy: opts.startedBy
|
|
91
|
+
startedBy: opts.startedBy,
|
|
92
|
+
managedSessionTag: opts.startedBy === "daemon" && opts.flavor === "codex" ? opts.sessionTag : void 0
|
|
92
93
|
});
|
|
93
94
|
const reconcileAttachedSessionMetadata = (session2) => {
|
|
94
95
|
if (!opts.reconcileMetadataOnAttach) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as createSessionMetadata, p as publishSessionRegistration } from './index-
|
|
2
|
-
import { s as startOfflineReconnection, c as configuration, i as isAuthenticationRequiredError, l as logger } from './api-
|
|
1
|
+
import { a as createSessionMetadata, p as publishSessionRegistration } from './index-2TS8A185.mjs';
|
|
2
|
+
import { s as startOfflineReconnection, c as configuration, i as isAuthenticationRequiredError, l as logger } from './api-Bov4X0ck.mjs';
|
|
3
3
|
import { EventEmitter } from 'node:events';
|
|
4
4
|
import { randomUUID } from 'node:crypto';
|
|
5
5
|
|
|
@@ -86,7 +86,8 @@ async function bootstrapManagedProviderSession(opts) {
|
|
|
86
86
|
const { state, metadata } = createSessionMetadata({
|
|
87
87
|
flavor: opts.flavor,
|
|
88
88
|
machineId: opts.machineId,
|
|
89
|
-
startedBy: opts.startedBy
|
|
89
|
+
startedBy: opts.startedBy,
|
|
90
|
+
managedSessionTag: opts.startedBy === "daemon" && opts.flavor === "codex" ? opts.sessionTag : void 0
|
|
90
91
|
});
|
|
91
92
|
const reconcileAttachedSessionMetadata = (session2) => {
|
|
92
93
|
if (!opts.reconcileMetadataOnAttach) {
|
package/dist/{ProviderSelectionHandler-CqMvpE6K.mjs → ProviderSelectionHandler-DzXwbICR.mjs}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { l as logger } from './api-
|
|
2
|
-
import { g as getPendingInteractionTimeoutMs, I as INTERACTION_SUPERSEDED_ERROR, a as INTERACTION_TIMED_OUT_ERROR } from './registerKillSessionHandler-
|
|
1
|
+
import { l as logger } from './api-Bov4X0ck.mjs';
|
|
2
|
+
import { g as getPendingInteractionTimeoutMs, I as INTERACTION_SUPERSEDED_ERROR, a as INTERACTION_TIMED_OUT_ERROR } from './registerKillSessionHandler-CqmTW-qd.mjs';
|
|
3
3
|
|
|
4
4
|
async function runModeLoop(opts) {
|
|
5
5
|
let currentMode = opts.startingMode;
|
package/dist/{ProviderSelectionHandler-DANtoYaW.cjs → ProviderSelectionHandler-xg79m85m.cjs}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var persistence = require('./api-
|
|
4
|
-
var registerKillSessionHandler = require('./registerKillSessionHandler-
|
|
3
|
+
var persistence = require('./api-Tu1SSw5U.cjs');
|
|
4
|
+
var registerKillSessionHandler = require('./registerKillSessionHandler-BqJ_ZVtP.cjs');
|
|
5
5
|
|
|
6
6
|
async function runModeLoop(opts) {
|
|
7
7
|
let currentMode = opts.startingMode;
|