From a1215fc32cfe64224233f5f09612b862d547f033 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Thu, 20 Nov 2025 13:20:48 +0100 Subject: [PATCH] Add table of contents to README --- packages/coding-agent/README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/packages/coding-agent/README.md b/packages/coding-agent/README.md index 1abed85d..85ae94cf 100644 --- a/packages/coding-agent/README.md +++ b/packages/coding-agent/README.md @@ -4,6 +4,30 @@ A radically simple and opinionated coding agent with multi-model support (includ Works on Linux, macOS, and Windows (barely tested, needs Git Bash running in the "modern" Windows Terminal). +## Table of Contents + +- [Installation](#installation) +- [Quick Start](#quick-start) +- [API Keys](#api-keys) +- [OAuth Authentication (Optional)](#oauth-authentication-optional) +- [Custom Models and Providers](#custom-models-and-providers) +- [Slash Commands](#slash-commands) +- [Editor Features](#editor-features) +- [Project Context Files](#project-context-files) +- [Image Support](#image-support) +- [Session Management](#session-management) +- [CLI Options](#cli-options) +- [Tools](#tools) +- [Usage](#usage) +- [Security (YOLO by default)](#security-yolo-by-default) +- [Sub-Agents](#sub-agents) +- [To-Dos](#to-dos) +- [Planning](#planning) +- [Background Bash](#background-bash) +- [Planned Features](#planned-features) +- [License](#license) +- [See Also](#see-also) + ## Installation ```bash