Skip to main content
Version: v0.0.4

Variable: VERSION

const VERSION: string = "0.0.4"

The @cosyte/cli version. On the uniform v0.0.x-until-first-alpha ladder.

Read by cosyte --version and by the MCP server's advertised SERVER_INFO, so it is a user-visible surface on both front doors, not merely an export.

Example

import { VERSION } from "@cosyte/cli";

console.log(`cosyte ${VERSION}`);