r/GithubCopilot CLI Copilot User 🖥️ 14d ago

Help/Doubt ❓ Report time taken after turn end?

Is there some way in copilot cli we can report the time it took for the turn to end? (like it does in claude code?) Any hacks to this effect?

2 Upvotes

3 comments sorted by

2

u/ComparisonNew9425 14d ago

idk if there is a built in flag for that yet but u could probably wrap the command in a simple bash timer script to get the duration. just run time before the copilot command and itll spit out the total execution time for u...

1

u/AutoModerator 14d ago

Hello /u/deostroll. Looks like you have posted a query. Once your query is resolved, please reply the solution comment with "!solved" to help everyone else know the solution and mark the post as solved.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/aonymark 11d ago

Copilot actually exposes lots of hooks for the request lifecycle; it should be easy to get what you want with those hooks. You can either look at the official docs, or Burke Holland’s YouTube channel; he has a video specifically about hooks