Generate code using AI agents in sandbox environments
vibekit local generate
command uses AI agents to generate, modify, and improve code within your sandbox environment. It supports multiple AI models, conversation history, and different generation modes.
Option | Alias | Description | Default |
---|---|---|---|
--env <name> | -e | Environment name to use | Interactive prompt |
--prompt <prompt> | -p | Code generation prompt | Interactive prompt |
--mode <mode> | -m | Generation mode: ask or code | code |
--branch <branch> | Branch context for generation | Current branch | |
--history <file> | JSON file with conversation history | None | |
--stream | Enable streaming output | false | |
--save-to <file> | Save response to file | None |
vibekit local exec
- Run generated codevibekit local pr
- Create PR with generated changesvibekit local create
- Set up environments with different agentsvibekit local connect
- Review generated code interactively