Conversation
|
There was a problem hiding this comment.
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) | |
There was a problem hiding this comment.
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.
working directory update behaves differently (doesn't persist when starting new session by opening a new window from the app)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* 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