@pipe0/base 0.5.1 → 0.5.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/CHANGELOG.md +17 -0
- package/dist/index.d.mts +9492 -3445
- package/dist/index.mjs +21 -12
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @pipe0/ops
|
|
2
2
|
|
|
3
|
+
## 0.5.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 29e461e: Add agent pipe
|
|
8
|
+
- Updated dependencies [29e461e]
|
|
9
|
+
- @pipe0/client@0.1.10
|
|
10
|
+
|
|
11
|
+
## 0.5.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 9f587fd: New pipes
|
|
16
|
+
- 9f587fd: Agent guidance: new destination sheet slugs get a short random suffix (org-unique slugs can silently collide with sheets in other projects); rows:remove / rows:dedupe / sheet:update gain agent guides (or-combine all drop criteria into one remove, dedupe multiple keys with match "any" in one effect, rename deliverables via name only). Also fixes the in-app agent losing a switch_sheet rebind across an approval pause, which made approved destructive chains target the wrong sheet.
|
|
17
|
+
- Updated dependencies [9f587fd]
|
|
18
|
+
- @pipe0/client@0.1.9
|
|
19
|
+
|
|
3
20
|
## 0.5.1
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|