Thema

#github-copilot

Loots, Blogposts und verwandte Themen rund um diesen Tag. Folge dem Tag, damit passende Updates in deinem Orbit bleiben.

#github-copilot
2Gezeigte Loots
26Gezeigte Artikel
8Verlinkte Nachbar-Tags
Anschluss-Themen

Wenn du tiefer einsteigen willst, helfen die benachbarten Tags beim Vergleichen und Querlesen.

Loot

Mehr aus diesem Thema

Alle Loots entdecken

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

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

Verwandte Artikel

Blog durchsuchen
Tools & Apps

GitHub Copilot app adds centrally managed OpenTelemetry export

GitHub now lets enterprise administrators configure OpenTelemetry export for the Copilot app, giving teams centralized visibility into agent

AI & Automation

GitHub Copilot adds cost-aware model routing and agent workflows

GitHub Copilot is rolling out cost, quality, and response-time tiers for automatic model selection alongside broader code-review, Dev Contai

AI & Automation

GitHub Copilot sets September 28 defaults for agents, reviews, and billing

GitHub is consolidating Copilot chat and cloud-agent access, changing the default code-review effort to Balanced, and moving Business and En

AI & Automation

GPT-6 Astra reaches GitHub Copilot for long-horizon coding

GitHub has made OpenAI’s GPT-6 Astra generally available in Copilot, with gradual rollout across paid plans and usage-based provider pricing

AI & Automation

Claude Fable 5.1 reaches GitHub Copilot with retention caveats

AI & Automation

GitHub Copilot adds Gemini 3.8 Flash with usage-based billing

GitHub is rolling Google’s Gemini 3.8 Flash into Copilot for Pro, Pro+, Max, Business, and Enterprise users, with introductory provider pric

AI & Automation

GitHub reopens Copilot Business signups with upfront billing

GitHub is gradually reopening Copilot Business and Enterprise signups for card and PayPal customers, while changing seat billing and overage

AI & Automation

GitHub Copilot approvals turn code review into a merge-control decision

GitHub is previewing opt-in Copilot approvals that can satisfy repository merge requirements, with controls at enterprise, organization, and

AI & Automation

Grok 4.6 rolls into GitHub Copilot for longer coding tasks

GitHub is gradually rolling xAI's Grok 4.6 into Copilot across paid individual and organizational plans, with usage-based billing and an adm

Tools & Apps

Agent Plugins 1.0 reaches Copilot as vendors standardize agent extensions

Agent Plugins 1.0 is now generally available in GitHub Copilot surfaces after Vercel, AWS, Anysphere, GitHub, Microsoft, OpenAI, and Google

Tools & Apps

Microsoft brings MAI-Code-1.1-Flash to Copilot at a lower token price

Microsoft and GitHub are rolling out MAI-Code-1.1-Flash in GitHub Copilot, adding vision support and cutting Copilot token prices sharply ve

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