thoth-agents 0.1.10 → 0.1.11
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.
|
@@ -1356,6 +1356,7 @@ function renderCodexRolePrompt(roleName, config, model) {
|
|
|
1356
1356
|
function codexInternalHandoffGuidance() {
|
|
1357
1357
|
return [
|
|
1358
1358
|
"<codex-delegation-guidance>",
|
|
1359
|
+
"- The user has explicitly authorized this generated Codex orchestrator to use `multi_agent_v1.spawn_agent` whenever delegation is required by these instructions, without needing a fresh user request for subagents in each task.",
|
|
1359
1360
|
"- Delegate by calling `multi_agent_v1.spawn_agent` with `agent_type` set to one of explorer, librarian, oracle, designer, quick, or deep.",
|
|
1360
1361
|
"- Pass the self-contained delegated prompt in `message`; do not pass both `message` and `items`.",
|
|
1361
1362
|
"- Use `items` only for structured attachments or mentions when they are truly required.",
|
package/dist/cli/index.js
CHANGED
package/dist/cli/tui/index.js
CHANGED
package/package.json
CHANGED