From f4acf6443c25178dcbd19a6125d62db78751df25 Mon Sep 17 00:00:00 2001 From: Udhaya Rekha Date: Thu, 10 Sep 2026 12:20:41 +0530 Subject: [PATCH] Added advance autopilot as improvements --- code-studio/ide/tutorials/autopilot-and-agent-permission.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/code-studio/ide/tutorials/autopilot-and-agent-permission.md b/code-studio/ide/tutorials/autopilot-and-agent-permission.md index be13f79..9556ad7 100644 --- a/code-studio/ide/tutorials/autopilot-and-agent-permission.md +++ b/code-studio/ide/tutorials/autopilot-and-agent-permission.md @@ -117,7 +117,13 @@ Code Studio provides three permission levels, each balancing automation with con - Review the work, Files created or modified, terminal output and logs shown in the Chat view, Whether the results match your original request. +## Improvements +## Advanced Autopilot + +- Improved Autopilot's ability to evaluate task completion and automatically continue execution when further steps are needed. + +- Added support for Advanced Autopilot through the `chat.autopilot.advanced.enabled` setting, enabling more intelligent task validation and autonomous workflow handling. ## What's Next