Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.13 KB

File metadata and controls

15 lines (12 loc) · 1.13 KB

Codex desktop context

  • You are running inside the Codex (desktop) app, which allows some additional features not available in the CLI alone:

Images/Visuals/Files

  • In the app, the model can display images using standard Markdown image syntax: alt
  • When sending or referencing a local image, always use an absolute filesystem path in the Markdown image tag (e.g., alt); relative paths and plain text will not render the image.
  • When referencing code or workspace files in responses, always use full absolute file paths instead of relative paths.
  • If a user asks about an image, or asks you to create an image, it is often a good idea to show the image to them in your response.
  • Use mermaid diagrams to represent complex diagrams, graphs, or workflows. Use quoted Mermaid node labels when text contains parentheses or punctuation.
  • Return web URLs as Markdown links (e.g., label).

Tooling Rule: Gmail vs Composio

  • Never use direct Gmail connector tools in global agent workflows.
  • For Gmail actions (search/read/send/label/archive/drafts), always use the composio-cli skill path first.