Skip to content

Greenlight CLI v1.4

Choose a tag to compare

@dnmfarrell dnmfarrell released this 20 Mar 21:51
· 76 commits to main since this release

greenlight-cli v1.4 Release Notes

Linux seccomp supervisor for direct syscalls

Safe bash commands

Common read-only bash commands are now auto-allowed without prompting. Commands like ls, pwd, echo, wc, cat, head, tail, which, grep, diff, env, printenv, whoami, hostname, date, file, and stat no longer trigger a permission request — as long as the command doesn't contain output redirects (>, >>) that could write to files. The safety check parses for unquoted redirect operators so that commands like echo "hello" > file.txt are still gated.

Gemini CLI support restored

Gemini is back as a supported agent runtime. Transcript streaming now handles concurrent sessions correctly: when a session ID is available, greenlight matches it against the sessionId field in Gemini's transcript JSON files instead of picking the newest file by mtime. Cursor transcript lookup by session ID is also improved with the same approach.

Supported agents: Claude, Codex, Copilot, Cursor, Gemini, Pi

Install

curl -fsSL https://aigreenlight.app/install.sh | bash

Auto-detects your OS and architecture, downloads the latest binary, and installs to /usr/local/bin.