
GitHub has announced that its Copilot app now supports 'bring your own key' (BYOK), enabling users to integrate their own AI model providers. This update allows developers to use models from OpenAI, Azure OpenAI, Anthropic, and others, directly within the Copilot app. Users can securely store their API keys in the local OS keychain, ensuring privacy. This feature offers flexibility for developers to choose models based on their specific needs, while maintaining control over data and billing. The update is available for users on Copilot Business or Enterprise plans.
Read original
© GitHub ChangelogGitHub has introduced new REST API endpoints for accessing Code Quality findings, now available in public preview. This development allows developers to retrieve detailed information on CodeQL findings directly through API calls, enhancing integration capabilities with existing tools and workflows. By offering these endpoints, GitHub is bridging the gap between its UI and API functionalities, making it easier for developers to automate and streamline code quality checks. This move signifies a step towards more accessible and flexible code quality management for developers using GitHub.
© 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.
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.