Skip to content

docs: drop explicit configureAgent(copilotEngine()) from README sample - #284

Merged
pelikhan merged 1 commit into
mainfrom
copilot/update-readme-sample
Jul 29, 2026
Merged

docs: drop explicit configureAgent(copilotEngine()) from README sample#284
pelikhan merged 1 commit into
mainfrom
copilot/update-readme-sample

Conversation

Copilot AI commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Copilot is now the default engine, so configureAgent(copilotEngine()) is boilerplate that shouldn't appear in the introductory example.

Changes

  • Remove configureAgent(copilotEngine()) call and its blank line from the quick-start code block
  • Drop configureAgent and copilotEngine from the import
  • Update surrounding prose to no longer describe the engine configuration step

Before:

import { agent, configureAgent, copilotEngine, p, s } from "rig";

configureAgent(copilotEngine());

const reviewDiff = agent({ ... });

After:

import { agent, p, s } from "rig";

const reviewDiff = agent({ ... });

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title Remove configureAgent(copilotEngine()) from README sample docs: drop explicit configureAgent(copilotEngine()) from README sample Jul 29, 2026
Copilot AI requested a review from pelikhan July 29, 2026 13:46
@pelikhan
pelikhan marked this pull request as ready for review July 29, 2026 14:14
@pelikhan
pelikhan merged commit e46c188 into main Jul 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants