You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This document provides a comprehensive list of Codegen's features and functionalities, organized by category. It identifies which features are already implemented in the UI and which ones still need to be implemented.
Core Features
Codebase Management
Feature
Description
UI Implementation Status
Initialize Codebase
Create a new Codegen codebase with codegen init
✅ Implemented
Load Codebase
Load an existing codebase
✅ Implemented
Commit Changes
Commit changes to the codebase
❌ Not Implemented
Reset Codebase
Reset the codebase to its original state
❌ Not Implemented
Git Integration
Perform Git operations (checkout, commit, etc.)
✅ Partially Implemented
File Operations
Feature
Description
UI Implementation Status
View Files
Browse and view files in the codebase
✅ Implemented
Create Files
Create new files
✅ Implemented
Update Files
Edit existing files
✅ Implemented
Delete Files
Delete files
✅ Implemented
Create Directories
Create new directories
❌ Not Implemented
Symbol Management
Feature
Description
UI Implementation Status
View Symbols
Browse and view symbols (functions, classes, etc.)