Skip to content

docs: auto-update for merged PRs (2026-08-07) - #3953

Merged
Sayt-0 merged 2 commits into
mainfrom
docs/auto-update
Aug 9, 2026
Merged

docs: auto-update for merged PRs (2026-08-07)#3953
Sayt-0 merged 2 commits into
mainfrom
docs/auto-update

Conversation

@aheritier

Copy link
Copy Markdown
Collaborator

Documentation Updates

This PR updates the directory to reflect code changes merged into main in the last 36 hours.

Changes

Two documentation updates covering recent feature additions to the TUI:

1. LaTeX Math Rendering (PR #3950)

  • Source: feat(tui): render LaTeX in markdown #3950
  • What changed: Added LaTeX math rendering support to the markdown renderer
  • Doc update: Added a new "LaTeX Math Rendering" section to docs/features/tui/index.md documenting:
    • Inline and display math support ($…$ and $$…$$)
    • Supported LaTeX features (Greek letters, operators, relations, calculus symbols, fractions, etc.)
    • Fallback behavior for unsupported syntax
    • Works in both full and lean TUI

2. Startup Banner in Normal TUI (PR #3949)

  • Source: feat: add startup banner to normal TUI #3949
  • What changed: Extended the ASCII art startup banner to the normal (full-screen) TUI
  • Doc update: Updated docs/features/tui/index.md and docs/features/cli/index.md to clarify:
    • Both the full TUI and lean TUI now display the startup banner
    • Banner is shown when the chat is empty and hides automatically once the agent responds
    • Previously the banner was only documented for the lean TUI

Commits: 2 atomic commits, one per source PR
No code changes: Only /docs files were modified

@aheritier
aheritier requested a review from a team as a code owner August 8, 2026 04:02
@aheritier aheritier added kind/docs Documentation-only changes area/docs Documentation changes labels Aug 8, 2026
@aheritier

Copy link
Copy Markdown
Collaborator Author

/retest

Reflects changes from #3950.
Documents the new LaTeX math rendering feature that converts LaTeX expressions
in markdown to terminal-friendly Unicode text. Covers supported features
including Greek letters, operators, relations, calculus symbols, and more.

Source PR: #3950
Reflects changes from #3949.
Clarifies that both the full TUI and lean TUI now display the ASCII art
startup banner when the chat is empty. The banner was previously only shown
in the lean TUI; it is now also displayed in the normal full-screen TUI and
automatically hides once the agent starts responding.

Source PR: #3949
@Sayt-0
Sayt-0 merged commit 13f43b4 into main Aug 9, 2026
19 checks passed
@Sayt-0
Sayt-0 deleted the docs/auto-update branch August 9, 2026 01:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/docs Documentation changes kind/docs Documentation-only changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants