
GitHub has launched new REST API endpoints for Code Quality findings, now in public preview. These endpoints allow developers to access detailed CodeQL findings directly via API, facilitating better integration with existing tools and workflows. The new API support aligns with the functionality available in the GitHub UI, enhancing automation and streamlining code quality management. Currently, this feature is available on github.com but not yet on GitHub Enterprise Server.
Read original
© GitHub ChangelogGitHub has streamlined Dependabot's access to private GitHub Packages registries by eliminating the need for personal access tokens. Now, if a package grants repository access through 'Manage Actions access', Dependabot can automatically read from these registries using its GITHUB_TOKEN. This change simplifies the process for developers, as they no longer need to modify dependabot.yml or maintain PAT-based registry entries. This enhancement is available across all GitHub Packages ecosystems supported by Dependabot, making dependency management more efficient and less error-prone.
© GitHub ChangelogGitHub has launched the redesigned terminal interface for Copilot CLI, offering a more intuitive and accessible experience for developers. The new interface includes a tabbed layout, allowing users to navigate between sessions, gists, issues, and pull requests directly from the terminal. This update streamlines the workflow by enabling users to interact with GitHub repositories without leaving the terminal environment. Additionally, the setup process for tools and configurations is now guided and interactive, eliminating the need for manual file editing. This release enhances productivity by integrating GitHub functionalities seamlessly into the terminal.
© GitHub ChangelogGitHub Copilot's latest update introduces 'bring your own key' (BYOK) support, allowing users to integrate their own model providers into the Copilot app. This means developers can now run agent sessions using models from providers like OpenAI, Azure OpenAI, and Anthropic, among others. The integration is seamless, with keys stored securely in the local OS keychain, ensuring privacy and security. This update empowers users to mix and match frontier and local models, offering flexibility in handling complex tasks while maintaining control over data and billing. It's a significant step for developers looking to customize their AI model usage within the Copilot ecosystem.
The latest update to Claude Code, version 2.1.186, introduces several enhancements and fixes aimed at improving user experience and functionality. Notably, it adds new CLI commands for authenticating MCP servers without a browser, and enhances the agent detail view with status filtering. The update also addresses multiple bugs, such as streaming request failures and session recap duplications, ensuring smoother operation. These changes make Claude Code more robust and user-friendly, particularly for developers working in complex environments.
The latest update to Claude Code, v2.1.183, introduces significant safety improvements for developers using auto mode. Destructive git commands are now blocked unless explicitly requested, preventing accidental data loss. Additionally, the update provides warnings for deprecated models and enhances configuration management with new command options. These changes aim to streamline the development process while ensuring a safer and more reliable coding environment. Developers can now work with greater confidence, knowing that potentially harmful actions are more controlled.
© FireshipSQLite, renowned for its reliability, has been reimagined in Rust under the name Turso. This new iteration not only maintains the trusted functionality of SQLite but also introduces unique features that set it apart. The use of Rust, known for its safety and performance, suggests potential improvements in security and efficiency. This development could influence how developers approach database management, offering a modern alternative to a classic tool. Turso represents a significant evolution in the landscape of lightweight databases, potentially reshaping expectations for performance and safety.