codesesh 0.1.3 → 0.1.5
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/{chunk-BQ22Y6H4.js → chunk-FG2FZIU5.js} +2 -1
- package/dist/{chunk-BQ22Y6H4.js.map → chunk-FG2FZIU5.js.map} +1 -1
- package/dist/{dist-RRY4LURU.js → dist-ZF35YB7B.js} +2 -2
- package/dist/index.js +16 -7
- package/dist/index.js.map +1 -1
- package/dist/web/assets/{index-D12EHlVg.js → index-Bz2gXVMS.js} +1 -1
- package/dist/web/index.html +1 -1
- package/package.json +1 -1
- /package/dist/{dist-RRY4LURU.js.map → dist-ZF35YB7B.js.map} +0 -0
|
@@ -3544,6 +3544,7 @@ async function scanAgentSmart(agent, options, onProgress) {
|
|
|
3544
3544
|
}
|
|
3545
3545
|
agent.setSessionMetaMap(metaMap);
|
|
3546
3546
|
}
|
|
3547
|
+
agent.isAvailable();
|
|
3547
3548
|
onProgress?.({
|
|
3548
3549
|
agent: agent.name,
|
|
3549
3550
|
phase: "cache",
|
|
@@ -3676,4 +3677,4 @@ export {
|
|
|
3676
3677
|
scanSessions,
|
|
3677
3678
|
scanSessionsAsync
|
|
3678
3679
|
};
|
|
3679
|
-
//# sourceMappingURL=chunk-
|
|
3680
|
+
//# sourceMappingURL=chunk-FG2FZIU5.js.map
|