mentat

AI-powered coding assistant using GPT-4 to generate and refactor code

brewmacoslinux
Try with needOr install directly
Source

About

Coding assistant that leverages GPT-4 to write code

Commands

mentat

Examples

Start interactive coding session in current directory$ mentat
Ask mentat to implement a specific feature in your codebase$ mentat 'add error handling to the login function'
Review and refactor specific files$ mentat --file src/app.py 'optimize this function for performance'