From 68b1919c51fe0468ef9b1dab393b22359e944f09 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 29 Jul 2026 13:45:30 +0000 Subject: [PATCH] Remove configureAgent(copilotEngine()) from README sample Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8fae08a..a0db955 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,10 @@ skills: - githubnext/rig/skills/rig/SKILL.md@ ``` -Then write a Rig program that configures the Copilot engine: +Then write a Rig program: ```ts -import { agent, configureAgent, copilotEngine, p, s } from "rig"; - -configureAgent(copilotEngine()); +import { agent, p, s } from "rig"; // Agent role: review the current diff and return prioritized findings. const reviewDiff = agent({