81 Commits

Author SHA1 Message Date
Chad Hietala fcb3ba2fae feat(eve): make instrumentation directory canonical (#3516)
Signed-off-by: Chad Hietala <chad.hietala@vercel.com>
2026-09-18 15:24:01 -04:00
OwenKephart 31beb692d7 docs: clarify multi-agent and web app structure (#3344)
Signed-off-by: owenkephart <owen.kephart@vercel.com>
2026-09-16 14:27:16 -07:00
Andrew Barba 7b17b27f45 feat(eve): onboarding - go from init directly to chat (#3356)
Signed-off-by: Andrew Barba <barba@hey.com>
2026-09-16 11:14:23 -04:00
Chad Hietala ded6583ec5 docs: reorganize observability guides (#3385)
Signed-off-by: Chad Hietala <chad.hietala@vercel.com>
2026-09-15 19:43:22 +00:00
Andrew Barba 6ce61cd85e refactor(eve): remove registry packages (#3364)
Signed-off-by: Andrew Barba <barba@hey.com>
2026-09-15 10:29:07 -04:00
OwenKephart 15c7a2e76a fix(eve): accept existing packages as init targets (#3337)
Signed-off-by: owenkephart <owen.kephart@vercel.com>
2026-09-14 18:49:07 +00:00
prha 7fa514bcea feat(eve): offer self-modification during local init (#3280)
Signed-off-by: prha <prha@vercel.com>
2026-09-11 15:39:03 -07:00
Chad Hietala a34ecf026b fix(eve): preserve remote dispatch caller through ingress (#3299)
Signed-off-by: Chad Hietala <chad.hietala@vercel.com>
2026-09-11 17:42:35 -04:00
Chad Hietala 47b7a385f7 feat(eve): trace workflow tool invocations (#3270)
Signed-off-by: Chad Hietala <chad.hietala@vercel.com>
2026-09-11 18:31:27 +00:00
Chad Hietala 0e2912f846 feat(eve): trace memory operations (#3265)
Signed-off-by: Chad Hietala <chad.hietala@vercel.com>
2026-09-11 11:03:26 -07:00
Chad Hietala 879d4e5403 feat(eve): separate dispatch from bounded activation traces (#2966)
Signed-off-by: Chad Hietala <chad.hietala@vercel.com>
2026-09-10 19:11:17 -04:00
Chad Hietala 47bd3d727e fix(eve): propagate agent trace context and conversation identity (#2958)
Signed-off-by: Chad Hietala <chad.hietala@vercel.com>
2026-09-10 19:11:16 -04:00
Casey Gowrie ee02527b12 feat(eve): log eval workflow run IDs (#3177)
Signed-off-by: Casey Gowrie <ctgowrie@gmail.com>
2026-09-09 11:14:38 -04:00
Andrew Barba 4cff7dc5db fix(eve): start - resolve prewarm modules after app relocation (#3093)
Signed-off-by: Andrew Barba <barba@hey.com>
2026-09-07 11:16:56 -04:00
Andrew Barba 14af96f69c fix(eve): authored bundles - preserve Node resolution conditions (#3092)
Signed-off-by: Andrew Barba <barba@hey.com>
2026-09-07 15:16:48 +00:00
Andrew Barba 0b980abd5f chore(eve): dependencies - upgrade Nitro to 3.0.260903-beta (#3037)
Signed-off-by: Andrew Barba <barba@hey.com>
2026-09-04 15:50:23 -04:00
OwenKephart 97090d6fa4 feat(cli): add telemetry (#2283)
Signed-off-by: owenkephart <owen.kephart@vercel.com>
2026-09-04 07:47:35 -07:00
OwenKephart fc123f4253 feat(eve): support agent workspace CLI flows (#2900)
Signed-off-by: owenkephart <owen.kephart@vercel.com>
2026-09-02 17:55:37 -07:00
Andrew Barba d8c58bd068 feat(eve): memory - provision Vercel Blob storage (#2886)
Signed-off-by: Andrew Barba <barba@hey.com>
2026-09-02 17:48:46 -04:00
OwenKephart 3e2abe5423 feat(eve): add batch setup planner (#2763)
Signed-off-by: owenkephart <owen.kephart@vercel.com>
2026-09-01 11:24:52 -07:00
Chad Hietala 3bdcb88ffd feat(eve): adopt GenAI semantic conventions for agent traces (#2706)
Signed-off-by: Chad Hietala <chad.hietala@vercel.com>
2026-08-31 09:34:13 -04:00
Casey Gowrie 5bbb085e58 chore: align quickstart and dev fixture model with the CLI default (#2701)
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
Co-authored-by: Casey Gowrie <6045519+ctgowrie@users.noreply.github.com>
2026-08-28 10:18:36 -04:00
vercel-gh-bot-2[bot] c77faa55eb Default new agents to GPT-5.6 Luna Fast (#2683)
Co-authored-by: vercel-gh-bot-2[bot] <282331341+vercel-gh-bot-2[bot]@users.noreply.github.com>
Co-authored-by: AndrewBarba <1316152+AndrewBarba@users.noreply.github.com>
2026-08-27 15:39:11 -07:00
Chad Hietala 7c5a69ec45 refactor(eve): rely on native trace topology (#2458)
Signed-off-by: Chad Hietala <chad.hietala@vercel.com>
2026-08-25 09:46:54 -04:00
Chad Hietala 822dbff57d fix(eve): stop copying app source into dev generations (#2262)
Signed-off-by: Chad Hietala <chad.hietala@vercel.com>
2026-08-18 18:45:29 -04:00
OwenKephart c6d6b3ef3d feat(eve): support non-interactive Vercel project commands (#2208)
Signed-off-by: owenkephart <owen.kephart@vercel.com>
2026-08-17 16:43:00 -07:00
OwenKephart abcd06d541 Resolve CLI commands from the enclosing eve application (#2084)
Signed-off-by: owenkephart <owen.kephart@vercel.com>
2026-08-14 08:19:11 -07:00
Casey Gowrie 7ab7d9786a Choose init or dev for bare eve commands (#2066)
Signed-off-by: Casey Gowrie <ctgowrie@gmail.com>
2026-08-13 16:39:00 -04:00
Casey Gowrie c77c661d3d Choose where to initialize from non-empty directories (#2064)
Signed-off-by: Casey Gowrie <ctgowrie@gmail.com>
2026-08-13 15:50:47 -04:00
Casey Gowrie 456c0a576f fix(eve): default init to current directory (#2062)
Signed-off-by: Casey Gowrie <ctgowrie@gmail.com>
2026-08-13 15:40:40 -04:00
Casey Gowrie 20a52017c7 Default new agents to zai/glm-5.2 (#1949)
Signed-off-by: Casey Gowrie <ctgowrie@gmail.com>
2026-08-13 14:07:36 -04:00
Andrew Barba df0804e43a feat(eve): instructions - add role-aware context (#2031)
Signed-off-by: Andrew Barba <barba@hey.com>
2026-08-13 10:36:23 -04:00
Casey Gowrie 3f92f7d9ca fix(eve)!: make instrumentation content opt-in (#2019)
Signed-off-by: Casey Gowrie <ctgowrie@gmail.com>
2026-08-13 09:02:48 -04:00
Colton Padden 09aa810829 docs: reorganize navigation and consolidate guides (#1916)
Signed-off-by: Colton Padden <colton.padden@vercel.com>
2026-08-12 21:49:04 -04:00
Casey Gowrie 672c05444b feat(eve): add CLI model settings (#1944)
Signed-off-by: Casey Gowrie <ctgowrie@gmail.com>
2026-08-11 14:20:10 -04:00
Casey Gowrie 1ee27be45b feat(eve): add setup exit and Vercel linking (#1932)
Signed-off-by: Casey Gowrie <ctgowrie@gmail.com>
2026-08-11 11:21:52 -04:00
OwenKephart 55b5cc7f44 docs(eve): guide agents through headless setup (#1800)
Signed-off-by: owenkephart <owen.kephart@vercel.com>
2026-08-10 13:40:54 -07:00
OwenKephart f06e12e0f4 feat(eve): add non-interactive setup protocol (#1788)
Signed-off-by: owenkephart <owen.kephart@vercel.com>
2026-08-10 13:40:54 -07:00
Chad Hietala 63a76f00d9 feat(eve): record agent.turn spans with real durations in local traces (#1781)
Signed-off-by: Chad Hietala <chadhietala@gmail.com>
2026-08-07 16:22:06 -04:00
OwenKephart e6f4808211 feat: compose selectable registry packages (#1565)
Signed-off-by: owenkephart <owen.kephart@vercel.com>
2026-08-05 18:08:12 +00:00
Chad Hietala 56de47b86c feat(eve): show full span details in eve traces (#1646)
Signed-off-by: Chad Hietala <chadhietala@gmail.com>
2026-08-05 11:40:26 -05:00
OwenKephart 557000ba9e feat(eve): builtin @skills support (#1623)
Signed-off-by: owenkephart <owen.kephart@vercel.com>
2026-08-04 15:12:35 -07:00
Colton Padden d8fc092f6e feat(eve): improve registry search output (#1637)
Signed-off-by: Colton Padden <colton.padden@vercel.com>
2026-08-04 17:04:24 -04:00
Chad Hietala e1e95424b9 fix(docs): pare down the local traces section in the instrumentation guide (#1620)
Signed-off-by: Chad Hietala <chadhietala@gmail.com>
2026-08-04 16:01:27 -05:00
Colton Padden e90a8c2fa9 feat: add ACP adapter (#1347)
Signed-off-by: Colton Padden <colton.padden@vercel.com>
2026-07-31 11:58:48 -04:00
Chad Hietala 2d87acb1ff feat(eve): attribute a subagent turn to the call that dispatched it (#1433)
Signed-off-by: Chad Hietala <chadhietala@gmail.com>
2026-07-31 10:22:17 -04:00
Chad Hietala 275271d205 feat(eve): open a real session root span and window long traces (#1410)
Signed-off-by: Chad Hietala <chadhietala@gmail.com>
2026-07-31 09:51:01 -04:00
OwenKephart 2b09840657 feat(eve): new /add slash-command (#1305)
Signed-off-by: owenkephart <owen.kephart@vercel.com>
2026-07-30 19:27:07 +00:00
Andrew Barba 01ed80d3c0 test(e2e): split model and world suites (#1387)
Signed-off-by: Andrew Barba <barba@hey.com>
2026-07-30 18:54:18 +00:00
Chad Hietala 38cdff84a1 feat(eve): rename eve trace to eve traces (#1413)
Signed-off-by: Chad Hietala <chadhietala@gmail.com>
2026-07-30 12:08:28 -04:00