Describe the feature or problem you'd like to solve
Enable developers to specify a list of custom tips that copilot will show in addition to its own to users
Proposed solution
In .gihub/config.json, add a property that takes in an array of strings that will be shown to users as tips in addition to the ones the copilot cli shows on its own. I help maintain a monorepo for several teams, and this would enable me to present users with tips about new things they can try in copilot.
Example prompts or workflows
tip: run /build to build the project
tip: attend our office hours: https://aka.ms/link
Additional context
This is similar in nature to the custom spinners that you can add to claude code's configuration.
Describe the feature or problem you'd like to solve
Enable developers to specify a list of custom tips that copilot will show in addition to its own to users
Proposed solution
In .gihub/config.json, add a property that takes in an array of strings that will be shown to users as tips in addition to the ones the copilot cli shows on its own. I help maintain a monorepo for several teams, and this would enable me to present users with tips about new things they can try in copilot.
Example prompts or workflows
tip: run /build to build the project
tip: attend our office hours: https://aka.ms/link
Additional context
This is similar in nature to the custom spinners that you can add to claude code's configuration.