Create a Session and Name It
March 2, 2026 ยท View on GitHub
Launch a new terminal session with your AI agent and give it a meaningful name so you can stay organized across multiple conversations.

Steps
-
Find your agent in the Agents panel in the EditLess sidebar.
-
Click the
+(Launch Session) button next to the agent โ or right-click and select Launch Session. -
A new terminal opens with a Copilot CLI session connected to that agent. The session appears under the agent in the sidebar tree.
-
Right-click the session in the sidebar and select Rename Session.
-
Give it a meaningful name โ something that tells you what this session is for. Examples:
Auth refactorBug #42 investigationSprint planning
-
The name persists across VS Code reloads, so you'll always know what each session was about.
-
Switch between sessions using
Ctrl+Shift+;to quickly focus any active session without hunting through terminals.
๐ก Tip
Name your sessions early and often. When you're running 3โ5 agents in parallel, a named session is the difference between "which terminal was working on the API?" and instantly knowing where everything is.
๐ See Also
- Create an Agent or Squad โ set up your agent first
- Launch from a Work Item โ start a session with issue context already loaded