Topic

#github-copilot

Loot, blog posts and adjacent themes connected to this topic. Follow the tag to keep it in your orbit.

#github-copilot
Loot

More from this topic

Explore all loot
Cap GitHub Copilot CLI agent spend with AI credit session limits

Cap GitHub Copilot CLI agent spend with AI credit session limits

0
GitHub Copilot CLI and the Copilot SDK now support per-session AI credit limits, giving developers a practical guardrail for long-running agent tasks and unattended automation. What it does GitHub added AI credit session limits for Copilot CLI and the Copilot SDK. The practical value is simple: before you hand an agent a long task, you can set a credit cap so the session stops cleanly instead of running until the work is done or someone notices the bill. This belongs in a developer's automation checklist because AI coding agents are increasingly used for unattended refactors, test runs, investigations, and SDK-driven workflows. A per-session cap does not replace account budgets, but it gives each run a local spending boundary. How to try it Update GitHub Copilot CLI to version 1.0.66 or later, then use the new session-limit controls before starting work. For interactive CLI sessions, GitHub's docs show the /limits set command: For non-interactive CLI jobs, pass a maximum credit value on the command line: GitHub notes that the limit is a soft cap: a model response already in progress can finish, so final usage may slightly exceed the number you set. Their docs also advise that session limits work best above 30 AI credits because many model calls can cost more than 20 credits. Best use cases Budgeting unattended Copilot CLI jobs in CI-like local automation. Running exploratory codebase tasks without leaving an agent unbounded. Testing prompt cost before scaling a workflow across a team. Giving SDK-based agent features a per-run guardrail. Caveats This is a public preview feature, so behavior may change. It also controls a single session only; teams still need organization budgets, billing alerts, model-selection policies, and human review for expensive agent workflows. Treat the first few runs as calibration. Start with small, reversible tasks, check actual AI credit use afterward, and adjust the limit based on prompt size, repository size, selected model, and tool-call depth. Source links GitHub Changelog: https://github.blog/changelog/2026-07-01-set-ai-credit-session-limits-in-copilot-cli-and-sdk/ GitHub Docs: https://docs.github.com/en/copilot/tutorials/optimize-ai-usage GitHub CLI best practices: https://docs.github.com/copilot/how-tos/copilot-cli/cli-best-practices Session limit setup docs: https://docs.github.com/en/copilot/how-tos/copilot-cli/use-copilot-cli/set-session-limit
Free
Review open
0
Use VS Code browser tools to make Copilot test the UI it builds

Use VS Code browser tools to make Copilot test the UI it builds

0
GitHub Copilot's browser tools in VS Code are now generally available, giving agents a real browser surface for building, clicking, inspecting, and checking web-app flows inside the editor. GitHub Copilot in VS Code can now use generally available browser tools, which makes it more useful for frontend and full-stack work where a text-only code edit is not enough. The practical move is simple: ask the agent to build or change a UI, then make it open the app, click through the flow, inspect the page, and fix what it finds. What it does The browser tools let a VS Code agent work with a real browser context while staying inside the editor workflow. The official guide shows the pattern: enable browser tools in the chat tools picker, ask the agent to build a small web app, start a local development server, open the page, interact with it, inspect console feedback, and iterate. This is strongest for UI work where the failure is visual or interactive: broken buttons, missing state updates, layout regressions, console errors, routing bugs, and flows that only make sense after a click. Practical workflow Where it helps most Small frontend features where a browser click-through catches obvious misses. Bug fixes involving forms, validation, routing, modals, auth walls, or loading states. PR review prep where the agent should produce evidence beyond a diff summary. Design-system changes that need quick spot checks across a few states. Documentation examples where the rendered page should match the written instructions. Caveats Keep the scope tight. Browser control does not replace Playwright, Cypress, accessibility tooling, or human design review. It is best as a fast interactive sanity check before formal tests. Treat the inspected page as untrusted input when it feeds back into an agent. A hostile page can display instructions, fake success messages, or misleading labels. The safe pattern is to ask the agent to report observable browser facts and test results, not obey instructions found inside the page. Source links GitHub changelog: https://github.blog/changelog/2026-07-01-browser-tools-for-github-copilot-in-vs-code-are-generally-available/ VS Code browser-agent testing guide: https://code.visualstudio.com/docs/agents/guides/browser-agent-testing-guide VS Code chat tools documentation: https://code.visualstudio.com/docs/chat/chat-tools
Free
Review open
0
Blog

Related reads

Browse blog
Tools & Apps

GitHub puts Copilot code review behind a default firewall

GitHub now gives Copilot code review its own firewall, setup workflow, and runner configuration, separating review-agent controls from the b

Tools & Apps

GitHub adds repository-level Copilot metrics for coding agents

GitHub's Copilot usage metrics REST API now reports repository-level activity for Copilot coding agent and Copilot code review across enterp

Tools & Apps

Check Copilot policies before GPT-5.6 agents start spending AI credits

GitHub is rolling GPT-5.6 Sol, Terra, and Luna into Copilot across IDEs, CLI, mobile, github.com, and the cloud agent. Business and Enterpri

Business & Karriere

Cap Copilot agent spend per user from GitHub's billing UI

GitHub Enterprise Cloud admins can now set per-user AI credit budgets inside cost centers from the billing UI, giving teams a cleaner way to

AI & Automation

Run GitHub Copilot agents on desktop without a paid Copilot plan

Business & Karriere

Cap GitHub Copilot credit pools before one team burns the budget

GitHub cost centers can now cap monthly included Copilot AI credit pools through the REST API, helping enterprises keep agent and model usag

AI & Automation

Move Copilot workflows off Gemini 2.5 Pro and Gemini 3 Flash before July 31

GitHub will remove Gemini 2.5 Pro and Gemini 3 Flash from Copilot experiences on July 31, 2026, so teams should check model policies, pinned

Tools & Apps

GitHub Opens Copilot Agent Session Streaming for Enterprise Audit Trails

GitHub has opened Copilot agent session streaming in public preview for Enterprise Cloud customers with enterprise managed users, giving sec

Tools & Apps

Try Kimi K2.7 Code in Copilot after your admin reviews open-weight risk

GitHub Copilot now offers Moonshot AI's Kimi K2.7 Code as its first selectable open-weight model, with gradual rollout and admin controls fo

Tools & Apps

Run Copilot CLI in Actions without storing a PAT

GitHub Copilot CLI can now run in GitHub Actions with the built-in GITHUB_TOKEN, cutting long-lived PAT secrets out of organization-owned au

AI & Automation

Stream GitHub Copilot agent sessions before audit gaps grow

GitHub Copilot agent session streaming is in public preview for Enterprise Cloud customers with enterprise managed users, adding SIEM and RE

AI & Automation

GitHub Copilot Vision is GA: what developers can attach now

GitHub Copilot Vision is now generally available, letting developers add images and PDFs to Copilot prompts across supported surfaces withou

Tools & Apps

Cap Copilot agent spend before long CLI and SDK runs

GitHub Copilot now lets CLI and SDK users set AI credit limits per session, giving agent automation a soft spending cap before background wo

Tools & Apps

GitHub Copilot browser tools are GA in VS Code

GitHub Copilot browser tools in VS Code are now generally available, letting agents open pages, click, type, inspect console errors, and val

AI & Automation

Use GitHub Copilot as a Native Agent Inside JetBrains IDEs

GitHub Copilot is now a first-class agent option in JetBrains AI Assistant, with OAuth login, model picking, reasoning controls, and multist

Tools & Apps

Check GitHub Copilot policies before enabling Claude Opus 4.8 fast mode

GitHub is rolling out Claude Opus 4.8 fast mode in Copilot preview. It targets responsive coding and agent workflows, but Business and Enter

Tools & Apps

Run Copilot agent sessions through your own model keys

GitHub Copilot app now supports bring your own key for agent sessions, letting teams connect OpenAI, Azure OpenAI, Anthropic, Ollama, LM Stu

Tools & Apps

Restrict Copilot plugin installs before agent tools reach production

GitHub added strictKnownMarketplaces for Copilot CLI and VS Code, giving enterprises a public-preview control for approved plugin marketplac

AI & Automation

MAI-Code-1-Flash Reaches GitHub Copilot Business and Enterprise

GitHub says Microsoft's MAI-Code-1-Flash coding model is now generally available for Copilot Business and Enterprise, with admin policy cont

Tools & Apps

GitHub Copilot for Jira Is Generally Available

GitHub Copilot for Jira is now generally available, letting teams assign Jira issues to Copilot's cloud agent, follow progress in Jira, and

Tools & Apps

GitHub Copilot CLI makes its new terminal interface generally available

GitHub has made the redesigned Copilot CLI terminal interface generally available, adding tabs for issues, pull requests, and gists plus in-

Tools & Apps

GitHub Copilot Brings Claude Agent Sessions and Governed Agents to JetBrains IDEs

GitHub's June 22 Copilot update for JetBrains IDEs adds Claude as an agent provider preview, organization and enterprise agents, queued CLI

Business & Karriere

GitHub Adds Per-User AI Credit Usage to the Copilot Metrics API

GitHub's Copilot usage metrics API now includes ai_credits_used in user-level reports, giving administrators a clearer signal for adoption a