@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.
- package/dist/agent-bridge.js +0 -3
- package/dist/cli.js +0 -3
- package/package.json +1 -1
package/dist/agent-bridge.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/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",
|