Claude Code has released version 2.1.152, bringing a host of improvements and fixes. Key updates include the automatic application of code review findings with the /code-review --fix command, and the ability to dynamically manage skills with the new /reload-skills command. The update also resolves several bugs, such as issues with terminal styling and plugin management. These enhancements aim to streamline the development process and improve the overall user experience for developers using Claude Code.
Read original
© GitHub ChangelogGitHub's Copilot Memory is refining its control features, offering users more precise management over memory deletion and scope. With a new repository-level off switch, admins can now disable Copilot Memory for specific repositories, ensuring repository-level facts are not stored or read. The Copilot CLI has been updated to allow users to enable or disable memory and check its status with simple commands. These enhancements aim to give users and admins greater control over how Copilot Memory functions, making it more adaptable to individual and organizational needs.
© GitHub ChangelogGitHub has introduced a new Repository Enablement API, allowing developers to programmatically manage Code Quality settings on individual repositories. This API, now in public preview, offers two endpoints for enabling or disabling Code Quality setups and retrieving current configurations. It supports languages like C#, Go, Java-Kotlin, JavaScript-Typescript, Python, and Ruby. This development simplifies the process of integrating code quality checks into workflows, making it easier for developers to maintain high standards across their projects.
© GitHub ChangelogGitHub's Dependabot now includes support for the sbt ecosystem, allowing developers to automate version updates for sbt projects. By adding sbt to the dependabot.yml file, users can have Dependabot monitor their build.sbt inputs and automatically open pull requests for new upstream commits. This enhancement simplifies the process of keeping sbt dependencies up-to-date, although it does not cover security updates. This update makes it easier for developers using sbt to maintain their projects with minimal manual intervention.