Just ran into this installing the new Astro v7. Running astro dev in Warp is starting Astro 7 in background mode, which apparently uses am-i-vibing for auto-detection. I currently have all AI features in Warp turned off, using it as a terminal only. Regardless, even if AI features were enabled, that would not mean that I am actively using it at that moment. Looks like these are the relevant lines:
|
{ |
|
id: "warp", |
|
name: "Warp Terminal", |
|
type: "hybrid", |
|
envVars: [ |
|
{ |
|
all: [["TERM_PROGRAM", "WarpTerminal"]], |
|
}, |
|
], |
|
}, |
I was asked to file this here. Discord chat for context.
pnpx am-i-vibing
✓ Detected: [warp] Warp Terminal (hybrid)

Just ran into this installing the new Astro v7. Running
astro devin Warp is starting Astro 7 in background mode, which apparently usesam-i-vibingfor auto-detection. I currently have all AI features in Warp turned off, using it as a terminal only. Regardless, even if AI features were enabled, that would not mean that I am actively using it at that moment. Looks like these are the relevant lines:am-i-vibing/packages/am-i-vibing/src/providers.ts
Lines 231 to 240 in bf9deb7
I was asked to file this here. Discord chat for context.