
GitHub has enhanced Dependabot's functionality by allowing it to access private GitHub Packages registries without requiring a personal access token. This is achieved by utilizing the GITHUB_TOKEN, which can now request read access to packages. Developers can grant repository access through the 'Manage Actions access' setting, simplifying the process and removing the need for PAT-based registry entries. This update applies to all GitHub Packages ecosystems supported by Dependabot, improving the efficiency of dependency management.
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 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.