Chat commands and tools
The @symfony participant is designed for Symfony-focused chat workflows with project context.
Supported commands
Section titled “Supported commands”/statusShow routes in the current Symfony project/parametersShow parameters in the current Symfony project/bundlesShow bundles in the current Symfony project/controllersShow controllers in the current Symfony project/templatesShow templates in the current Symfony project/variablesShow chat prompt variables/makeCreate a Symfony component such as a controller, entity, or form
Internal tools
Section titled “Internal tools”The participant manages these tools automatically:
symfony_command_infosymfony_list_commandssymfony_execute
Security policy
Section titled “Security policy”Command execution policy is controlled via settings.
When policy requires approval, the extension prompts for user confirmation before command execution.
Practical usage pattern
Section titled “Practical usage pattern”- Start with
/statusto validate route context. - Use
/controllersor/templatesto narrow to the target area. - Use
/makefor scoped generation tasks. - Confirm execution prompts based on your command security settings.
Related: Configuration options