[docs] Update documentation for features from 2026-05-18#33021
Merged
Conversation
…heckout docs Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Fixed — renamed to |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation Updates - 2026-05-18
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
checkout.clean-git-credentialsfrontmatter option (from Addcheckout.clean-git-credentialsto support submodule-safe checkout credential cleanup #32819)repo-memory.max-file-sizedefault raised from 10KB to 100KB (from Increase default repo-memory MaxFileSize from 10KB to 100KB #32826)shared/mcp/agentdb.mdshared MCP import (from Add shared AgentDB MCP import and wire deep-report for large-scale discussion search #32771)📝 Detailed Changes & References
Changes Made
docs/src/content/docs/reference/checkout.md— Addedclean-git-credentialsrow to the Configuration Options table and a new "Cleaning Submodule Credentials" section explaining when to use it and what the compiler emits.docs/src/content/docs/reference/repo-memory.md— Corrected themax-file-sizedefault from 10KB to 100KB in the advanced configuration example and in the troubleshooting bullet, matching the newdefaultRepoMemoryMaxFileSize = 102400constant and the updated schema description.docs/src/content/docs/guides/mcps.md— Added an AgentDB row to the Shared MCP Configurations table.Merged PRs Referenced
checkout.clean-git-credentialsto support submodule-safe checkout credential cleanup #32819 — Addcheckout.clean-git-credentialsto support submodule-safe checkout credential cleanupPRs Reviewed But Not Documented (no doc impact)
tools.serenain parser and align with schema #32909 (tools.serenarejected by parser) — already covered by the existing "Migration fromtools.serena" section inreference/serena.md.shared/observability-otlp.md→shared/otlp.mdrename) — docs already reference the newshared/otlp.mdpath; no stale references found indocs/src/content/docs/.update_pull_request.update_branchworkflow-permission failures as non-fatal #32900, fix(safe-output): prevent silent 422 on PR review submission #32910, Centralize default HTTP client timeout inpkg/constantsand remove duplicated 30s literals #32890, chore: normalize otel auth #32864, Unify OTel engine identity on agent spans and remove duplicategen_ai.system#32801 and other internal/observability/safe-output fixes — no user-facing config or command changes.Skipped Issues
pkg/*/README.md, out of scope for user docs.Notes
No new tutorials, samples, or CLI flags shipped in the 24h window. Changes were confined to reference and guides pages.