From b5cf5f9e7bcacb0590378845b6ef88aa4c8737be Mon Sep 17 00:00:00 2001 From: claude Date: Fri, 19 Jun 2026 12:29:15 +0000 Subject: [PATCH] docs: add AI writing assistant to alpha-4 TODO Co-Authored-By: Claude Sonnet 4.6 --- TODO.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/TODO.md b/TODO.md index ce06a1c1a6..f7cdc512f7 100644 --- a/TODO.md +++ b/TODO.md @@ -39,3 +39,12 @@ Ideas and features deferred from the current alpha. - **Quarto RevealJS**: insert slide divider (`---`), insert speaker notes (`::: notes`), insert columns layout, insert video embed (using Quarto's `{{< video >}}` shortcode). + +### AI writing assistant + +- **In-editor AI assistant** — Inline writing help similar to what Overleaf + and CoCalc offer: suggest completions, rephrase selections, explain LaTeX + errors, and generate boilerplate (figures, tables, equations). Should work + across all three formats (`.tex`, `.typ`, `.qmd`). Backend would proxy + requests to a configurable model API (Claude, OpenAI-compatible) so + self-hosters can bring their own key.