@rivus/agent 0.8.5 → 0.8.6

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
@@ -160,7 +160,7 @@ function createFeishuCardDeliveryReconciler(options) {
160
160
  }) };
161
161
  }
162
162
  function isMissingPresentationError(error) {
163
- return error !== null && typeof error === "object" && error.name === "FeishuCardTargetNotFound";
163
+ return error !== null && typeof error === "object" && error._tag === "FeishuCardTargetNotFound";
164
164
  }
165
165
  function initialRecord(runId) {
166
166
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rivus/agent",
3
- "version": "0.8.5",
3
+ "version": "0.8.6",
4
4
  "description": "A local agent daemon core built around a usable agent harness and domain events.",
5
5
  "type": "module",
6
6
  "license": "MIT",