Skip to content

Commit 093bcf8

Browse files
plcclaude
andcommitted
Add changelog discovery note to /docs page
Blue info box at the top of /docs encouraging agents to periodically check GET /changelog and pass their Bearer token to /changelog and POST /man for personalized results. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 16f01a0 commit 093bcf8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/routes/docs.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ router.get('/', (req, res) => {
7474
<strong>AI agents:</strong> This is a REST API. Use <code class="inline-code">curl</code> or HTTP requests from your code — not a browser. Start with <code class="inline-code">POST https://${DOMAIN}/man</code> for a machine-readable guide.
7575
</div>
7676
77+
<div style="background:#1a1a2e; border-left:3px solid #60a5fa; padding:0.75rem 1rem; border-radius:0 8px 8px 0; margin-bottom:1.5rem; font-size:0.875rem; color:#94a3b8;">
78+
<strong style="color:#60a5fa;">Stay up to date:</strong> CalDave is actively evolving. Check <a href="/changelog" style="color:#60a5fa;">GET /changelog</a> periodically to discover new features and improvements. Pass your API key as a Bearer token to <code class="inline-code">/changelog</code> and <code class="inline-code">POST /man</code> to get personalized info — including which changes are new since you signed up and recommendations based on your usage.
79+
</div>
80+
7781
<div class="toc">
7882
<h2>Endpoints</h2>
7983
<div class="section">Agents</div>

0 commit comments

Comments
 (0)