From 4e116af2467773a59bf762028186777d1f53c330 Mon Sep 17 00:00:00 2001 From: AlexanderT Date: Sat, 4 Jul 2026 00:36:26 -0400 Subject: [PATCH 1/5] docs(guides): clarify MCP auth interaction with --auth=basic flag Update connect-mcp.mdx caution box to explain that when --auth=basic is active, MCP mounts sit behind the same Caddy instance and inherit TLS + basic_auth gating. The default (no-auth) posture is still the first sentence, but the relationship with the opt-in flag is now explicit. Ref: hal0/docs/concepts/security.mdx lines 102-105 (monorepo backend) --- src/content/docs/docs/guides/connect-mcp.mdx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/content/docs/docs/guides/connect-mcp.mdx b/src/content/docs/docs/guides/connect-mcp.mdx index 7375104..a00184e 100644 --- a/src/content/docs/docs/guides/connect-mcp.mdx +++ b/src/content/docs/docs/guides/connect-mcp.mdx @@ -17,10 +17,16 @@ servers, mounted on the API as Streamable-HTTP sub-apps: server. ## Connect From bad38f555e928dbf95ccc2ccd66522143016af46 Mon Sep 17 00:00:00 2001 From: AlexanderT Date: Sat, 4 Jul 2026 00:46:07 -0400 Subject: [PATCH 2/5] docs(blog): add v0.8 line blog post, update v0.7 post with historical banner - New post: what's-new-in-the-v0-8-line.mdx covering Stacks, voice, Hermes autonomy, unprivileged API, capability fallback, and q8_0 KV - Updated v0.7 post with Historical-post Aside linking to v0.8 post - Synced changelog from hal0 v0.8.0-beta.1 --- .../docs/blog/whats-new-in-the-v0-7-line.mdx | 6 + .../docs/blog/whats-new-in-the-v0-8-line.mdx | 105 ++++++++++++++++++ src/data/changelog.md | 74 ++++++++++++ 3 files changed, 185 insertions(+) create mode 100644 src/content/docs/blog/whats-new-in-the-v0-8-line.mdx diff --git a/src/content/docs/blog/whats-new-in-the-v0-7-line.mdx b/src/content/docs/blog/whats-new-in-the-v0-7-line.mdx index 0b13bde..842c91b 100644 --- a/src/content/docs/blog/whats-new-in-the-v0-7-line.mdx +++ b/src/content/docs/blog/whats-new-in-the-v0-7-line.mdx @@ -14,6 +14,12 @@ tags: import { Aside } from '@astrojs/starlight/components'; + +