Skip to content

docs: document 'memory subagent stopped with error' fix in troubleshooting - #41

Open
Liyuk wants to merge 1 commit into
omdsh-dev:mainfrom
Liyuk:docs/mnemon-subagent-error-troubleshooting
Open

docs: document 'memory subagent stopped with error' fix in troubleshooting#41
Liyuk wants to merge 1 commit into
omdsh-dev:mainfrom
Liyuk:docs/mnemon-subagent-error-troubleshooting

Conversation

@Liyuk

@Liyuk Liyuk commented Aug 18, 2026

Copy link
Copy Markdown

What

Adds a troubleshooting row (English + Chinese) to docs/operations.md / docs/zh-CN/operations.md documenting the memory subagent stopped with error failure on DSH 0.1.0-rc.6.

Why

Users (per issue #14) hit this exact error when calling mnemon_remember / mnemon_recall / mnemon_related / mnemon_forget and often chase unrelated causes (credential/local CLI) before finding the real one. The fix is a version bump (≥ 0.2.x), which is easy to miss. A single troubleshooting row saves the round-trip.

Root cause (recap)

The structured-output delegated run in delegate() passed a toolFilter that hid the result-capture tool from the structured subagent, so DSH forced stopReason = "error". Resolved in dsh-mnemon ≥ 0.2.x by registering a dynamic, per-run result tool and including it in the allowlist.

Verification

  • Both en + zh tables updated.
  • Changelog/da docs build not affected (docs-only change).

…oting

Add a troubleshooting row (en + zh) for the structured-output delegated
run failure on DSH 0.1.0-rc.6 (mnemon_remember/recall/related/forget).
Root cause: the plugin's delegate() passed a toolFilter that hid the
result-capture tool. Fixed in dsh-mnemon >= 0.2.x (dynamic per-run result
tool in the allowlist). Points to omdsh-dev#14.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant