AWS transform documentation change
Summary
Updated CLI version to 3.4.1 with fix for interactive session hanging issue, deprecated version 3.4.0
Security assessment
The change documents a usability fix for CLI interaction flow. No security vulnerabilities are mentioned or addressed in the version notes.
Diff
diff --git a/transform/latest/userguide/custom-cli-versions.md b/transform/latest/userguide/custom-cli-versions.md index 948d1d4af..d5a51c068 100644 --- a//transform/latest/userguide/custom-cli-versions.md +++ b//transform/latest/userguide/custom-cli-versions.md @@ -13 +13,10 @@ Version | Release date | Release notes -3.4.0 (latest) | June 29, 2026 | +3.4.1 (latest) | July 2, 2026 | + + * Fixed an interactive-session issue that version 3.4.0 introduced. After the agent finishes responding, the CLI might stay on the "Thinking" prompt (shown with an ellipsis in the UI) instead of returning to the input prompt. The CLI now returns you to the input prompt after each response. + + +3.4.0 (not recommended) | June 29, 2026 | + +###### Known issue + +In interactive sessions, the CLI might stay on the "Thinking" prompt (shown with an ellipsis in the UI) after the agent finishes responding. This prevents you from entering your next message. To resolve this issue, upgrade to version 3.4.1 or later by running `atx update`.