Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ycode/ycode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: docs/mcp-custom-code-cms-binding
Choose a base ref
...
head repository: ycode/ycode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 7 files changed
  • 1 contributor

Commits on Aug 7, 2026

  1. Configuration menu
    Copy the full SHA
    4d8acd3 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2026

  1. feat: add clear cache button to publish popover

    Let users force a full cache purge of the published site from the
    publish popover once the site is live. Guarded by a confirmation
    dialog explaining it is only useful for large sites and that pages
    are slower on first visit until cached again.
    tristan-mouchet committed Aug 13, 2026
    Configuration menu
    Copy the full SHA
    3bd4dc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea75cae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea557b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8cd2db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3134dde View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2026

  1. fix: resolve dropped hrefs on inline rich-text links

    MCP-authored [text](url) links were stored with a non-canonical mark
    shape ({ href, linkType }) that the renderer's LinkSettings resolver
    ignored, so the href was dropped on published/previewed pages.
    
    - Emit canonical url variable attrs from the MCP inline parser
    - Tolerate the legacy { href, linkType } shape in getLinkSettingsFromMark
      so already-authored links resolve at render time
    - Normalise attrs via getLinkSettingsFromMark on the React render path
    - Fix the sample template link to use the canonical shape
    tristan-mouchet committed Aug 14, 2026
    Configuration menu
    Copy the full SHA
    d7b770b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35cbb0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2af07ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9b4f7f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92d1b1e View commit details
    Browse the repository at this point in the history
Loading