@parall/parel-channel 1.62.0 → 1.64.0

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/session.d.ts CHANGED
@@ -251,7 +251,7 @@ export declare function createTraceStep(ctx: ConnectorContext, sessionId: string
251
251
  * server sweeps it to no_action — the drop semantics; idempotent). Typed as
252
252
  * the fetch effect so it can ride BOTH hook channels (ConnectorEffect[] and
253
253
  * AgentEventEffect[]). Replaces the legacy by-source ack for drop cases —
254
- * that endpoint retires at S3 (dispatch-convergence-design.md §3).
254
+ * retirement conditions: agent-dispatch-idempotency-design.md#compatibility.
255
255
  */
256
256
  export declare function completeSourceEffect(ctx: ConnectorContext, sourceType: string, sourceId: string): Extract<ConnectorEffect, {
257
257
  type: 'fetch';
package/dist/session.js CHANGED
@@ -586,7 +586,7 @@ export async function createTraceStep(ctx, sessionId, subject, event) {
586
586
  * server sweeps it to no_action — the drop semantics; idempotent). Typed as
587
587
  * the fetch effect so it can ride BOTH hook channels (ConnectorEffect[] and
588
588
  * AgentEventEffect[]). Replaces the legacy by-source ack for drop cases —
589
- * that endpoint retires at S3 (dispatch-convergence-design.md §3).
589
+ * retirement conditions: agent-dispatch-idempotency-design.md#compatibility.
590
590
  */
591
591
  export function completeSourceEffect(ctx, sourceType, sourceId) {
592
592
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parall/parel-channel",
3
- "version": "1.62.0",
3
+ "version": "1.64.0",
4
4
  "description": "Parall channel plugin for the parel runtime — lets a parel agent treat Parall as a managed_ws channel (receive dispatches, reply via the Parall API)",
5
5
  "license": "MIT",
6
6
  "repository": {
package/src/session.ts CHANGED
@@ -663,7 +663,7 @@ export async function createTraceStep(
663
663
  * server sweeps it to no_action — the drop semantics; idempotent). Typed as
664
664
  * the fetch effect so it can ride BOTH hook channels (ConnectorEffect[] and
665
665
  * AgentEventEffect[]). Replaces the legacy by-source ack for drop cases —
666
- * that endpoint retires at S3 (dispatch-convergence-design.md §3).
666
+ * retirement conditions: agent-dispatch-idempotency-design.md#compatibility.
667
667
  */
668
668
  export function completeSourceEffect(
669
669
  ctx: ConnectorContext,