Skip to content

[docs-scanner] Inconsistent terminology: 'Docker Agent' vs 'docker agent' vs 'cagent' #24570

@docker-agent

Description

@docker-agent

File: content/manuals/ai/docker-agent/reference/config.md

Issue

The documentation inconsistently refers to the product as "Docker Agent", "docker agent", and "cagent" throughout the same file. For example:

This reference documents the YAML configuration file format for agents suing Docker Agent.

(Note: also contains typo "suing" → "using")

Later in the same file:

Docker Agent auto-discovers via Docker Model plugin.

And:

Pass llama.cpp options via provider_opts.runtime_flags

The CLI commands use docker agent (lowercase), but prose references vary between "Docker Agent" (product name) and "cagent" (internal name). The file also references ~/.cagent/ directories and CAGENT_ environment variables.

Suggested fix

Establish consistent terminology:

  • Use "Docker Agent" when referring to the product in prose
  • Use docker agent (code formatting) when referring to CLI commands
  • Clarify the relationship between "Docker Agent" and "cagent" if they're different things, or consistently use one term
  • Fix typo: "suing" → "using"

Apply this consistency across all reference documentation files.


Found by nightly documentation freshness scanner

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions