-
Notifications
You must be signed in to change notification settings - Fork 2.7k
docs: mid-session changes #6672
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR documents mid-session settings changes, specifically the ability to change working directory and enabled extensions during an active session. The changes improve user experience by clarifying how settings can be modified without starting a new session.
Changes:
- Added documentation for mid-session settings changes including working directory, extensions, model, and mode
- Restructured extension management documentation to distinguish between default settings and mid-session changes
- Simplified session start instructions by removing redundant directory-switching guidance
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
documentation/docs/guides/sessions/session-management.md |
Streamlined session start instructions and added reference to directory switcher |
documentation/docs/guides/sessions/in-session-actions.md |
Added new "Mid-Session Changes" section with tables documenting settings that can be changed during active sessions |
documentation/docs/getting-started/using-extensions.md |
Reorganized extension management into subsections for default settings vs. mid-session changes |
|
|
||
| | Setting | Toolbar Item | Persistence* | | ||
| |---------|--------------|-------------| | ||
| | **Working Directory** | <FolderDot className="inline" size={16} /> directory switcher | New sessions (after restart) | |
Copilot
AI
Jan 23, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The persistence description "New sessions (after restart)" is inconsistent with other entries that say just "New sessions". Either all should include "(after restart)" or none should, to maintain clarity and consistency. Consider using "New sessions" to match the other rows in the table.
| | **Working Directory** | <FolderDot className="inline" size={16} /> directory switcher | New sessions (after restart) | | |
| | **Working Directory** | <FolderDot className="inline" size={16} /> directory switcher | New sessions | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
working directory update behaves differently (doesn't persist when starting new session by opening a new window from the app)
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.
* origin/main: fix: dispatch ADD_ACTIVE_SESSION event before navigating from "View All" (#6679) Speed up Databricks provider init by removing fetch of supported models (#6616) fix: correct typos in documentation and Justfile (#6686) docs: frameDomains and baseUriDomains for mcp apps (#6684) docs: add Remotion video creation tutorial (#6675) docs: export recipe and copy yaml (#6680) Test against fastmcp (#6666) docs: mid-session changes (#6672) Fix MCP elicitation deadlock and improve UX (#6650) chore: upgrade to rmcp 0.14.0 (#6674) [docs] add MCP-UI to MCP Apps blog (#6664) ACP get working dir from args.cwd (#6653) Optimise load config in UI (#6662) # Conflicts: # ui/desktop/src/components/Layout/AppLayout.tsx
…o dkatz/canonical-context * 'dkatz/canonical-provider' of github.com:block/goose: (27 commits) docs: add Remotion video creation tutorial (#6675) docs: export recipe and copy yaml (#6680) Test against fastmcp (#6666) docs: mid-session changes (#6672) Fix MCP elicitation deadlock and improve UX (#6650) chore: upgrade to rmcp 0.14.0 (#6674) [docs] add MCP-UI to MCP Apps blog (#6664) ACP get working dir from args.cwd (#6653) Optimise load config in UI (#6662) Fix GCP Vertex AI global endpoint support for Gemini 3 models (#6187) fix: macOS keychain infinite prompt loop (#6620) chore: reduce duplicate or unused cargo deps (#6630) feat: codex subscription support (#6600) smoke test allow pass for flaky providers (#6638) feat: Add built-in skill for goose documentation reference (#6534) Native images (#6619) docs: ml-based prompt injection detection (#6627) Strip the audience for compacting (#6646) chore(release): release version 1.21.0 (minor) (#6634) add collapsable chat nav (#6649) ...
Summary
This PR documents mid-session settings changes including new support for changing the working directory and enabled extensions.
Documentation updates:
documentation/docs/getting-started/using-extensions.md:documentation/docs/guides/sessions/in-session-actions.md:documentation/docs/guides/sessions/session-management.md:Type of Change
AI Assistance
Testing
Manual testing