GitHub - ascorbic/am-i-vibing: Detect agentic coding environments and AI editors
am-i-vibing
Detect agentic coding environments and AI assistant tools. This library allows CLI tools and Node apps to detect when they're being executed by AI agents. This enables them to adapt by, for example, providing different output formats or logs.
Installation
Install as library:
Run as CLI tool:
import { detectAgenticEnvironment } from "am-i-vibing";
const result = detectAgenticEnvironment();
console.log(`Detected: ${result.name} (${result.type})`);
Supported AI Tools
Aider
Bolt
Claude C...
Read more at github.com