Dev Toolsgh agent-task: Run Copilot Coding Sessions From ghgh agent-task creates, follows, and lists GitHub Copilot coding-agent sessions from the terminal. Still preview, requires GitHub CLI v2.80.0+.Aug 19, 2026Read more →
Dev Toolsgh CLI 2.97.0 Fixes Terminal Injection in 7 CommandsGitHub CLI (gh) 2.97.0 fixes a terminal escape-sequence injection bug (GHSA-3m3g-3wcr-px46) across gh api, gh pr diff, and 5 more commands. Update now.Aug 19, 2026Read more →
Dev ToolsUpdate gh CLI Now: Codespace Jupyter RCE FixedA malicious Codespace could use gh codespace jupyter to hand VS Code a vscode:// URL and run commands on your machine. Fixed in gh CLI v2.96.0.Aug 19, 2026Read more →
Dev ToolsManage GitHub Sub-Issues and Dependencies via gh CLISet parent issues, list sub-issues, and add blocked-by dependencies with gh CLI's issue edit and create commands, no browser needed.Aug 19, 2026Read more →
Dev Toolsgh discussion: GitHub Discussions in Your Terminalgh discussion adds list, view, create, edit, and comment subcommands to GitHub CLI, giving GitHub Discussions the same terminal ergonomics as issues and PRs.Aug 19, 2026Read more →
Dev Toolsgh release download No Longer Needs Auth (Public Repos)gh release download now works against public repos without auth, matching gh extension install. What changed in v2.96.0, and a CI example.Aug 19, 2026Read more →
Dev Toolsgh skill: Manage AI Agent Skills From GitHub CLIgh skill installs, searches, updates, and publishes AI agent skills for Claude Code, Cursor, and more, right from GitHub CLI.Aug 19, 2026Read more →
Dev ToolsGitHub CLI's 2026 Agent-Era Expansion: Full GuideGitHub CLI (gh) added skill, discussion, and sub-issue commands in 2026, plus two security fixes. Full guide to all 10 changes and what to do.Aug 19, 2026Read more →
Dev ToolsHow GitHub CLI Became an AI-Agent Control SurfaceGitHub CLI (gh) shipped skill, discussion, and issue-hierarchy commands in 2026. See how gh became a real control surface for AI-agent tooling.Aug 19, 2026Read more →
Dev ToolsWrangler Removes Service Environments (v4.111.0)Wrangler 4.111 removes service environments and legacy_env. Each environment now deploys as its own Worker, and here is the exact error and how to migrate.Aug 6, 2026Read more →
Dev ToolsCheck Worker Bundle Size With wrangler check startupwrangler check startup graduated from alpha in v4.116 and now shows real bundle size and a startup CPU profile. Run on this site: 3.95 KiB, gzip 1.54 KiB.Aug 6, 2026Read more →
Dev ToolsWrangler Login Now Supports OAuth Device Grantwrangler login --device (RFC 8628) skips the localhost callback for headless terminals. Confirmed live against wrangler 4.119.0, from this remote sandbox.Aug 6, 2026Read more →
Dev ToolsFix Wrangler wrangler.toml vs jsonc PrecedenceWhen both wrangler.toml and wrangler.jsonc exist, Wrangler silently uses jsonc with no warning. Confirmed by test, plus the fix for teams mid-migration.Aug 6, 2026Read more →
Dev ToolsWrangler's July 2026 Breaking Changes: Full GuideWrangler shipped 10 changes across v4.111-4.119 in July 2026. One real breaking change, plus nine config, local-dev, and CLI shifts. Full rundown and fixes.Aug 6, 2026Read more →
Dev ToolsGit Worktrees: Multiple Branches Without the Stash ShuffleA guide to git worktree: check out several branches into separate folders at once, skip the stash-switch-unstash cycle, and dodge the cloud-sync pitfall.Jul 27, 2026Read more →