@annals/agent-mesh 0.17.7 → 0.17.8

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -5053,7 +5053,7 @@ Error: ${event.message}
5053
5053
  if (fileOffer && opts.withFiles) {
5054
5054
  console.log("");
5055
5055
  const outputDir = opts.outputFile ? join11(opts.outputFile, "..", "files") : join11(process.cwd(), "agent-output");
5056
- await downloadTransferFiles(opts.id, fileOffer, opts.token, outputDir, opts.json);
5056
+ await webrtcDownload(opts.id, fileOffer, opts.token, outputDir, opts.json);
5057
5057
  }
5058
5058
  if (!opts.json) {
5059
5059
  console.log("\n");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annals/agent-mesh",
3
- "version": "0.17.7",
3
+ "version": "0.17.8",
4
4
  "description": "CLI bridge connecting local AI agents to the Agents.Hot platform",
5
5
  "type": "module",
6
6
  "bin": {