Commit Graph

7 Commits

Author SHA1 Message Date
Mark IJbema 8cfb535b58 Merge branch 'main' into mark/autocomplete-i18n-locales 2026-06-29 14:18:10 +02:00
Mark IJbema 254fceaf1d fix: allow translated readmes in forbidden string check 2026-06-29 11:17:37 +02:00
Mark IJbema ff1a0b61e3 fix: allow upstream attribution in translated readmes 2026-06-29 11:06:57 +02:00
marius-kilocode b5213921c1 fix: preserve Kilo identity after upstream merge 2026-06-01 16:58:26 +02:00
Mark IJbema c224f5040d docs: list deferred forbidden-string candidates and wire into upstream-merge agent
Adds commented-out entries for the URLs/strings we want to ban once the
underlying call sites are rebranded, and tells the upstream-merge agent
to flag new upstream-attribution leaks for inclusion in the list.
2026-05-18 15:32:24 +02:00
Mark IJbema 3185e8d582 fix: rebrand upstream attribution and bug-report URLs
Replaces hardcoded opencode.ai/anomalyco URLs in production code paths:
LLM provider HTTP-Referer/X-Title attribution headers, the TUI error
dialog's bug-report URL, and the github-remote parser test fixtures.

Extends check-forbidden-strings with patterns for these leaks (with a
narrow allowlist for fork-lineage docs and upstream-merge tooling).
2026-05-18 15:25:16 +02:00
kiloconnect[bot] 7992aadf34 chore(scripts): extract forbidden string check into dedicated script
Replace the inline opncd.ai/s/ grep added to check-kilocode-change with a standalone script/check-forbidden-strings.ts. Wired into test-vscode.yml as a separate step alongside the existing marker check.
2026-05-18 10:47:28 +00:00