Version Packages - #4370
Open
SamyPesse wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 6, 2026 15:59
64717eb to
12d9ee6
Compare
Contributor
|
The latest updates on your projects. Learn more about Argos notifications ↗︎ Awaiting the start of a new Argos build… |
github-actions
Bot
force-pushed
the
changeset-release/main
branch
16 times, most recently
from
July 10, 2026 13:25
ddcf809 to
344e9a4
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
9 times, most recently
from
July 16, 2026 12:21
316fb89 to
57183ff
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
18 times, most recently
from
July 24, 2026 08:35
a429eb2 to
91a9469
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
10 times, most recently
from
July 31, 2026 08:37
12fdca5 to
e83313f
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 3, 2026 09:48
e83313f to
6d3f5cd
Compare
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@gitbook/browser-types@0.1.6
Patch Changes
contextproperty (string, up to 512 characters) to theconfirmationof custom AI tools, shown above the confirmation dialog to help the user understand what they are approving or rejecting. Theconfirmationcan now also be a function that receives the AI-provided input and returns the confirmation, so the context can be derived dynamically from the arguments the tool is about to run with. Available both to integrations (GitBookIntegrationTool) and to embed consumers (GitBookToolDefinition).@gitbook/colors@0.4.4
Patch Changes
#F5F3EF) is now taken as the exact page background, mirroring the existing behavior for near-black tints. The tint's exact lightness, hue and chroma are preserved, and the color is anchored to whichever scale step the active theme renders as the background — so it matches exactly onmuted(which uses the second step) as well asclean. This applies only to near-neutral tints that are light enough to read as a background; saturated or merely light-ish colors keep their normal accent scale. Theboldtheme is unaffected: it already uses the tint for the header and stays intentionally two-tone.@gitbook/embed@0.5.2
Patch Changes
contextproperty (string, up to 512 characters) to theconfirmationof custom AI tools, shown above the confirmation dialog to help the user understand what they are approving or rejecting. Theconfirmationcan now also be a function that receives the AI-provided input and returns the confirmation, so the context can be derived dynamically from the arguments the tool is about to run with. Available both to integrations (GitBookIntegrationTool) and to embed consumers (GitBookToolDefinition).@gitbook/openapi-parser@3.0.13
Patch Changes
@gitbook/react-contentkit@0.7.17
Patch Changes
@webframe.navigateaction with apath(and optionalanchor). Resolved client-side against the site base path, so navigation stays in-site and drives the standard navigation progress bar.id,path,title) to integration block webframes through the client-only webframestate.page, alongside adaptive visitor claims.@gitbook/react-openapi@1.5.16
Patch Changes
gitbook@0.28.0
Minor Changes
askQuestiontool to the site MCP server. AlongsidesearchDocumentationandgetPage, MCP clients can now ask a natural-language question and get a synthesized answer with links to the source pages, powered by the same AI search backend as the site's "ask a question" experience. The tool accepts an optionalgoalparam so calling agents can attach the intent they're trying to accomplish, which tailors the answer and is tracked in analytics. The tool is only exposed on sites that have AI enabled.Patch Changes
996d7ec: Scroll to an in-page heading even when the URL hash is unchanged (e.g. clicking the same anchor again).
fa9c9b3: Force software rendering (SwiftShader) in Playwright Chromium to eliminate image downscaling drift between GPU-equipped local runs and headless CI runs in Argos screenshots.
1ee1853: Add an assistant tool to rate its own previous response when the user reacts to it.
cef1870: Add an assistant tool to submit feedback about the current page on behalf of the user.
49d35aa: Assistant: you can now send follow-up questions while an answer is still being written. Each one appears as your own message with a "Queued" badge (hover for when it will send, × to cancel), and they're sent automatically one at a time as each answer completes.
ae9367d: Assistant: the "Explored briefly" activity heading no longer appears when there's nothing to show. It now renders only when the answer is preceded by a real preamble or one or more tool calls, so a simple answer with an empty reasoning step no longer surfaces an empty collapsible.
4e9071d: Fix the docs embed
navigateToPageAPI on multi-space sites. Deep-linking to a page in a different space/section (e.g.navigateToPage('/help-center/integrations')) previously 404'd because the section base was not placed before~gitbook/embed/page. The target is now resolved to its space server-side, so pages in any space resolve correctly. The input accepts the page path, an absolute path, or the full published URL.b5f3c14: Add configurable default visibility to Prompt block
a69a307: A near-white tint color (e.g. a warm
#F5F3EF) is now taken as the exact page background, mirroring the existing behavior for near-black tints. The tint's exact lightness, hue and chroma are preserved, and the color is anchored to whichever scale step the active theme renders as the background — so it matches exactly onmuted(which uses the second step) as well asclean. This applies only to near-neutral tints that are light enough to read as a background; saturated or merely light-ish colors keep their normal accent scale. Theboldtheme is unaffected: it already uses the tint for the header and stays intentionally two-tone.f9ad9b5: Introduce client-side content selection (
select): a site-wide, recency-ordered list of selected slugs, persisted in localStorage and shareable via?select=, applied to<html>before first paint so the right variant renders with no flash. All variants stay server-rendered, so pages are byte-identical for every visitor (no cache impact).Tabs now use it: switching a tab activates its slug, and every tab group offering that slug follows, across pages. Tabs no longer write to the URL fragment (
#returns to anchors only); deep-links into a tab still activate and scroll to it.03bbacf: Add missing link reference to OpenAPI models
c41cf9c: Add cover image background mode and masks
39156ee: Button blocks now respect the
sizeoption, so you can render small, medium, or large buttons.bf674a4: Add an optional
contextproperty (string, up to 512 characters) to theconfirmationof custom AI tools, shown above the confirmation dialog to help the user understand what they are approving or rejecting. Theconfirmationcan now also be a function that receives the AI-provided input and returns the confirmation, so the context can be derived dynamically from the arguments the tool is about to run with. Available both to integrations (GitBookIntegrationTool) and to embed consumers (GitBookToolDefinition).ccb9d7b: Submit
sendFeedbackMCP tool findings through the dedicatedsubmitSiteAgentFeedbackAPI endpoint. ThepageUrlis now required and an optionalgoalcan be provided.14562e9: Serve
X-Robots-Tag: noindexon internal search/assistant URLs (?q=/?ask=) and stop disallowing them in robots.txt, so Google can crawl the directive and drop them from the index instead of reporting "Indexed, though blocked by robots.txt".db176ba: Add an "On this page" table of contents on OpenAPI models pages. Each model in a grouped/multi-model "Models" section is now listed as its own section, matching operations and webhooks.
332089e: Improve cookie handling in the OpenAPI "Test it" request proxy.
a80d412: Serve the OpenAPI "Test it" request proxy from GitBook's own domain.
a9a52fe: Remove GBO's redundant re-selection of the best-scoring search section. The search API now returns a single highest-scoring section per page (and orders sections highest-score-first), so GBO no longer needs its own
getBestScoredResulthelper to pick the best section for the search and MCP previews. No user-visible change.597fe34: Sync the API reference responses selector with the "Responses" collapsibles, and keep the selected response in sync across every operation on the page (like the code sample language selector). Selecting a status code now expands the matching response section and applies to all operations at once.
e14609c: Fix a light/dark flash on published sites configured to respect the system default (no theme toggle). Such sites forced the
systemtheme, butnext-themes' pre-paint script applies a forced value verbatim without resolvingprefers-color-scheme, so the page painted light and only switched to dark after hydration. We now leave the theme unforced when the default issystem(only concrete light/dark themes are forced), lettingnext-themes' existing pre-paint script resolve the system preference before first paint.98b2df4: Add a
sendFeedbackMCP tool so AI agents can report documentation findings (outdated / incoherent / gap / other) asagent_feedbackinsights events. The tool only accepts finding categories, so it never records positive feedback.8e9a49d: Separate the prompt block actions into a primary "Open in" dropdown and a secondary "Copy prompt" button, instead of a single combined button group, and align the block's design with the expandable block (bordered frame, left disclosure chevron, and subtle elevation when expanded).
e73b182: Fix the docs embed widget shipping a stale script: declare the embed package's
standalone/bundle as a Turbo build output. Because it wasn't declared, changes confined to the standalone widget (which compiles tostandalone/but notdist/) didn't invalidate the downstreamgeneratecache that copies it into the app, so the deployed widget could lag the source — e.g. theclipboard-writepermission on the widget iframe never reached production, breaking the copy button in the Assistant embed.484cc11: Fix ScrollContainer scroll buttons not reflecting content overflow immediately or after dynamic content changes (e.g. search results).
5889642: Keep the last search query visible after closing search, and restore it when reopening, without breaking navigation when clicking a search result.
ad3399b: Refine the per-paragraph AI ask button: shorten its tooltip to "Ask" (from "Ask about this"), and hide it inside cards where it would otherwise be clipped by the card's overflow.
703e654: Split the default-scope site search into two parallel API requests — one restricted to the current site space and one for the other site spaces — rendering each result set as soon as its response arrives. All results are ranked together by score, with the current site space scores boosted.
57f3077: Keep the "On this page" and "Ask" buttons pinned below the header while scrolling on desktop API reference pages, so the page outline stays reachable throughout long operations.
8676ad1: Hide unfocusable unlabelled button from screen readers
6cf4278: Only show the "Back to [space]" shortcut for cross-space links in the table of contents, not for in-content text links or other ways of reaching another space.
5c74eef: Make the table search "no results" empty state more prominent with vertical spacing so it no longer blends into the content below.
038008c: Fix heading anchor links being unreachable on touch devices by adding a tap-to-reveal state. The anchor icon now appears after the heading text without wrapping onto an orphan line while retaining its existing desktop placement. Use
pointerupfor the dismiss listener to fix unreliable dismissal on iOS Safari, and enlarge the anchor's touch tap target to a square 24px area (meeting the WCAG 2.5.8 minimum) so the icon stays centered instead of overflowing shorter headings' line height.f3408ed: a11y screen reader fixes
cb92754: Let integration block webframes navigate the reader to another page in the site by posting a
@webframe.navigateaction with apath(and optionalanchor). Resolved client-side against the site base path, so navigation stays in-site and drives the standard navigation progress bar.6083a88: Expose the current page (
id,path,title) to integration block webframes through the client-only webframestate.page, alongside adaptive visitor claims.cf94386: Fix an issue where certain keywords could cause an exception when rendering emojis
Updated dependencies [a69a307]
Updated dependencies [03bbacf]
Updated dependencies [bf674a4]
Updated dependencies [cb92754]
Updated dependencies [6083a88]