4.83-RN#25558
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🔴 CRITICAL
Two broken markdown links (missing closing bracket and URL) will render as malformed text in the published docs, plus one missing word.
| - [Docker Agent v1.103.0](https://github.com/docker/docker-agent/releases/tag/v1.103.0) | ||
| - [Docker Compose v5.3.1](https://github.com/docker/compose/releases/tag/v5.3.1) | ||
| - Docker Desktop Build `v0.36.0` | ||
| ### Bug fixes and enhancements |
There was a problem hiding this comment.
I think we are missing a blank line above line 45
Signed-off-by: aevesdocker <allie.sadler@docker.com>
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
The 4.83.0 release notes are well-structured and follow the existing document's format. No high or medium severity issues found — commands, references, front matter, and shortcode syntax all look correct. Two minor style-guide observations noted inline.
| - Fixed an issue where a GPU process crash prevented the Docker Desktop Dashboard from loading by automatically disabling hardware acceleration and restarting the app. | ||
| - Fixed an issue where `docker ai` sessions launched directly from a terminal were killed when Docker Desktop was restarted. | ||
| - Fixed an issue where a malformed `daemon.json` would be silently overwritten with defaults on startup, causing users to lose their custom daemon configuration. | ||
| - Added a **Custom rules** tab to Gordon's permissions dialog. Users can now add allow/deny rules for specific commands or MCP tools. |
There was a problem hiding this comment.
[LOW] "Users can now" phrasing instead of "you can now"
The Docker style guide prefers addressing the reader directly with "you" rather than referring to them in the third person as "Users". Consider: "You can now add allow/deny rules for specific commands or MCP tools."
| - Fixed an issue where `docker ai` sessions launched directly from a terminal were killed when Docker Desktop was restarted. | ||
| - Fixed an issue where a malformed `daemon.json` would be silently overwritten with defaults on startup, causing users to lose their custom daemon configuration. | ||
| - Added a **Custom rules** tab to Gordon's permissions dialog. Users can now add allow/deny rules for specific commands or MCP tools. | ||
| - Added pulsing discovery badges to Gordon's **Plan mode** button, model selector, and **Feedback/Issues** button to help users find new features. |
There was a problem hiding this comment.
[LOW] Inconsistent bold formatting for UI element names
"model selector" is not bolded while the adjacent "Plan mode" button and "Feedback/Issues" button are. Per the style guide, bold is used for UI elements. Consider bolding "model selector" for consistency.
Description
Related issues or tickets
Reviews