Skip to content

Conversation

@mtpauly
Copy link
Contributor

@mtpauly mtpauly commented Oct 30, 2025

Update CHANGELOG with version 0.6.0 release notes

Adds comprehensive release notes for version 0.6.0, documenting:

New Features

  • Parallel tool calls support for simultaneous tool execution
  • Agent Client Protocol (ACP) for external editor integration with --acp flag
  • User-specific rules support via ~/.augment/rules directory
  • Tool management with --disable-tool flag and settings configuration

Improvements

  • Vim mode 'e' keybind for end-of-word navigation
  • Session picker UI with dynamic column resizing
  • Enhanced settings validation and error handling

Commands & Utilities

  • /request-id command for debugging and support

🤖 This description was generated automatically. Please react with 👍 if it's helpful or 👎 if it needs improvement.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Found duplicate entries between version 0.6.0 and 0.5.10 that should be removed from the 0.6.0 section to avoid confusion.


🤖 Automated review complete. Please react with 👍 or 👎 on the individual review comments to provide feedback on their usefulness.

- **Tool Management**: Added `--disable-tool` flag and settings configuration to disable specific tools from the agent's toolset

#### Improvements
- **Vim Mode**: Added 'e' keybind for moving to the end of a word, matching standard vim behavior

Choose a reason for hiding this comment

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

This session picker improvement is duplicated in version 0.5.10 (line 21). Since this feature was already released in 0.5.10, it should be removed from the 0.6.0 changelog.

Current code:

- **Session Picker**: Improved UI with dynamic column resizing for better readability

Suggested improvement:
Remove this line from the 0.6.0 Improvements section.

- **Settings Validation**: Enhanced error handling to gracefully handle invalid configuration fields

#### Commands & Utilities
- **Request ID**: Added `/request-id` command to display request IDs for debugging and support

Choose a reason for hiding this comment

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

The /request-id command is duplicated in version 0.5.10 (line 20). Since this command was already released in 0.5.10, it should be removed from the 0.6.0 changelog.

Current code:

- **Request ID**: Added `/request-id` command to display request IDs for debugging and support

Suggested improvement:
Remove this line from the 0.6.0 Commands & Utilities section.

@justinxu421 justinxu421 merged commit cef66d8 into main Oct 30, 2025
2 checks passed
@justinxu421 justinxu421 deleted the changelog-0-6-0 branch October 30, 2025 23:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants