mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-30 17:14:40 +08:00
chore(source-links): exclude GitHub Copilot API from extracted URLs
Add api.githubcopilot.com to the exclude patterns in the extraction script and regenerate source-links.md, dropping the now-filtered entry and updating the unique URL count from 79 to 78.
This commit is contained in:
@@ -46,6 +46,7 @@ const EXCLUDE_PATTERNS = [
|
||||
/^https?:\/\/ingest\.kilosessions\.ai/,
|
||||
/^https?:\/\/api\.openai\.com/,
|
||||
/^https?:\/\/api\.github\.com/,
|
||||
/^https?:\/\/api\.githubcopilot\.com/,
|
||||
/^https?:\/\/api\.cloudflare\.com/,
|
||||
/^https?:\/\/api\.releases\.hashicorp\.com/,
|
||||
/^https?:\/\/auth\.openai\.com/,
|
||||
|
||||
Reference in New Issue
Block a user