[PR #4938] [MERGED] docs: add ask ai feature #22574

Closed
opened 2026-04-15 21:08:39 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/4938
Author: @Kinfe123
Created: 9/27/2025
Status: Merged
Merged: 9/30/2025
Merged by: @himself65

Base: canaryHead: feat/floating-ai-ask


📝 Commits (10+)

📊 Changes

5 files changed (+724 additions, -123 deletions)

View changed files

📝 docs/app/docs/layout.tsx (+7 -2)
docs/components/ask-ai-button.tsx (+0 -52)
docs/components/floating-ai-search.tsx (+516 -0)
docs/components/markdown.tsx (+119 -0)
📝 pnpm-lock.yaml (+82 -69)

📄 Description

Uploading Screenshot 2025-09-27 at 10.46.39 AM.png…

Summary by cubic

Added a floating Ask panel in the docs that streams answers and renders them in Markdown for easier reading. It’s accessible across all docs pages via a new trigger in the layout.

  • New Features

    • Floating overlay with chat and loading indicators.
    • Markdown rendering (GFM, code blocks, links) for responses.
  • Refactors

    • Removed ask-ai-button.tsx.
    • Added AISearchTrigger to docs/app/docs/layout.tsx.
    • Introduced a standalone markdown.tsx renderer.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/4938 **Author:** [@Kinfe123](https://github.com/Kinfe123) **Created:** 9/27/2025 **Status:** ✅ Merged **Merged:** 9/30/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `feat/floating-ai-ask` --- ### 📝 Commits (10+) - [`a2c49d4`](https://github.com/better-auth/better-auth/commit/a2c49d4670a94b069757566d0a6d561c9cdddbf7) init - [`b0aeaca`](https://github.com/better-auth/better-auth/commit/b0aeacacf5c933ad2add501fdfc85a1383c0d63b) lock file - [`9caf37e`](https://github.com/better-auth/better-auth/commit/9caf37ee0c1b303d7c1a934efd65d182555140cc) feat: ui streaming - [`67db507`](https://github.com/better-auth/better-auth/commit/67db507673a72eedaeee954159e3b9ccc435fe22) clean up - [`6bf9bc2`](https://github.com/better-auth/better-auth/commit/6bf9bc2fd323d5480d476e022542fefd80538cd1) clean up - [`640f76c`](https://github.com/better-auth/better-auth/commit/640f76c934e3e092ff15a068421391f107a2fe90) clean up - [`917453e`](https://github.com/better-auth/better-auth/commit/917453eb11114e3a09145331f0f78fca62dcaf0b) clean up - [`48b0785`](https://github.com/better-auth/better-auth/commit/48b078581f3031edbbbd618cd1e3c7c7c44f75a0) clean up - [`f012ef6`](https://github.com/better-auth/better-auth/commit/f012ef625b356387e35e9aa80f9428e6fabaf425) chore: fix adapter tests (#4844) - [`37af593`](https://github.com/better-auth/better-auth/commit/37af593662edb2a448f248b43c5576a351e1cb4e) Merge branch 'canary' into feat/floating-ai-ask ### 📊 Changes **5 files changed** (+724 additions, -123 deletions) <details> <summary>View changed files</summary> 📝 `docs/app/docs/layout.tsx` (+7 -2) ➖ `docs/components/ask-ai-button.tsx` (+0 -52) ➕ `docs/components/floating-ai-search.tsx` (+516 -0) ➕ `docs/components/markdown.tsx` (+119 -0) 📝 `pnpm-lock.yaml` (+82 -69) </details> ### 📄 Description ![Uploading Screenshot 2025-09-27 at 10.46.39 AM.png…]() <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Added a floating Ask panel in the docs that streams answers and renders them in Markdown for easier reading. It’s accessible across all docs pages via a new trigger in the layout. - **New Features** - Floating overlay with chat and loading indicators. - Markdown rendering (GFM, code blocks, links) for responses. - **Refactors** - Removed ask-ai-button.tsx. - Added AISearchTrigger to docs/app/docs/layout.tsx. - Introduced a standalone markdown.tsx renderer. <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 21:08:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#22574