GitHub is pushing Copilot's agent workflow directly into JetBrains editors, not just the side chat panel, and pairing it with inline previews for Next Edit Suggestions. The bigger governance change is global auto-approve: one switch can approve file edits, terminal commands, and external tool calls across workspaces.
#github
RSS FeedGitHub is rolling GPT-5.5 into Copilot across IDEs, CLI, mobile, github.com, and the cloud agent, turning OpenAI's latest model into a daily coding option instead of a release-note headline. The catch is a 7.5x premium request multiplier, and Business or Enterprise admins must explicitly enable access.
Why it matters: model launches become more consequential when they land in tools developers already use every day. GitHub says early testing found GPT-5.5 strongest on complex multi-step coding tasks, and the rollout ships with a 7.5x premium request multiplier.
HN focused less on telemetry as an idea and more on whether opt-out controls work when gh runs inside CI, servers, and automation.
GitHub has paused new Copilot Pro, Pro+, and Student sign-ups after agentic workflows pushed compute demand beyond the old plan structure. The sharper signal is economic: token-based session and weekly limits now matter separately from premium request counts.
HN reacted because fake stars are no longer just platform spam; they distort how AI and LLM repos look credible. The thread converged on a practical answer: read commits, issues, code, and real usage instead of treating stars as proof.
HN’s interest in Stage centered less on the chapter UI itself and more on the harder question: how humans stay responsible for code that agents helped create.
Hacker News upvoted this because it hits a pain every large repo has: giant PRs that are hard to review and harder to land. GitHub’s Stacked PRs preview turns a big change into an ordered chain of smaller PRs, then gives that chain first-class UI, merge behavior, and a dedicated gh stack CLI.
GitHub is making third-party coding agents less static: Claude and Codex users on github.com can now choose among 4 Anthropic models and 3 OpenAI models when they launch a task. That matters because model choice changes latency, spend, and code quality far more than a small UI toggle suggests.
GitHub is turning Copilot compliance from slideware into deployable policy: US and EU data residency now covers all generally available Copilot features, and US government deployments get FedRAMP Moderate infrastructure. The practical catch is cost, with data-resident requests priced at a 1.1x model multiplier.
Long-running CLI agent work no longer has to stay pinned to one screen. GitHub's new <code>copilot --remote</code> feature mirrors a live session to the web or GitHub Mobile, where you can send follow-up commands, switch modes, and handle approvals from another device.
One of the ugliest pull-request stalls just became a button. GitHub says its new Fix with Copilot flow can resolve merge conflicts, re-check build and tests, and push the repaired branch from a cloud-based development environment.