@dimi-agent/cli 0.5.0 → 0.5.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.
Files changed (2) hide show
  1. package/dist/main.mjs +3 -6
  2. package/package.json +1 -1
package/dist/main.mjs CHANGED
@@ -33608,10 +33608,7 @@ let WireService = class WireService extends Disposable {
33608
33608
  }
33609
33609
  replayRecord(record, index) {
33610
33610
  const descriptor = OP_REGISTRY.get(record.type);
33611
- if (descriptor === void 0) {
33612
- this.reportSkippedRecord(record.type, index);
33613
- return;
33614
- }
33611
+ if (descriptor === void 0) return;
33615
33612
  const payload = descriptor.schema.safeParse(wireRecordToPayload(record));
33616
33613
  if (!payload.success) {
33617
33614
  this.reportSkippedRecord(record.type, index, true);
@@ -122048,7 +122045,7 @@ registerAgentToolService(IWaitForTool, WaitForTool, {
122048
122045
  });
122049
122046
  //#endregion
122050
122047
  //#region ../../packages/agent-core-v2/src/agent/tools/all-done/all-done.md?raw
122051
- var all_done_default = "Declare that every user requirement is complete, all necessary results are verified, the todo list is up to date (every tracked task marked done or cleared), and no work remains.\n\nCall this tool **proactively** as soon as your work is done — end with this tool call, not with a text-only reply, when everything is complete. Do not wait for a reminder before calling it. Call `AllDone` by itself. The call is rejected when it appears with another tool call or while a background task is still active.\n";
122048
+ var all_done_default = "Declare that every user requirement is complete, all necessary results are verified, the todo list is up to date (every tracked task marked done or cleared), and no work remains.\n\nCall this tool **proactively** as soon as your work is done — end with this tool call, not with a text-only reply, when everything is complete. Do not wait for a reminder before calling it. Call `AllDone` by itself. The call is rejected when it appears with another tool call or while a background task is still active.\n\nWhen you are explicitly waiting — the user asked you to pause, your next step needs their input, or you are blocked on external state — do NOT keep replying with status updates. Call `WaitFor` directly and wait instead; repeated \"waiting\" replies are noise, and `AllDone` is only for when the work is actually complete.\n";
122052
122049
  //#endregion
122053
122050
  //#region ../../packages/agent-core-v2/src/agent/tools/all-done/allDoneTool.ts
122054
122051
  /** `tools` domain (L7) — intentional Agent completion control tool. */
@@ -182474,7 +182471,7 @@ const IWorkspaceService = createDecorator("workspaceService");
182474
182471
  * sessions are discovered through the `sessionIndex` read model, and workspace
182475
182472
  * roots are remembered through `workspace`. Fork flushes
182476
182473
  * live Agent wire journals, normalizes a missing protocol envelope, and
182477
- * appends the fork boundary before restoring the target Agent. On
182474
+ * copies the source wire records before restoring the target Agent. On
182478
182475
  * materialize, the session's metadata, tool policy, and agent-profile catalog
182479
182476
  * are awaited before the handle is published — agent-file discovery is local-
182480
182477
  * fs and cheap, and a resumed session's first turn must see file-defined
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dimi-agent/cli",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "The Starting Point for Next-Gen Agents",
5
5
  "keywords": [
6
6
  "agent",