|
4 | 4 |
|
5 | 5 | This guide covers advanced scenarios for extending and customizing your Copilot integration. |
6 | 6 |
|
| 7 | +## Table of Contents |
| 8 | + |
| 9 | +- [Custom Tools](#custom-tools) |
| 10 | +- [System Messages](#system-messages) |
| 11 | + - [Adding Rules](#adding-rules) |
| 12 | + - [Full Control](#full-control) |
| 13 | +- [File Attachments](#file-attachments) |
| 14 | +- [Bring Your Own Key (BYOK)](#bring-your-own-key-byok) |
| 15 | +- [Infinite Sessions](#infinite-sessions) |
| 16 | + - [Compaction Events](#compaction-events) |
| 17 | +- [MCP Servers](#mcp-servers) |
| 18 | +- [Skills Configuration](#skills-configuration) |
| 19 | + - [Loading Skills](#loading-skills) |
| 20 | + - [Disabling Skills](#disabling-skills) |
| 21 | +- [Custom Configuration Directory](#custom-configuration-directory) |
| 22 | +- [User Input Handling](#user-input-handling) |
| 23 | +- [Permission Handling](#permission-handling) |
| 24 | +- [Session Hooks](#session-hooks) |
| 25 | +- [Manual Server Control](#manual-server-control) |
| 26 | +- [Session Lifecycle Events](#session-lifecycle-events) |
| 27 | + - [Subscribing to All Lifecycle Events](#subscribing-to-all-lifecycle-events) |
| 28 | + - [Subscribing to Specific Event Types](#subscribing-to-specific-event-types) |
| 29 | +- [Foreground Session Control (TUI+Server Mode)](#foreground-session-control-tuiserver-mode) |
| 30 | + - [Getting the Foreground Session](#getting-the-foreground-session) |
| 31 | + - [Setting the Foreground Session](#setting-the-foreground-session) |
| 32 | +- [Error Handling](#error-handling) |
| 33 | + - [Event Handler Exceptions](#event-handler-exceptions) |
| 34 | + - [Custom Event Error Handler](#custom-event-error-handler) |
| 35 | + |
7 | 36 | --- |
8 | 37 |
|
9 | 38 | ## Custom Tools |
|
0 commit comments