Skip to content

docs: sync documentation with recent code changes#2923

Closed
aheritier wants to merge 2 commits into
mainfrom
docs/sync-36h-changes
Closed

docs: sync documentation with recent code changes#2923
aheritier wants to merge 2 commits into
mainfrom
docs/sync-36h-changes

Conversation

@aheritier
Copy link
Copy Markdown
Contributor

Three doc fixes to sync with recent code changes:

  • CLI flags (docs/features/cli/index.md): add --app-name, --sidebar, and --disable-commands to the docker agent run flag table, grouped with the other TUI-related flags.
  • Hooks payload (docs/configuration/hooks/index.md): add model_id to the after_llm_call event table and prose description (PR fix(runtime): populate ModelID in after_llm_call hook payload #2911).
  • Remote MCP OAuth meta keys (docs/features/remote-mcp/index.md): rename cagent/type, cagent/server_url, cagent/authorize_url, cagent/statedocker-agent/* in the unmanaged OAuth flow section (commits dfca23c, 6dd7608).

- Add --app-name, --sidebar, --disable-commands flags to docker agent run table
- Add model_id field to after_llm_call hook payload docs
- Rename cagent/ meta keys to docker-agent/ in remote-mcp OAuth section
@aheritier aheritier requested a review from a team as a code owner May 29, 2026 08:03
Copy link
Copy Markdown

@docker-agent docker-agent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assessment: 🟢 APPROVE

Documentation changes look correct and well-structured. Three doc fixes reviewed:

  • CLI flags: --app-name, --sidebar, --disable-commands added consistently with the existing table format ✅
  • Hooks payload: model_id added to after_llm_call table and prose — matches style of surrounding hook event rows ✅
  • Remote MCP OAuth meta keys: cagent/*docker-agent/* rename is fully applied throughout the unmanaged OAuth flow section, no leftover old keys ✅

One minor wording clarification suggested inline.

Comment thread docs/features/cli/index.md Outdated
| `--remote <addr>` | Use a remote runtime at the given address instead of running the agent locally |
| `--lean` | Use a simplified TUI with minimal chrome |
| `--app-name <name>` | Application name shown in the TUI in place of "docker agent" |
| `--sidebar` | Show the sidebar in the TUI (set `--sidebar=false` to hide it) |
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[LOW] --sidebar flag description doesn't state the default value

The current wording — "Show the sidebar in the TUI (set --sidebar=false to hide it)" — leaves readers uncertain whether the sidebar is shown or hidden by default. The phrasing reads as if --sidebar is an opt-in flag (default hidden), yet the parenthetical about --sidebar=false implies the flag is boolean with a default of true.

Consider making the default explicit, e.g.:

Show the sidebar in the TUI; enabled by default (pass --sidebar=false to hide it)

@aheritier aheritier added area/cli CLI commands, flags, output formatting area/mcp MCP protocol, MCP tool servers, integration kind/docs Documentation-only changes status/needs-rebase PR has merge conflicts or is out of date with main labels May 29, 2026
@aheritier aheritier marked this pull request as draft May 29, 2026 09:32
@aheritier aheritier closed this May 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/cli CLI commands, flags, output formatting area/mcp MCP protocol, MCP tool servers, integration kind/docs Documentation-only changes status/needs-rebase PR has merge conflicts or is out of date with main

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants