-
Notifications
You must be signed in to change notification settings - Fork 810
Changeset version bump #1522
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changeset version bump #1522
Conversation
WalkthroughThis change reverts a previous patch that altered the chat box behavior in the agent chat interface. Now, the ChatTextArea input field is cleared only when a message is sent, rather than on any button click. The patch version is updated to v4.65.1 in the changelog and package metadata. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
💤 Files with no reviewable changes (1)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (1)
✨ Finishing Touches🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
CHANGELOG.md (1)
3-8
: Add release date to the new version headerIncluding the release date keeps the changelog uniform with earlier entries and helps consumers track when fixes become available.
-## [v4.65.1] +## [v4.65.1] - 2025-07-XXReplace
XX
with the actual release day before merging.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (3)
.changeset/calm-pears-fry.md
(0 hunks)CHANGELOG.md
(1 hunks)src/package.json
(1 hunks)
💤 Files with no reviewable changes (1)
- .changeset/calm-pears-fry.md
🔇 Additional comments (1)
src/package.json (1)
6-6
: Version bump looks goodThe patch increment to
4.65.1
is consistent with the accompanying changelog entry and follows semantic-versioning conventions.
bcbb45f
to
dd068c0
Compare
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
kilo-code@4.65.1
Patch Changes
#1518
f709388
Thanks @chrarnoldus! - Claude Sonnet 4 is now the default model! Attend the Anthropic x Kilo Code workshop The Art of Prompt Engineering for Software Developers Thursday, July 31 2025!#1521
08ccbea
Thanks @hassoncs! - The chat box is no longer cleared when clicking buttonsPreviously, if either of the buttons in the agent chat was clicked, the ChatTextArea would get cleared. Now, the ChatTextArea will only get cleared if a message is sent as part of the response.
Summary by CodeRabbit
Bug Fixes
Chores