get_current_project
Get the auto-detected project for this session based on the working directory. Call this first to confirm which project you’re working with.Parameters
No parameters required.Returns
The unique identifier for the current project
The display name of the project
The current working directory path
Example
list_projects
List all projects tracked by CodeFire.Parameters
No parameters required.Returns
Returns a formatted list of all projects with their IDs, names, and paths.Example
Notes
- Most tools that require a
project_idparameter will auto-detect the current project from the working directory - If auto-detection fails, you can explicitly pass
project_idfrom thelist_projectsoutput - Projects are created and managed through the CodeFire GUI application
