<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Venue.sh Documentation Blog</title>
        <link>https://docs.venue.sh/release-notes</link>
        <description>Venue.sh Documentation Blog</description>
        <lastBuildDate>Mon, 13 Jul 2026 00:00:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <item>
            <title><![CDATA[Keep the Assistant at your side across Venue.sh]]></title>
            <link>https://docs.venue.sh/release-notes/assistant-across-venue</link>
            <guid>https://docs.venue.sh/release-notes/assistant-across-venue</guid>
            <pubDate>Mon, 13 Jul 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Use the Assistant from anywhere in the Venue.sh dashboard, add page context to your questions, and move between conversations without leaving your workflow.]]></description>
            <content:encoded><![CDATA[<p>This release brings the Assistant into a persistent sidebar across the Venue.sh dashboard, so you can ask questions, add context from the page you're viewing, and continue conversations without leaving your workflow. It also improves the reliability of repository ingestion for larger codebases.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="ask-without-leaving-your-workflow">Ask without leaving your workflow<a href="https://docs.venue.sh/release-notes/assistant-across-venue#ask-without-leaving-your-workflow" class="hash-link" aria-label="Direct link to Ask without leaving your workflow" title="Direct link to Ask without leaving your workflow" translate="no">​</a></h2>
<p>The Assistant is now available from a right-side sidebar throughout Venue.sh. Open it while you browse your catalog, review TechDocs, launch a template, or work in another supported area of the dashboard.</p>
<ul>
<li class=""><strong>Start anywhere</strong> - Begin a new chat or return to your current conversation without navigating to the full <em>Assistant</em> page.</li>
<li class=""><strong>Add page context</strong> - On a supported page, choose <strong>Add current page to context</strong> to help the Assistant understand what you're viewing.</li>
<li class=""><strong>Continue past conversations</strong> - Search your chat history, resume a conversation, pin important chats, or delete conversations you no longer need.</li>
<li class=""><strong>Stay in control</strong> - Choose an AI model and thinking effort, enable web search when available, or stop a response while it is being generated.</li>
<li class=""><strong>Switch to the full experience</strong> - Open a sidebar conversation on the full <em>Assistant</em> page when you want more room.</li>
</ul>
<p>For example, add the current page to context and ask:</p>
<ul>
<li class="">"Summarize this catalog entity"</li>
<li class="">"What inputs do I need before running this template?"</li>
<li class="">"What repositories need attention here?"</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="more-reliable-repository-ingestion">More reliable repository ingestion<a href="https://docs.venue.sh/release-notes/assistant-across-venue#more-reliable-repository-ingestion" class="hash-link" aria-label="Direct link to More reliable repository ingestion" title="Direct link to More reliable repository ingestion" translate="no">​</a></h2>
<p>Repository ingestion now handles longer jobs and larger file sets more reliably. Venue.sh releases resources as files are processed and keeps the application responsive while it prepares repository content for Assistant search and summaries.</p>
<ul>
<li class=""><strong>Fewer interruptions</strong> - Large repository ingestions are less likely to stop because of resource pressure.</li>
<li class=""><strong>No workflow changes</strong> - Your existing ingestion, search, and summary workflows continue to work as before.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="see-also">See Also<a href="https://docs.venue.sh/release-notes/assistant-across-venue#see-also" class="hash-link" aria-label="Direct link to See Also" title="Direct link to See Also" translate="no">​</a></h2>
<ul>
<li class=""><a class="" href="https://docs.venue.sh/docs/ai/assistant">Assistant</a> - Ask questions about your software catalog, documentation, repositories, and enabled integrations.</li>
<li class=""><a class="" href="https://docs.venue.sh/docs/developer-portal/ingestion-and-summary">Ingestion &amp; Summary</a> - Enable repository indexing and AI-generated summaries.</li>
</ul>]]></content:encoded>
            <category>release-notes</category>
            <category>ai</category>
            <category>assistant</category>
        </item>
        <item>
            <title><![CDATA[MCP resources, prompts, and Skills in the Assistant]]></title>
            <link>https://docs.venue.sh/release-notes/mcp-resources-prompts-and-skills</link>
            <guid>https://docs.venue.sh/release-notes/mcp-resources-prompts-and-skills</guid>
            <pubDate>Mon, 29 Jun 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Venue.sh's MCP endpoint now advertises resources and guided prompts, and the Assistant can list and read your Skill catalog.]]></description>
            <content:encoded><![CDATA[<p>This release adds discoverability to the Venue MCP endpoint and brings the Skill catalog into the Assistant, so both AI tools and Assistant users can find what they need without leaving their workflow.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="discover-venuesh-from-your-ai-tool">Discover Venue.sh from your AI tool<a href="https://docs.venue.sh/release-notes/mcp-resources-prompts-and-skills#discover-venuesh-from-your-ai-tool" class="hash-link" aria-label="Direct link to Discover Venue.sh from your AI tool" title="Direct link to Discover Venue.sh from your AI tool" translate="no">​</a></h2>
<p>The Venue MCP endpoint now publishes <strong>resources</strong> and <strong>prompts</strong> in addition to its existing tools, so any MCP client (<em>e.g.,</em> Cursor or Claude Desktop) can discover what's available without you writing a single prompt by hand.</p>
<ul>
<li class=""><strong>Getting-started guide</strong> - A markdown resource covering the endpoint's capabilities and example workflows.</li>
<li class=""><strong>Tool catalog</strong> - A live resource listing every available tool, its category, and its input schema.</li>
<li class=""><strong>Enabled plugins</strong> - A resource scoped to your organization showing which integrations are enabled.</li>
<li class=""><strong>Catalog entities</strong> - A resource template for fetching a bounded list of catalog entities by kind (<em>e.g.,</em> Component, API, Template).</li>
<li class=""><strong>Guided prompts</strong> - Two new prompts, <code>how-to-search-catalog</code> and <code>how-to-search-code</code>, that walk an AI tool through the right sequence of tool calls for common tasks.</li>
</ul>
<p>Existing tool calls are unaffected. See <a class="" href="https://docs.venue.sh/docs/ai/mcp">Venue MCP Endpoint</a> for how to connect.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="ask-the-assistant-about-your-skills">Ask the Assistant about your Skills<a href="https://docs.venue.sh/release-notes/mcp-resources-prompts-and-skills#ask-the-assistant-about-your-skills" class="hash-link" aria-label="Direct link to Ask the Assistant about your Skills" title="Direct link to Ask the Assistant about your Skills" translate="no">​</a></h2>
<p>The Assistant can now answer questions about the Skill catalog directly, using two new tools backed by the same data that powers the <a class="" href="https://docs.venue.sh/docs/ai/skills">Skills</a> page.</p>
<ul>
<li class="">List skills for your organization, optionally filtered by search term or repository.</li>
<li class="">Get the full detail for a specific skill, including its rendered <code>SKILL.md</code> content, triggers, author, version, and license.</li>
</ul>
<p>Try asking the Assistant things like:</p>
<ul>
<li class="">"What skills are available for Helm chart scaffolding?"</li>
<li class="">"Show me the deploy skill"</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="see-also">See Also<a href="https://docs.venue.sh/release-notes/mcp-resources-prompts-and-skills#see-also" class="hash-link" aria-label="Direct link to See Also" title="Direct link to See Also" translate="no">​</a></h2>
<ul>
<li class=""><a class="" href="https://docs.venue.sh/docs/ai/mcp">Venue MCP Endpoint</a> - Connect external AI tools to query Venue.sh data.</li>
<li class=""><a class="" href="https://docs.venue.sh/docs/ai/skills">Skills</a> - Browse agent skills auto-discovered from connected repositories.</li>
<li class=""><a class="" href="https://docs.venue.sh/docs/ai/assistant">Assistant</a> - Using the Assistant in the Venue.sh portal.</li>
</ul>]]></content:encoded>
            <category>release-notes</category>
            <category>ai</category>
            <category>mcp</category>
            <category>skills</category>
        </item>
        <item>
            <title><![CDATA[MCP Servers and Skills join the AI catalog]]></title>
            <link>https://docs.venue.sh/release-notes/mcp-servers-and-skills-catalog</link>
            <guid>https://docs.venue.sh/release-notes/mcp-servers-and-skills-catalog</guid>
            <pubDate>Tue, 16 Jun 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Venue.sh now catalogs MCP Servers and Skills alongside a fix for Scorecard creation.]]></description>
            <content:encoded><![CDATA[<p>This release adds a new AI catalog to Venue.sh for MCP Servers and Skills, plus a fix for Scorecard creation.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="catalog-your-mcp-servers">Catalog your MCP Servers<a href="https://docs.venue.sh/release-notes/mcp-servers-and-skills-catalog#catalog-your-mcp-servers" class="hash-link" aria-label="Direct link to Catalog your MCP Servers" title="Direct link to Catalog your MCP Servers" translate="no">​</a></h2>
<p>You can now register and browse <strong>MCP Servers</strong> in Venue.sh. Add a server by its URL and Venue.sh extracts its capabilities automatically.</p>
<ul>
<li class=""><strong>Registration</strong> - Add an MCP server by URL; Venue.sh connects and extracts its tools, resources, and prompts.</li>
<li class=""><strong>Discovery</strong> - Browse registered servers in a searchable list, with a detail page showing each capability.</li>
<li class=""><strong>Lifecycle</strong> - Refresh a server's capabilities, edit its details, or remove it when it's no longer needed.</li>
</ul>
<p>See <a class="" href="https://docs.venue.sh/docs/ai/mcp-servers">MCP Servers</a> for details.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="skills-are-now-discovered-automatically">Skills are now discovered automatically<a href="https://docs.venue.sh/release-notes/mcp-servers-and-skills-catalog#skills-are-now-discovered-automatically" class="hash-link" aria-label="Direct link to Skills are now discovered automatically" title="Direct link to Skills are now discovered automatically" translate="no">​</a></h2>
<p><strong>Skills</strong> - reusable AI workflow instructions defined in <code>SKILL.md</code> files - are now discovered from your connected Git repositories during repository content ingestion and cataloged for browsing.</p>
<ul>
<li class="">Venue.sh scans connected repositories for <code>SKILL.md</code> files and keeps the catalog in sync as repositories change.</li>
<li class="">Each skill's detail page shows its metadata, triggers, and rendered <code>SKILL.md</code> content.</li>
</ul>
<p>See <a class="" href="https://docs.venue.sh/docs/ai/skills">Skills</a> for details.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="bug-fix">Bug fix<a href="https://docs.venue.sh/release-notes/mcp-servers-and-skills-catalog#bug-fix" class="hash-link" aria-label="Direct link to Bug fix" title="Direct link to Bug fix" translate="no">​</a></h2>
<ul>
<li class="">Fixed an issue where users could not create a new Scorecard.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="see-also">See Also<a href="https://docs.venue.sh/release-notes/mcp-servers-and-skills-catalog#see-also" class="hash-link" aria-label="Direct link to See Also" title="Direct link to See Also" translate="no">​</a></h2>
<ul>
<li class=""><a class="" href="https://docs.venue.sh/docs/ai/mcp-servers">MCP Servers</a> - Register and inspect MCP servers in your organization.</li>
<li class=""><a class="" href="https://docs.venue.sh/docs/ai/skills">Skills</a> - Browse agent skills auto-discovered from connected repositories.</li>
<li class=""><a class="" href="https://docs.venue.sh/docs/scorecards/">Scorecards</a> - Validate your catalog entities against defined standards.</li>
</ul>]]></content:encoded>
            <category>release-notes</category>
            <category>ai</category>
            <category>mcp</category>
            <category>skills</category>
        </item>
        <item>
            <title><![CDATA[Repository ingestion, Assistant thinking effort, and Dev Insights improvements]]></title>
            <link>https://docs.venue.sh/release-notes/repository-ingestion-and-assistant-thinking-effort</link>
            <guid>https://docs.venue.sh/release-notes/repository-ingestion-and-assistant-thinking-effort</guid>
            <pubDate>Wed, 03 Jun 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[The Assistant can now summarize your codebase, adjust its thinking effort per model, and Development Insights gets date range selection and improved charts.]]></description>
            <content:encoded><![CDATA[<p>This release lets the Assistant understand your codebase directly, gives you control over how hard it thinks, and improves Development Insights with date filtering and better charts.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="the-assistant-can-now-read-your-repositories">The Assistant can now read your repositories<a href="https://docs.venue.sh/release-notes/repository-ingestion-and-assistant-thinking-effort#the-assistant-can-now-read-your-repositories" class="hash-link" aria-label="Direct link to The Assistant can now read your repositories" title="Direct link to The Assistant can now read your repositories" translate="no">​</a></h2>
<p>Repository ingestion and summary can be enabled in Settings, letting the Assistant understand and answer questions about the codebase of your imported repositories.</p>
<ul>
<li class="">Once enabled, the Assistant can answer questions about a repository's codebase and provide project summaries.</li>
<li class="">An <strong>Entity Summary</strong> tab surfaces AI-generated repository insights directly on catalog entity pages.</li>
</ul>
<p>See <a class="" href="https://docs.venue.sh/docs/developer-portal/ingestion-and-summary">Ingestion &amp; Summary</a> for setup details.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="control-how-hard-the-assistant-thinks">Control how hard the Assistant thinks<a href="https://docs.venue.sh/release-notes/repository-ingestion-and-assistant-thinking-effort#control-how-hard-the-assistant-thinks" class="hash-link" aria-label="Direct link to Control how hard the Assistant thinks" title="Direct link to Control how hard the Assistant thinks" translate="no">​</a></h2>
<p>You can now adjust the Assistant's <strong>thinking effort</strong> per model, trading off response speed against depth of reasoning. See <a class="" href="https://docs.venue.sh/docs/ai/assistant">Assistant</a> for more on working with the Assistant.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="development-insights-improvements">Development Insights improvements<a href="https://docs.venue.sh/release-notes/repository-ingestion-and-assistant-thinking-effort#development-insights-improvements" class="hash-link" aria-label="Direct link to Development Insights improvements" title="Direct link to Development Insights improvements" translate="no">​</a></h2>
<ul>
<li class=""><strong>Date range selection</strong> - Choose the date range you want to view on a given Development Insights dashboard.</li>
<li class=""><strong>Pie charts</strong> - More visually appealing pie charts across dashboards.</li>
</ul>
<p>See <a class="" href="https://docs.venue.sh/docs/development-insights/dashboards">Development Insights</a> for more.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="bug-fixes">Bug fixes<a href="https://docs.venue.sh/release-notes/repository-ingestion-and-assistant-thinking-effort#bug-fixes" class="hash-link" aria-label="Direct link to Bug fixes" title="Direct link to Bug fixes" translate="no">​</a></h2>
<ul>
<li class="">Fixed the MCP Server rename flow and a related username display issue.</li>
<li class="">Fixed the copy and download button dropdowns in rendered markdown responses.</li>
<li class="">Scorecard categories now display in human-readable form instead of raw codes.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="see-also">See Also<a href="https://docs.venue.sh/release-notes/repository-ingestion-and-assistant-thinking-effort#see-also" class="hash-link" aria-label="Direct link to See Also" title="Direct link to See Also" translate="no">​</a></h2>
<ul>
<li class=""><a class="" href="https://docs.venue.sh/docs/developer-portal/ingestion-and-summary">Ingestion &amp; Summary</a> - Enable repository indexing and AI summaries.</li>
<li class=""><a class="" href="https://docs.venue.sh/docs/ai/assistant">Assistant</a> - Using the Assistant in the Venue.sh portal.</li>
<li class=""><a class="" href="https://docs.venue.sh/docs/development-insights/dashboards">Development Insights</a> - Dashboards, filters, and data refresh.</li>
</ul>]]></content:encoded>
            <category>release-notes</category>
            <category>ai</category>
            <category>assistant</category>
            <category>development-insights</category>
        </item>
        <item>
            <title><![CDATA[Development Insights gets Refresh and Sync Progress]]></title>
            <link>https://docs.venue.sh/release-notes/development-insights-refresh-and-sync-progress</link>
            <guid>https://docs.venue.sh/release-notes/development-insights-refresh-and-sync-progress</guid>
            <pubDate>Wed, 20 May 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Trigger data collection on demand and track sync progress per repository in Development Insights, plus panel and layout improvements.]]></description>
            <content:encoded><![CDATA[<p>This release brings on-demand data collection and sync visibility to Development Insights, along with several dashboard usability improvements.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="refresh-your-dashboard-on-demand">Refresh your dashboard on demand<a href="https://docs.venue.sh/release-notes/development-insights-refresh-and-sync-progress#refresh-your-dashboard-on-demand" class="hash-link" aria-label="Direct link to Refresh your dashboard on demand" title="Direct link to Refresh your dashboard on demand" translate="no">​</a></h2>
<p>Instead of waiting for the next scheduled sync, click <strong>Refresh</strong> at the top of a Development Insights dashboard to trigger data collection for the repositories currently in scope, with status feedback as it runs.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="track-sync-progress">Track sync progress<a href="https://docs.venue.sh/release-notes/development-insights-refresh-and-sync-progress#track-sync-progress" class="hash-link" aria-label="Direct link to Track sync progress" title="Direct link to Track sync progress" translate="no">​</a></h2>
<p>A dedicated sync status page shows a live, per-project table of collection pipelines, with a retry option for any row that fails.</p>
<p>See <a class="" href="https://docs.venue.sh/docs/development-insights/dashboards">Development Insights</a> for more on dashboards, filters, and data refresh.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="dashboard-usability-improvements">Dashboard usability improvements<a href="https://docs.venue.sh/release-notes/development-insights-refresh-and-sync-progress#dashboard-usability-improvements" class="hash-link" aria-label="Direct link to Dashboard usability improvements" title="Direct link to Dashboard usability improvements" translate="no">​</a></h2>
<ul>
<li class=""><strong>Grouping &amp; collapse</strong> - Row panels are now real collapsible sections, and their expanded/collapsed state persists between visits.</li>
<li class=""><strong>Expand panel</strong> - Any panel can now be opened in a full-screen view.</li>
<li class=""><strong>Error and empty states</strong> - Panels show consistent error and empty states, with links to support and documentation.</li>
<li class=""><strong>Filter overflow</strong> - Multi-select filters no longer overflow their row; extra selections collapse into a "+N more" indicator.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="see-also">See Also<a href="https://docs.venue.sh/release-notes/development-insights-refresh-and-sync-progress#see-also" class="hash-link" aria-label="Direct link to See Also" title="Direct link to See Also" translate="no">​</a></h2>
<ul>
<li class=""><a class="" href="https://docs.venue.sh/docs/development-insights/dashboards">Development Insights</a> - Dashboards, filters, and data refresh.</li>
<li class=""><a class="" href="https://docs.venue.sh/docs/development-insights/jira-connections">Jira Connections</a> - Connect Jira projects for issue and sprint data.</li>
</ul>]]></content:encoded>
            <category>release-notes</category>
            <category>development-insights</category>
        </item>
    </channel>
</rss>