Skip to content

fix(update): replace stale antinomyhq/forge references with tailcallhq/forgecode#2930

Merged
tusharmath merged 1 commit intotailcallhq:mainfrom
EmojiPati:fix/update-stale-repo-references
Apr 10, 2026
Merged

fix(update): replace stale antinomyhq/forge references with tailcallhq/forgecode#2930
tusharmath merged 1 commit intotailcallhq:mainfrom
EmojiPati:fix/update-stale-repo-references

Conversation

@EmojiPati
Copy link
Copy Markdown
Contributor

Summary

forge update fails with a 404 because the install script and update-informer still reference old repository names (antinomyhq/forge / tailcallhq/forge) that no longer resolve to release assets. This PR updates all stale references to tailcallhq/forgecode.

Closes #2929

Changes

  • crates/forge_main/src/update.rsupdate-informer registry target changed from antinomyhq/forge to tailcallhq/forgecode so version checks hit the correct GitHub repo
  • README.md — CI badge, release badge, CLA assistant, docs link, and nix run URL updated
  • benchmarks/evals/ (8 files) — git clone URLs in eval task definitions updated to prevent CI failures
  • plans/ (2 files) — issue links updated to current repo

Context

The repo was transferred from antinomyhq/forgetailcallhq/forgecode. GitHub's API redirects the old antinomyhq/forge path (301), so update-informer version checks happened to still work. However:

  • The install script at forgecode.dev/cli uses tailcallhq/forge (not antinomyhq), and GitHub does not redirect same-org renames for /releases/ URLs → 404 on download
  • All README badges/links pointed to the old org
URL Before After
github.com/antinomyhq/forge 301 redirect (fragile) ✅ Direct
github.com/tailcallhq/forge/releases/... 404 N/A
github.com/tailcallhq/forgecode/releases/... N/A ✅ Direct

Note: The install script served at https://forgecode.dev/cli also hardcodes tailcallhq/forge in its download URLs — that is the primary cause of the forge update 404 but lives outside this repo. See #2929 for details.

…q/forgecode

- update-informer now points to the current repo for version checks
- README badges and links use the correct GitHub org/repo
- benchmark eval clone URLs updated to prevent CI failures
- plan issue links updated to current repo
@github-actions github-actions bot added the type: fix Iterations on existing features or infrastructure. label Apr 10, 2026
@tusharmath tusharmath enabled auto-merge (squash) April 10, 2026 15:16
@tusharmath
Copy link
Copy Markdown
Collaborator

Thank you @EmojiPati !

@tusharmath tusharmath merged commit 73c46ca into tailcallhq:main Apr 10, 2026
10 checks passed
@EmojiPati EmojiPati deleted the fix/update-stale-repo-references branch April 10, 2026 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: fix Iterations on existing features or infrastructure.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: forge update fails with 404 — install script still references old tailcallhq/forge repo

2 participants