Make sidebar skills and prompts collapsible - #593
Merged
Conversation
alejandro-ao
marked this pull request as ready for review
August 17, 2026 09:39
naripok
pushed a commit
to naripok/tau
that referenced
this pull request
Aug 17, 2026
Reconcile the fork with the latest upstream state: - 20aafad huggingface#591 groups serialized edit and write continuations - 781b92c huggingface#593 makes sidebar skills and prompts collapsible - be01f15 huggingface#594 prepares the Tau 0.3.11 release - 95b7ca4 huggingface#595 refines sidebar resource heading styles The fork's turn-level retry work is orthogonal to these changes, so all fork fixes are preserved; only import/version conflicts needed resolution. The fork version moves to 0.3.11+naripok.2 (upstream base 0.3.11, fork-local counter preserved). README sync reference updated.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
User experience
Skills and prompts no longer consume most of the sidebar by default. Users can expand either or both sections when needed, while collapsed headings retain useful count and token information.
Validation
uv run pytest(1521 passed, 2 skipped)uv run ruff check .uv run ruff format --check .uv run mypyuv buildcd website && hugo --minify(passes with the existing taxonomy layout warning)Manual validation