am-i-vibing@0.3.0
·
8 commits
to main
since this release
Minor Changes
-
#73
fa38a90Thanks @ascorbic! - Add detection for five more agentic coding tools.Env-var detection (works by default):
- Sourcegraph Amp (
AMP_CURRENT_THREAD_ID, orAGENT=amp) - Auggie from Augment Code (
AUGMENT_AGENT=1) - Qwen Code (
QWEN_CODE=1)
Process-ancestry detection (opt-in via
checkProcesses: true):- Devin for Terminal (Cognition) --
devinbinary in process tree - Factory Droid --
droidbinary in process tree
Devin and Droid only inject identifying env vars inside hook commands, not on regular shell tool exec, so process ancestry is the only available signal.
- Sourcegraph Amp (