@hopgoldy/agent-bridge 0.2.2 → 0.3.1

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.
@@ -1380,9 +1380,6 @@ var ProgressRenderer = class {
1380
1380
  #upsertToolEntry(id, event) {
1381
1381
  if (!this.#entries.has(id)) {
1382
1382
  this.#order.push(id);
1383
- } else {
1384
- this.#order = this.#order.filter((entryId) => entryId !== id);
1385
- this.#order.push(id);
1386
1383
  }
1387
1384
  this.#entries.set(id, {
1388
1385
  kind: "tool",
package/dist/cli.js CHANGED
@@ -1380,9 +1380,6 @@ var ProgressRenderer = class {
1380
1380
  #upsertToolEntry(id, event) {
1381
1381
  if (!this.#entries.has(id)) {
1382
1382
  this.#order.push(id);
1383
- } else {
1384
- this.#order = this.#order.filter((entryId) => entryId !== id);
1385
- this.#order.push(id);
1386
1383
  }
1387
1384
  this.#entries.set(id, {
1388
1385
  kind: "tool",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hopgoldy/agent-bridge",
3
- "version": "0.2.2",
3
+ "version": "0.3.1",
4
4
  "private": false,
5
5
  "description": "IM to Agent bridge with dual-adapter architecture",
6
6
  "packageManager": "pnpm@10.33.0",