fix(eve): ignore .devtools in eve dev watcher - #1719
Open
cfleissner-evisions wants to merge 1 commit into
Open
Conversation
Contributor
|
@cfleissner-evisions is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
AI SDK DevTools writes under .devtools. Ignore that directory in the eve dev watcher, agent discovery, and source snapshots so generation writes do not recompile or warn. Signed-off-by: Chris Fleissner <chris.fleissner@evisions.com> Co-authored-by: Cursor <cursoragent@cursor.com>
cfleissner-evisions
force-pushed
the
fix/ignore-devtools-in-dev-watcher
branch
from
August 6, 2026 16:12
e90f7e4 to
f9aceab
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #1720.
AI SDK DevTools stores generation data in
.devtools. That caused two problems ineve dev:.devtools/as an unsupported directory and warned:Ignoring unsupported directory ".devtools/" in the agent root..eveis already a silent generated directory. This change treats.devtoolsthe same way: ignore it in the watcher, classify it as an ignored agent-root directory (no warning), and skip it in source snapshots.Validation
pnpm --filter eve buildpnpm --filter eve exec vitest run --config vitest.scenario.config.ts src/internal/nitro/host/dev-authored-source-watcher.scenario.test.ts -t "ignores generated directories"— 1 passed, 10 skippedpnpm --filter eve exec vitest run --config vitest.integration.config.ts src/discover/agent.integration.test.ts -t "silently ignores generated runtime directories"— 1 passedDocs are not applicable.
Checklist
CONTRIBUTING.mdevepackagegit commit --signoff)