fix(e2e): preserve self-modification model limits

Signed-off-by: Colton Padden <colton.padden@vercel.com>
This commit is contained in:
Colton Padden
2026-09-18 10:49:59 -04:00
parent 0421a52bf0
commit 793da8ca4e
@@ -2,7 +2,7 @@ import { e2eSubagentConfig } from "@eve-e2e/config";
import { defineAgent } from "eve";
export default defineAgent({
...e2eSubagentConfig(),
description:
"Delegate requests to change the eve agent, add reusable actions, or install and connect named capabilities. This acceptance-only child does not modify source or call tools.",
model: e2eSubagentConfig().model,
});