Hey friends, I'm Scott and I'm going to run GitHub Copilot CLI here and what I'm going to do is I'm going to ask it to. Hey are there any improvements that we can make to this code base? I'm not really familiar with TypeScript and I want to make this better. Let's run some linters. I just did that with a tool called Handy and Handy Computer. I dictated that because it's faster. So it's thinking about this TypeScript application. It's going to go and run, OK, now it's going to run the link command and it pops up this approval because you don't necessarily want your coding agent to start doing stuff. So you have the option to basically say yes, no, or in this case approve it for the rest of the running session for a path access, for tool calling for MCP's, anything that it's about to do or touch, you have the ability to say no to. But what I'm going to do is I'm going to actually stop this. And I'm going to run this in Yolo mode. I'm not just going to say allow tools, I'm going to say. Dash dash Yolo, you only live once. Now, you might want to run this in a docker container. You might want to just pay attention. It's up to you, but at this point I've told it. Allow all tools, allow all paths. Do your thing. Hey, can you go ahead and take it this take a look at this application and let's run a linter and make sure this is good TypeScript. So now we're run this again and I'm going to see it called the linter directly. And because I said Yolo and explicitly said that any tool was OK, it's gonna go and run that linter without asking me so I don't have to ask for permission. And this is when you can do those Ralph Wiggums loops. You want to go and run that in Yolo mode again, Perhaps you run that in an environment that you trust. You run that inside of a docker container. In this case here. I felt pretty confident that that was going to be able to do those. So that's Dash, Dash Yolo. I'm going to go ahead and hit. Control C twice and we'll take a look at some of the options that are available by hitting copilot help. And I want to point out that you've got. Allow all paths, allow tools or deny tools allow URLs. So Yolo mode is allow all tools, allow all paths, allow all URLs and that is shipped in copilot CLI. Go ahead and check it out. You can go winget install copilot. It's on brew. It's an npmcopilot.github.com. Thank you.
Please can you show us an example of running this in a docker container? What image would you recommend? Codex Universal? https://github.com/openai/codex-universal