Welcome to Gammacode! This guide will help you start using our AI-powered coding assistant in minutes. You’ll learn the basics and try your first development tasks with Gammacode.
What you’ll need
Before starting, make sure you have:- A terminal or command prompt
- A coding project to work with
- A Gammacode account (free to create)
Installation
Mac & Linux:Authentication
Start Gammacode in any project directory:- A web browser will open to the Gammacode authentication page
- Log in to your Gammacode account
- Click “Authorize Gammacode CLI” to complete the setup
Once authenticated, your credentials are saved locally. You won’t need to authenticate again unless you explicitly log out.
Your first conversation
After authentication, you’ll see the Gammacode welcome screen. Let’s start with understanding your project:Gammacode automatically reads your project files as needed. You don’t have to manually provide context or upload files.
Make your first code change
Let’s have Gammacode write some code. Try a simple request:- Identify the right file to modify
- Show you the proposed changes
- Ask for your permission before making edits
- Apply the changes once you approve
Working with Git
Gammacode makes Git operations conversational and simple:Common development tasks
Try these typical coding scenarios: Fix bugs:Essential commands
Command | Description | Example |
---|---|---|
gammacode | Start interactive session | gammacode |
gammacode run "task" | Run Gammacode with a message | gammacode run "fix linting errors" |
gammacode login | Authenticate with Gammacode | gammacode login |
gammacode logout | Sign out from Gammacode | gammacode logout |
gammacode status | Check authentication status | gammacode status |
gammacode models | List all available models | gammacode models |
gammacode upgrade | Upgrade to latest version | gammacode upgrade |
Tips for better results
Be specific about what you want
Be specific about what you want
Instead of: “fix the bug”Try: “fix the login issue where users see a blank page after entering incorrect credentials”
Break down complex tasks
Break down complex tasks
For large features, work step by step:Then:Finally:
Let Gammacode explore first
Let Gammacode explore first
Before making changes, let Gammacode understand your code:Then request changes:
What’s next?
Now that you’ve learned the basics, explore advanced features:Development Workflows
Step-by-step guides for typical development tasks
Slash Commands
Complete command reference and built-in commands
Permissions
Configure permissions and security settings
Agents
Create specialized AI agents for your workflow
Need help?
- In Gammacode: Type
help
or ask “how do I…” - Documentation: Browse our guides and references
- Community: Join our Discord for tips and support
Remember: Gammacode is your AI coding partner. Describe what you want to achieve in natural language, and it will help you get there efficiently.