-
Notifications
You must be signed in to change notification settings - Fork 2.8k
docs: GCP Vertex AI org policy filtering & update OnboardingProviderSetup component #7125
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
Updates the documentation onboarding instructions by centralizing Desktop “welcome screen” provider options into a shared MDX component, and adds a note about GCP Vertex AI organization policy model filtering.
Changes:
- Expand
OnboardingProviderSetupto include all 5 Desktop welcome screen options and reuse it across onboarding docs. - Update CLI onboarding instructions in the installation guide to reflect the actual 3-option CLI flow.
- Document Vertex AI organization policy filtering and fix spacing in the RPI tutorial diagram.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| documentation/src/components/OnboardingProviderSetup.js | Replaces the previous component content with the current 5 Desktop welcome screen options. |
| documentation/docs/quickstart.md | Swaps the inline Desktop onboarding list for the shared component. |
| documentation/docs/getting-started/providers.md | Adds the shared component for Desktop onboarding options and notes Vertex AI org policy filtering. |
| documentation/docs/getting-started/installation.md | Uses the shared component for Desktop, replaces CLI section with a 3-option list, and adds the free credits info box. |
| documentation/docs/tutorials/rpi.md | Fixes spacing/alignment in the codeblock diagram. |
|
* origin/main: (30 commits) docs: GCP Vertex AI org policy filtering & update OnboardingProviderSetup component (#7125) feat: replace subagent and skills with unified summon extension (#6964) feat: add AGENT=goose environment variable for cross-tool compatibility (#7017) fix: strip empty extensions array when deeplink also (#7096) [docs] update authors.yaml file (#7114) Implement manpage generation for goose-cli (#6980) docs: tool output optimization (#7109) Fix duplicated output in Code Mode by filtering content by audience (#7117) Enable tom (Top Of Mind) platform extension by default (#7111) chore: added notification for canary build failure (#7106) fix: fix windows bundle random failure and optimise canary build (#7105) feat(acp): add model selection support for session/new and session/set_model (#7112) fix: isolate claude-code sessions via stream-json session_id (#7108) ci: enable agentic provider live tests (claude-code, codex, gemini-cli) (#7088) docs: codex subscription support (#7104) chore: add a new scenario (#7107) fix: Goose Desktop missing Calendar and Reminders entitlements (#7100) Fix 'Edit In Place' and 'Fork Session' features (#6970) Fix: Only send command content to command injection classifier (excluding part of tool call dict) (#7082) Docs: require auth optional for custom providers (#7098) ...
* origin/main: (107 commits) feat: Allow overriding default bat themes using environment variables (#7140) Make the system prompt smaller (#6991) Pre release script (#7145) Spelling (#7137) feat(mcp): upgrade rmcp to 0.15.0 and advertise MCP Apps UI extension capability (#6927) fix: ensure assistant messages with tool_calls include content field (#7076) fix(canonical): handle gcp_vertex_ai model mapping correctly (#6836) Group dependencies in root Cargo.toml (#6948) refactor: updated elevenLabs API module and `remove button` UX (#6781) fix: we were missing content from langfuse traces (#7135) docs: update username in authors.yml (#7132) fix extension selector syncing issues (#7133) fix(acp): per-session Agent for model isolation and load_session restore (#7115) fix(claude-code): defensive coding improvements for model switching (#7131) feat(claude-code): dynamic model listing and mid-session model switching (#7120) Inline worklet source (#7128) [docs] One shot prompting is dead - Blog Post (#7113) fix: correct spelling of Debbie O'Brien's name in authors.yml (#7127) docs: GCP Vertex AI org policy filtering & update OnboardingProviderSetup component (#7125) feat: replace subagent and skills with unified summon extension (#6964) ... # Conflicts: # Cargo.lock # Cargo.toml
Summary
This PR documents GCP Vertex AI org policy filtering and updates/applies the OnboardingProviderSetup component for Desktop onboarding options in the three topics that contain onboarding info.
GCP Vertex AI org policy filtering:
documentation/docs/getting-started/providers.md:OnboardingProviderSetup component:
documentation/docs/getting-started/installation.md:documentation/docs/getting-started/providers.mdanddocumentation/docs/quickstart.md:documentation/src/components/OnboardingProviderSetup.js:Misc:
documentation/docs/tutorials/rpi.md:Type of Change
AI Assistance
Testing
None