<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Developers Digest - eve</title>
    <link>https://www.developersdigest.tech/tags/eve</link>
    <description>15 items tagged eve on Developers Digest - blog posts, tools, guides, and tutorials.</description>
    <language>en</language>
    <lastBuildDate>Wed, 17 Jun 2026 22:13:15 GMT</lastBuildDate>
    <atom:link href="https://www.developersdigest.tech/tags/eve/feed.xml" rel="self" type="application/rss+xml" />
    <image>
      <url>https://avatars.githubusercontent.com/u/124798203?v=4</url>
      <title>Developers Digest - eve</title>
      <link>https://www.developersdigest.tech/tags/eve</link>
    </image>
    <item>
      <title><![CDATA[Build Your First Agent with Vercel eve: A Step-by-Step Tutorial]]></title>
      <link>https://www.developersdigest.tech/blog/build-first-agent-vercel-eve-tutorial</link>
      <guid isPermaLink="true">https://www.developersdigest.tech/blog/build-first-agent-vercel-eve-tutorial</guid>
      <description><![CDATA[A hands-on, beginner-friendly walkthrough of building an AI agent with Vercel eve: scaffold the project, define an agent and a typed tool with defineTool, run it locally, call it through the durable session and stream API, and deploy to Vercel Functions.]]></description>
      <pubDate>Wed, 17 Jun 2026 00:00:00 GMT</pubDate>
      <category>Vercel</category>
      <category>eve</category>
      <category>AI Agents</category>
      <category>Tutorial</category>
      <category>Vercel AI SDK</category>
      <category>Next.js</category>
    </item>
    <item>
      <title><![CDATA[Everything Vercel Shipped at Ship 26 (June 2026)]]></title>
      <link>https://www.developersdigest.tech/blog/everything-vercel-shipped-at-ship-26</link>
      <guid isPermaLink="true">https://www.developersdigest.tech/blog/everything-vercel-shipped-at-ship-26</guid>
      <description><![CDATA[At Vercel Ship 26 in London on June 17, 2026, Vercel shipped a wave of agent-era tooling: the open-source eve agent framework, Vercel Drop for drag-and-drop deploys with no Git or CLI, spend caps for AI Gateway API keys, and the HarnessAgent API in AI SDK 7 that unifies Claude Code, Codex, and Pi behind one interface.]]></description>
      <pubDate>Wed, 17 Jun 2026 00:00:00 GMT</pubDate>
      <category>Vercel</category>
      <category>Ship 26</category>
      <category>eve</category>
      <category>Vercel AI SDK</category>
      <category>AI Gateway</category>
      <category>AI Agents</category>
    </item>
    <item>
      <title><![CDATA[Vercel eve: The Framework for Building AI Agents]]></title>
      <link>https://www.developersdigest.tech/blog/vercel-eve-framework-for-building-ai-agents</link>
      <guid isPermaLink="true">https://www.developersdigest.tech/blog/vercel-eve-framework-for-building-ai-agents</guid>
      <description><![CDATA[Vercel launched eve at Ship 26, an open-source agent framework it calls Next.js for agents. You define each agent as files under an agent/ directory, and eve compiles it into a production app on Vercel Functions with durable execution, sandboxes, approvals, subagents, and evals built in.]]></description>
      <pubDate>Wed, 17 Jun 2026 00:00:00 GMT</pubDate>
      <category>Vercel</category>
      <category>eve</category>
      <category>AI Agents</category>
      <category>Vercel AI SDK</category>
      <category>Next.js</category>
      <category>Agent Frameworks</category>
    </item>
    <item>
      <title><![CDATA[Background Tasks - Claude Code]]></title>
      <link>https://www.developersdigest.tech/guides/background-tasks</link>
      <guid isPermaLink="true">https://www.developersdigest.tech/guides/background-tasks</guid>
      <description><![CDATA[Run Bash commands with Ctrl+B and retrieve output by task ID.]]></description>
      <pubDate>Thu, 23 Apr 2026 00:00:00 GMT</pubDate>
      <category>claude-code</category>
    </item>
    <item>
      <title><![CDATA[Command History - Claude Code]]></title>
      <link>https://www.developersdigest.tech/guides/command-history</link>
      <guid isPermaLink="true">https://www.developersdigest.tech/guides/command-history</guid>
      <description><![CDATA[Per-directory prompt history with Ctrl+R reverse search.]]></description>
      <pubDate>Thu, 23 Apr 2026 00:00:00 GMT</pubDate>
      <category>claude-code</category>
    </item>
    <item>
      <title><![CDATA[Migrating from Cursor to Claude Code]]></title>
      <link>https://www.developersdigest.tech/guides/migrating-from-cursor-to-claude-code</link>
      <guid isPermaLink="true">https://www.developersdigest.tech/guides/migrating-from-cursor-to-claude-code</guid>
      <description><![CDATA[A concrete step-by-step guide to moving your development workflow from Cursor to Claude Code - settings, rules, keybindings, and the habits that transfer.]]></description>
      <pubDate>Thu, 23 Apr 2026 00:00:00 GMT</pubDate>
      <category>getting-started</category>
    </item>
    <item>
      <title><![CDATA[CLAUDE.md Files - Claude Code]]></title>
      <link>https://www.developersdigest.tech/guides/claude-md-files</link>
      <guid isPermaLink="true">https://www.developersdigest.tech/guides/claude-md-files</guid>
      <description><![CDATA[Persistent project instructions loaded every session; supports nested dirs.]]></description>
      <pubDate>Thu, 23 Apr 2026 00:00:00 GMT</pubDate>
      <category>claude-code</category>
    </item>
    <item>
      <title><![CDATA[Effort Levels - Claude Code]]></title>
      <link>https://www.developersdigest.tech/guides/effort-levels</link>
      <guid isPermaLink="true">https://www.developersdigest.tech/guides/effort-levels</guid>
      <description><![CDATA[Low, medium, high, xhigh, and max for adaptive reasoning control.]]></description>
      <pubDate>Thu, 23 Apr 2026 00:00:00 GMT</pubDate>
      <category>claude-code</category>
    </item>
    <item>
      <title><![CDATA[Custom Subagent Types - Claude Code]]></title>
      <link>https://www.developersdigest.tech/guides/custom-subagent-types</link>
      <guid isPermaLink="true">https://www.developersdigest.tech/guides/custom-subagent-types</guid>
      <description><![CDATA[Create reusable subagent definitions at project or user level.]]></description>
      <pubDate>Thu, 23 Apr 2026 00:00:00 GMT</pubDate>
      <category>claude-code</category>
    </item>
    <item>
      <title><![CDATA[Subagent Context Isolation - Claude Code]]></title>
      <link>https://www.developersdigest.tech/guides/subagent-context-isolation</link>
      <guid isPermaLink="true">https://www.developersdigest.tech/guides/subagent-context-isolation</guid>
      <description><![CDATA[Prevent bloating the main conversation with research or exploration.]]></description>
      <pubDate>Thu, 23 Apr 2026 00:00:00 GMT</pubDate>
      <category>claude-code</category>
    </item>
    <item>
      <title><![CDATA[Hooks System - Claude Code]]></title>
      <link>https://www.developersdigest.tech/guides/hooks-system</link>
      <guid isPermaLink="true">https://www.developersdigest.tech/guides/hooks-system</guid>
      <description><![CDATA[Event-driven automation with 20+ lifecycle events.]]></description>
      <pubDate>Thu, 23 Apr 2026 00:00:00 GMT</pubDate>
      <category>claude-code</category>
    </item>
    <item>
      <title><![CDATA[TaskCreated and TaskCompleted Hooks - Claude Code]]></title>
      <link>https://www.developersdigest.tech/guides/task-created-completed-hook</link>
      <guid isPermaLink="true">https://www.developersdigest.tech/guides/task-created-completed-hook</guid>
      <description><![CDATA[Fire on task lifecycle events.]]></description>
      <pubDate>Thu, 23 Apr 2026 00:00:00 GMT</pubDate>
      <category>claude-code</category>
    </item>
    <item>
      <title><![CDATA[Stop Hook - Claude Code]]></title>
      <link>https://www.developersdigest.tech/guides/stop-hook</link>
      <guid isPermaLink="true">https://www.developersdigest.tech/guides/stop-hook</guid>
      <description><![CDATA[Fires when Claude finishes responding. Can prevent the stop.]]></description>
      <pubDate>Thu, 23 Apr 2026 00:00:00 GMT</pubDate>
      <category>claude-code</category>
    </item>
    <item>
      <title><![CDATA[Command Hooks - Claude Code]]></title>
      <link>https://www.developersdigest.tech/guides/command-hooks</link>
      <guid isPermaLink="true">https://www.developersdigest.tech/guides/command-hooks</guid>
      <description><![CDATA[Run shell scripts on events with environment variable passing.]]></description>
      <pubDate>Thu, 23 Apr 2026 00:00:00 GMT</pubDate>
      <category>claude-code</category>
    </item>
    <item>
      <title><![CDATA[MCP Installation Scopes - Claude Code]]></title>
      <link>https://www.developersdigest.tech/guides/mcp-installation-scopes</link>
      <guid isPermaLink="true">https://www.developersdigest.tech/guides/mcp-installation-scopes</guid>
      <description><![CDATA[Local, project, user, and plugin-level MCP configurations.]]></description>
      <pubDate>Thu, 23 Apr 2026 00:00:00 GMT</pubDate>
      <category>claude-code</category>
    </item>
  </channel>
</rss>