docs(coding-agent): reorganize session docs

This commit is contained in:
Armin Ronacher
2026-04-28 12:06:05 +02:00
parent f5477a4ff3
commit 4166cfa921
9 changed files with 169 additions and 247 deletions

View File

@@ -27,8 +27,7 @@ For the full first-run flow, see [Quickstart](quickstart.md).
- [Providers](providers.md) - subscription and API-key setup for built-in providers.
- [Settings](settings.md) - global and project settings.
- [Keybindings](keybindings.md) - default shortcuts and custom keybindings.
- [Sessions](session.md) - session storage format and session files.
- [Session tree](tree.md) - branching and navigating previous turns.
- [Sessions](sessions.md) - session management, branching, and tree navigation.
- [Compaction](compaction.md) - context compaction and branch summarization.
## Customization
@@ -48,6 +47,10 @@ For the full first-run flow, see [Quickstart](quickstart.md).
- [JSON event stream mode](json.md) - print mode with structured events.
- [TUI components](tui.md) - build custom terminal UI for extensions.
## Reference
- [Session format](session-format.md) - JSONL session file format, entry types, and SessionManager API.
## Platform setup
- [Windows](windows.md)