Autonomous AI coding agent that ships features while you sleep
npm install wileAutonomous AI coding agent that ships features while you sleep.
``bash`
bunx wile --help
From your project repo:
`bash`
bunx wile config
This creates:
- .wile/secrets/.env for required credentials.wile/.env.project
- for env vars forwarded into the container (or set WILE_ENV_PROJECT_PATH).wile/.gitignore
- to ignore secrets/, screenshots/, and logs/.wile/prd.json
- (empty) and .wile/prd.json.example
Set WILE_REPO_SOURCE=local in .wile/secrets/.env to run against the current directory without GitHub.WILE_REPO_SOURCE=local
When , GitHub credentials are optional.WILE_MAX_ITERATIONS
Set in .wile/secrets/.env to change the default loop limit (default: 25).CODING_AGENT=CX
Set to use Codex CLI, CODING_AGENT=OC to use OpenCode (OpenRouter), CODING_AGENT=GC to use Gemini CLI, otherwise CODING_AGENT=CC uses Claude Code.
`bash`
bunx wile run
Optional flags:
- --repo : override repo URL--max-iterations
- : default 25--test
- : run the mocked agent in Docker without GitHub/Claude
Each run writes a session log to .wile/logs/run-YYYYMMDD_HHMMSS.log.
Release (bump version + build):
`bash`
./scripts/release-cli.sh patch
Publish:
`bash``
./scripts/publish-cli.sh