@11agents/cli 0.1.25 → 0.1.26

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@11agents/cli",
3
- "version": "0.1.25",
3
+ "version": "0.1.26",
4
4
  "description": "11agents local runtime and telemetry CLI",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1061,6 +1061,21 @@ function buildCodexPrompt(task) {
1061
1061
  '',
1062
1062
  'MCP tool guidance:',
1063
1063
  '- If the task needs image generation, use the hosted 11agents MCP `image_generate` tool when available.',
1064
+ '- Recommended image_generate defaults: model="nano", nano_model="preview", aspect="1:1", image_size="2K".',
1065
+ '- nano_model alternatives: "preview", "pro", "flash". Use "preview" for reliable default quality, "pro" for harder prompts, and "flash" for faster drafts.',
1066
+ '- aspect alternatives: "1:1", "16:9", "9:16", "4:3", "3:4". Choose the closest ratio to the final placement.',
1067
+ '- image_size alternatives: "1K", "2K". For a specific output size, pass aspect and image_size; pass size only when the MCP tool/provider explicitly supports the requested exact dimensions.',
1068
+ '- Use model="gpt" with model_id only when the task or current project notes confirm that GPT image generation is available for the hosted MCP key.',
1069
+ '',
1070
+ 'Final task comment requirements:',
1071
+ '> [!IMPORTANT]',
1072
+ '> Default to a directly reviewable final comment. Do not only say the task is done.',
1073
+ '- Every deliverable must appear in the final comment as a Markdown link to the file in agent_results_dir, for example `[final image](<absolute path>)` or `[report](<absolute path>)`.',
1074
+ '- Put generated images, reports, datasets, and other final artifacts in agent_results_dir before linking them. The platform will upload allowed local links from agent_results_dir and replace them with reviewable asset URLs.',
1075
+ '- Include a `## Deliverables` section first when files or generated media exist. Include a compact `## Review Notes` section after it with what changed and what to inspect.',
1076
+ '- Use Markdown tables for comparisons, parameter lists, changelogs, data analysis, and multi-field entries.',
1077
+ '- Use `##` and `###` headings, blank lines between paragraphs, bold keywords for important labels, and GitHub alert blocks for important notes or warnings.',
1078
+ '- Use ordered lists for step-by-step workflows and unordered lists for parallel facts. Use fenced code blocks with a language tag, and use mermaid for flows or architecture when a diagram is useful.',
1064
1079
  '',
1065
1080
  'Task context:',
1066
1081
  compactJson({