From d367ae1eea0ec12faa4d8a082f5e7653c5d53719 Mon Sep 17 00:00:00 2001 From: DB Lee Date: Wed, 17 Jun 2026 17:38:10 -0700 Subject: [PATCH] docs(plugins): list copilot in the cross-tool backend overview Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- plugins/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/README.md b/plugins/README.md index a14e1d5..3209fd9 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -37,7 +37,7 @@ sleep** idea (short-term experience → long-term competence). Requirements: Python ≥ 3.10 and the agent's CLI on PATH. All three call the same [`run-sleep.sh`](run-sleep.sh) → `python -m skillopt_sleep`, so behaviour is identical everywhere. Default backend is `mock` (no API spend); `--backend -claude|codex` uses your own budget. +claude|codex|copilot` uses your own budget. --- @@ -174,7 +174,7 @@ schedule, if you trust it). | Flag | Default | Meaning | |---|---|---| -| `--backend mock\|claude\|codex` | `mock` | who runs/optimizes (mock = free) | +| `--backend mock\|claude\|codex\|copilot` | `mock` | who runs/optimizes (mock = free) | | `--preferences "..."` | – | your house rules, as a prior | | `--gate on\|off` | `on` | strict held-out gate vs. greedy | | `--rollouts-k K` | `1` | multi-rollout contrastive reflection |