VS Code 1.124: Autopilot Is Now On by Default
Microsoft's VS Code 1.124 update, released June 10, enables Copilot Autopilot by default, allowing the AI agent to autonomously write files, run terminal commands, and call tools without user approval…
Microsoft's VS Code 1.124 update, released June 10, enables Copilot Autopilot by default, allowing the AI agent to autonomously write files, run terminal commands, and call tools without user approval…
A developer building AllSpeak, an English-like scripting language, found that using agentic AI tools like Copilot and Claude Code to write in a simpler, custom language instead of complex languages li…
A developer built HiyokoHelper, a floating AI assistant that lives in a 360x440px window always on top of the screen. The Tauri-based app uses a global shortcut (Cmd+Shift+H) to toggle visibility from…
ScreenMind, an open-source AI memory tool, analyzes every screenshot locally using Gemma 4 on a 4GB GPU, offering 100% private, searchable screen history as a privacy-first alternative to Microsoft's …
A developer built CodeClipr, a VS Code extension that packages an entire codebase into a single AI-ready context payload with one click, eliminating the need to copy files individually into AI assista…
A new OCaml course book for the NPTEL MOOC platform runs code directly in the browser with no installation or server, aiming to eliminate the setup barrier that has long plagued beginners. The book, w…
Playwright MCP is a Model Context Protocol server that exposes Playwright's browser capabilities to AI agents, enabling them to open pages, click, type, inspect accessibility snapshots, and capture sc…
A solo developer who started coding with AI assistance realized that AI cannot replace genuine understanding, as code often failed when run. The developer learned that open source success requires not…
A developer building Chauffeur, a local Windows tool for snapshotting and restoring desktop state, deliberately implemented two plugin models: in-process C++ shared libraries for performance and out-o…
Microsoft faced backlash after VS Code 1.117 silently added 'Co-authored-by: Copilot' to all commit messages by default, even when AI had not generated code. The company reverted the change and apolog…
Anthropic released Claude Fable 5, its first Mythos-class model, which benchmarks over 10% better than Opus 4.8 on coding tasks and features a 1M context window and deep MCP integration for multi-agen…
A developer released kickbacks.ai v2, a realistic multi-window saturation test that simulates a fraud attack indistinguishable from legitimate VS Code extension traffic. The tool incorporates fixes fo…
A developer has outlined a practical method for vetting VS Code extensions before installation, emphasizing that extensions run with full access to sensitive files like `.env` and SSH keys. The proces…
A developer has published a proof-of-concept attack script that tests whether the kickbacks.ai backend can detect multi-window saturation fraud. The script, called "attack-real.mjs," spawns parallel w…
Eight days after the Miasma worm injected a 4.3 MB credential stealer into public GitHub repositories, 123 repositories across 56 accounts still carry the live dropper on 665 branches, according to a …
GitHub Copilot CLI now supports Language Server Protocol (LSP) integration through a new LSP Setup skill, replacing the agent's previous brute-force method of extracting JAR files and grepping through…
In May 2026, two supply-chain attacks targeted AI coding tools including Claude Code and Cursor, with one malicious VS Code extension stealing npm, AWS, GitHub, and SSH credentials from 6,000 develope…
Apple overhauled its Apple Intelligence platform at WWDC 2026, announcing a strategic partnership with Google to co-develop Foundation Models and running its most powerful cloud AI on NVIDIA GPUs host…
GitHub Copilot experienced degraded availability for the Claude Opus 4.7 model across Copilot Chat, VS Code, and other Copilot products on June 8 due to an issue with an upstream model provider. The i…
GitHub deprecated the GPT-5.2 and GPT-5.2-Codex models across most Copilot experiences on June 5, 2026, including Copilot Chat, inline edits, and code completions. The company recommended GPT-5.5 and …