@sesamespace/hivemind 0.8.1 → 0.8.3
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-TL4GV2TJ.js → chunk-HSNWMYVC.js} +3 -3
- package/dist/{chunk-WSLVHVNP.js → chunk-VCITLDMK.js} +11 -2
- package/dist/chunk-VCITLDMK.js.map +1 -0
- package/dist/{chunk-WAX2THXK.js → chunk-X54OQAJA.js} +2 -2
- package/dist/{chunk-ERR5JR42.js → chunk-YWQZZS43.js} +2 -2
- package/dist/{chunk-ELFD4Y4W.js → chunk-ZR23DEZ6.js} +2 -2
- package/dist/commands/fleet.js +3 -3
- package/dist/commands/start.js +3 -3
- package/dist/commands/watchdog.js +3 -3
- package/dist/index.js +2 -2
- package/dist/main.js +5 -5
- package/dist/start.js +1 -1
- package/install.sh +11 -0
- package/package.json +1 -1
- package/dist/chunk-WSLVHVNP.js.map +0 -1
- /package/dist/{chunk-TL4GV2TJ.js.map → chunk-HSNWMYVC.js.map} +0 -0
- /package/dist/{chunk-WAX2THXK.js.map → chunk-X54OQAJA.js.map} +0 -0
- /package/dist/{chunk-ERR5JR42.js.map → chunk-YWQZZS43.js.map} +0 -0
- /package/dist/{chunk-ELFD4Y4W.js.map → chunk-ZR23DEZ6.js.map} +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Watchdog
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-YWQZZS43.js";
|
|
4
4
|
import {
|
|
5
5
|
defaultSentinelConfig,
|
|
6
6
|
loadConfig
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-VCITLDMK.js";
|
|
8
8
|
|
|
9
9
|
// packages/cli/src/commands/watchdog.ts
|
|
10
10
|
import { resolve } from "path";
|
|
@@ -76,4 +76,4 @@ Options:
|
|
|
76
76
|
export {
|
|
77
77
|
runWatchdogCommand
|
|
78
78
|
};
|
|
79
|
-
//# sourceMappingURL=chunk-
|
|
79
|
+
//# sourceMappingURL=chunk-HSNWMYVC.js.map
|
|
@@ -680,6 +680,13 @@ In group chats, multiple people (humans and agents) may be present. Address them
|
|
|
680
680
|
Don't repeat or quote these prefixes in your responses \u2014 just respond naturally.
|
|
681
681
|
Keep responses concise \u2014 especially in group chats. A few sentences is usually enough. Don't write essays.
|
|
682
682
|
If you decide not to respond to a group message, reply with exactly: __SKIP__
|
|
683
|
+
|
|
684
|
+
## Tool Output Integrity
|
|
685
|
+
When you use a tool (browse, shell, etc.), report the ACTUAL output returned by the tool.
|
|
686
|
+
- Quote tool results verbatim when sharing them. Never paraphrase, infer, or reconstruct what a tool "probably" returned.
|
|
687
|
+
- If a tool errors or returns unexpected results, report the actual error \u2014 do not fabricate plausible output.
|
|
688
|
+
- If you are unsure whether you are reading real tool output or generating from memory, say so explicitly.
|
|
689
|
+
This is critical for trust and debugging. Fabricating tool output is never acceptable.
|
|
683
690
|
`;
|
|
684
691
|
let contextInfo = "";
|
|
685
692
|
if (contextName !== "global") {
|
|
@@ -4319,7 +4326,9 @@ function registerBrowserTools(registry, workspaceDir) {
|
|
|
4319
4326
|
}
|
|
4320
4327
|
let page;
|
|
4321
4328
|
try {
|
|
4322
|
-
page = await browser.newPage(
|
|
4329
|
+
page = await browser.newPage({
|
|
4330
|
+
userAgent: "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
|
|
4331
|
+
});
|
|
4323
4332
|
page.setDefaultTimeout(timeout);
|
|
4324
4333
|
await page.goto(url, { waitUntil: "domcontentloaded", timeout });
|
|
4325
4334
|
if (waitForSelector) {
|
|
@@ -6500,4 +6509,4 @@ smol-toml/dist/index.js:
|
|
|
6500
6509
|
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
6501
6510
|
*)
|
|
6502
6511
|
*/
|
|
6503
|
-
//# sourceMappingURL=chunk-
|
|
6512
|
+
//# sourceMappingURL=chunk-VCITLDMK.js.map
|