chore(deps): bump Astro and refresh changelog docs

- Update Astro, RSS, and TypeScript versions in the lockfile
- Refresh tool call documentation and changelog page
This commit is contained in:
2026-03-27 08:02:32 +01:00
parent 9d39786cd6
commit 1a7f1f47ff
4 changed files with 499 additions and 320 deletions
+30
View File
@@ -21,6 +21,36 @@ import BaseLayout from '../layouts/BaseLayout.astro';
</section>
<!-- v0.5.1 Section -->
<section id="v0-5-1" class="changelog-section">
<div class="container">
<div class="version-card version-development">
<div class="version-header">
<div class="version-info">
<h2 class="version-number">v0.5.1</h2>
<span class="version-date">TBD</span>
</div>
<span class="version-badge badge-development">Development</span>
</div>
<div class="version-content">
<div class="version-resume">
<p>Development builds focused on polishing the Terminal experience and resolving shell output display issues.</p>
</div>
<div class="changes-section">
<h3 class="changes-title">
<span class="changes-icon">🐛</span>
Bug Fixes
</h3>
<ul class="changes-list">
<li><strong>Terminal.</strong> Fixed bugs that caused the Terminal to not display Tab text or requests from the shell.</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- v0.5.0 Section -->
<section id="v0-5-0" class="changelog-section">
<div class="container">