Skip to content

Support --continue for Copilot and improve session setup - #11

Merged
coneilen merged 1 commit into
mainfrom
feature/copilot-continue-and-session-improvements
Feb 12, 2026
Merged

coneilen merged 1 commit into
mainfrom
feature/copilot-continue-and-session-improvements

Conversation

@coneilen

Copy link
Copy Markdown
Owner

Summary

  • Copilot --continue: Enable the --continue flag for Copilot sessions when resuming, matching the existing Claude behavior. Falls back to a fresh session if --continue fails.
  • Folder dialog: Add createDirectory property to the folder picker so users can create new directories inline.
  • Auto git init: Automatically create the working directory and initialize a git repo when a new/empty folder is selected, with a warning if git is not installed.

Test plan

  • Resume a Copilot session and verify it launches with copilot --continue || copilot
  • Resume a Claude session and confirm existing --continue behavior is unchanged
  • Open the folder picker and verify the "New Folder" button is available
  • Create a session with a non-existent path and verify the directory is created with git init

🤖 Generated with Claude Code

- Enable --continue flag for Copilot sessions (not just Claude) when resuming
- Add createDirectory option to folder picker dialog
- Auto-create working directory and initialize git repo for new folders

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@coneilen
coneilen merged commit cfda643 into main Feb 12, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant