// edition · 2026-06-18

June 18, 2026

28 stories on AI dev tools, agents, and the coding stack, curated from the day's RSS haul by Agentic Dev's pipeline.

Top Signal · CLI Agents

Refactoring with Claude Code: The Workflow That Actually Works (2026)

A workflow for using Claude Code to refactor large codebases recommends loading full dependency context before making changes, using a CLAUDE.md file to encode rules and progress across sessions, and requiring Claude to summarize a file's purpose before modifying it.

Dev.to - Claude

Tool Updates

Claude Code CLI: Session & Context Management

Claude Code CLI v2.1.91 includes more than 40 built-in slash commands grouped into categories covering session configuration, session reflection, session management, and context management. Commands include options for model selection, cost tracking, conversation branching, context compaction, an...

CLI Agents Dev.to - Claude

One command turns Claude Code into a full dev team

A developer released "ccteams," an npm package that installs pre-configured sets of Claude Code subagents into software projects via a single command. The package ships with eight agent teams covering stacks including Next.js/TypeScript, Go, Python FastAPI, Ruby on Rails, and a stack-agnostic gen...

CLI Agents Dev.to - AI

How Block manages its fleet of AI coding agents from Slack

Block built BuilderBot, an internal AI coding agent managed via Slack, that runs over 200,000 operations daily and merges roughly 1,500 pull requests per week — about 15% of all production code changes at the company. The tool, built on Block's open-source Goose framework, picks up tickets from L...

Agent Engineering The New Stack

GitHub Agentic Workflows and T…

GitHub Agentic Workflows use GitHub Actions and AI agents, including Claude and Copilot, to automate repository tasks such as code review, pull request analysis, and CI/CD integration. The system triggers automated actions based on repository events like pushes or pull requests.

Agent Engineering Dev.to - Claude

I gave Kiro memory, now it remembers everything...

A developer released Kiro-Ception, an open-source MIT-licensed plugin for the Kiro AI coding assistant that adds persistent memory across sessions, projects, and machines. It runs locally using SQLite and CPU-based embeddings (~80MB), with search latency under 10ms, and optionally supports multi-...

Agentic IDEs Dev.to - AI

Vercel Ship 2026 recap

Vercel held its Ship 2026 conference in London with over 2,500 attendees, announcing Vercel Connect for scoped temporary credentials, an open-source agent framework called eve, and a collection of agent-building tools called the Agent Stack.

Agent Engineering Vercel Blog

CLI deployment limits removed

Vercel removed CLI-specific deployment limits, allowing teams and AI agents to deploy from local machines and external CI/CD pipelines without previously imposed restrictions.

Agent Engineering Vercel Blog

Kiro goes mobile: AWS brings agentic coding supervision to the iPhone

AWS launched a native iOS app for Kiro, its AI-assisted development environment, at the AWS New York Summit. The app lets developers monitor, review diffs, and approve agentic coding sessions remotely, with compute running in AWS's cloud backend across three session modes: Chat, Spec, and Autonom...

Agentic IDEs The New Stack

AWS puts an AI bouncer at the merge queue

AWS announced two preview features for its DevOps Agent at AWS Summit New York: a release readiness review that checks code changes for dependency risks and compliance before merging, and an autonomous release testing capability that generates change-specific test plans for web and API applications.

Agent Engineering The New Stack

Your AI agent is guessing which element you meant

A developer proposed replacing raw screenshots fed to AI coding agents with structured JSON payloads that explicitly name the target UI element and intended action, reducing token cost from several thousand to roughly 700 per interaction.

Agent Engineering Dev.to - Claude

How to Actually Set Up Claude Projects That Most Users Don't Know

A Dev.to author outlined a six-part configuration method for Anthropic's Claude Projects, arguing that effective use requires specific identity and rules blocks in system prompts, uploaded knowledge files, and separate projects for separate workflows rather than a single general-purpose project.

Workflows & Tips Dev.to - Claude

Claude Design: AI Tool for Design System & Code Sync

Anthropic's Claude Design platform, which connects design systems with code workflows, has received updates including improved design system import, direct editing controls, and tighter integration with Claude Code to allow teams to transfer work between visual design and development.

Workflows & Tips Dev.to - Claude

Chainguard Agent Skills matures

Chainguard expanded its Agent Skills platform with a public registry of over 1,000 hardened AI agent skills, a private registry, and a hardening-as-a-service tier for internal skills. The system scans for vulnerabilities including over-permissioned scopes and credential harvesting, then uses AI t...

Agent Engineering The New Stack

Ecosystem

Opus 4.8 kills budget_tokens — here's what else moved

Anthropic released Claude Opus 4.8 on May 28, 2026, removing the `budget_tokens` parameter (now returns a 400 error) and adding a fast-throughput mode offering up to 2.5× output speed at $10/$50 per million tokens, mid-session system messages, and a reduced prompt-cache floor of 1,024 tokens.

Model Releases Dev.to - Claude

Vercel launches eve, an open-source framework that treats agents as directories

Vercel launched eve, an open-source framework for building AI agents, at its Ship conference in London. The framework structures each agent as a directory of files, uses Vercel's Workflow SDK for durable conversations, and includes built-in integrations with Slack, Discord, Microsoft Teams, GitHu...

Open Source Tools The New Stack

Vercel Connect: Secure access to external services for your agents

Vercel launched Vercel Connect in Public Beta, a service that issues short-lived, scoped tokens for apps and agents to access external services including Slack, GitHub, Salesforce, and Figma without storing long-lived credentials. Pricing starts at 5,000 token requests per month at no cost on the...

MCP & Integrations Vercel Blog

Testing GLM-5.2 on OpenCode: I'm impressed!

Z.ai released GLM 5.2, an open-weights model with 744B total and 40B active parameters, scoring 51 on the Artificial Analysis Intelligence Index, up from 40 in version 5.1. The update expands the context window from 200K to 1M tokens and maintains the same pricing under an MIT license.

Model Releases Dev.to - AI

GLM-5.2 is probably the most powerful text-only open weights LLM

Chinese AI lab Z.ai released GLM-5.2, a 753B-parameter open-weights text model under an MIT license on June 16th, with a 1 million token context window. It ranked first on the Artificial Analysis Intelligence Index with a score of 51 and second on the Code Arena WebDev leaderboard, priced at $1.4...

Model Releases Simon Willison

Quoting Charity Majors

Charity Majors wrote that AI shifted code generation from expensive and time-consuming to effectively free and instant in 2025, turning code from a curated resource into something disposable and regenerable, and argued this requires more engineering discipline, not less.

Opinion & Analysis Simon Willison

AI Agents Are Not Replacing Apps - They're Changing How We Use Software

A software developer argues that AI agents function as an additional interaction layer over existing business software rather than replacing applications, citing continued reliance on databases, APIs, and workflows. The piece notes AI agents perform well on repetitive tasks but remain prone to er...

Opinion & Analysis Dev.to - AI

Claude vs ChatGPT for Small Business Automation

Claude and ChatGPT differ in key ways for small business automation: Claude handles longer documents and asks clarifying questions before generating code, while ChatGPT produces faster output on shorter, focused tasks but may silently make incorrect assumptions in complex workflows.

Model Releases Dev.to - Claude