You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* main: (68 commits)
fix(docs): use dynamic import for globby ESM module (#6636)
chore: trigger CI
Document tab completion (#6635)
Install goose-mcp crate dependencies (#6632)
feat(goose): standardize agent-session-id for session correlation (#6626)
chore: tweak release docs (#6571)
fix(goose): propagate session_id across providers and MCP (#6584)
increase worker threads for ci (#6614)
docs: todo tutorial update (#6613)
Added goose doc map md file for goose agent to find relevant doc easily. (#6598)
add back goose branding to home (#6617)
fix: actually set the working dir for extensions from session (#6612)
Multi chat (#6428)
Lifei/fixed accumulated token count (#6587)
Dont show MCP UI/Apps until tool is approved (#6492)
docs: max tokens config (#6596)
User configurable templates (#6420)
docs: http proxy environment variables (#6594)
feat: exclude subagent tool from code_execution filtering (#6531)
Fix path for global agent skills (#6591)
...
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@
45
45
- See HOWTOAI.md for AI-assisted code standards
46
46
- MCP protocol implementations require extra scrutiny
47
47
- Naming convention: In `documentation/docs` and `documentation/blog`, always refer to the project as "goose" (lowercase), never "Goose" (even at the start of sentences)
48
+
- No prerelease docs: PRs should not contain updates in `/documentation` that correspond to code changes in the PR so that the public docs stay in sync with the latest released version. New topics should be marked with `unlisted: true`; other content should be removed or hidden from public view.
0 commit comments