Skip to content

fix(github-agent): initialize scopes to avoid NameError when X-OAuth-…#133

Open
SunkariManwithaGopal wants to merge 1 commit into
fetchai:mainfrom
SunkariManwithaGopal:fix/github-scopes-default
Open

fix(github-agent): initialize scopes to avoid NameError when X-OAuth-…#133
SunkariManwithaGopal wants to merge 1 commit into
fetchai:mainfrom
SunkariManwithaGopal:fix/github-scopes-default

Conversation

@SunkariManwithaGopal
Copy link
Copy Markdown

@SunkariManwithaGopal SunkariManwithaGopal commented May 25, 2026

…Scopes header missing

Summary

Closes #134

Type of Change

  • New agent example
  • Bug fix
  • Documentation update
  • Refactor / cleanup
  • Other

Checklist

  • I have starred this repository.
  • New community agents are under contributors/<agent-name>/ (not repo root).
  • I ran ruff check ..
  • I ran ruff format ..
  • I added/updated README.md for changed example(s).
  • I added .env.example if environment variables are required.
  • I added demo image/GIF (if applicable).
  • I added agent profile link (if applicable).
  • I updated contributors/CHANGELOG.md for community agent changes, or root CHANGELOG.md for other non-doc changes.
  • I added my agent to the Community Contributors table in root README.md (if new agent).
  • I verified paths/commands used in docs.
  • I understand this PR requires maintainer review before merge (review-required CI).

Related Issue

Link issue number(s), if any:

Notes for Reviewers

Anything reviewers should focus on.

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.

Bug: Uncaught NameError crash when X-OAuth-Scopes header is missing during GitHub token validation

1 participant