Skip to content

Commit 73c46ca

Browse files
EmojiPatipati
andauthored
fix(update): replace stale antinomyhq/forge references with tailcallhq/forgecode (#2930)
Co-authored-by: pati <pati@noreply.codeberg.org>
1 parent 8cd1491 commit 73c46ca

12 files changed

Lines changed: 17 additions & 17 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
<p align="center"><code>curl -fsSL https://forgecode.dev/cli | sh</code></p>
55

6-
[![CI Status](https://img.shields.io/github/actions/workflow/status/antinomyhq/forge/ci.yml?style=for-the-badge)](https://github.com/antinomyhq/forge/actions)
7-
[![GitHub Release](https://img.shields.io/github/v/release/antinomyhq/forge?style=for-the-badge)](https://github.com/antinomyhq/forge/releases)
6+
[![CI Status](https://img.shields.io/github/actions/workflow/status/tailcallhq/forgecode/ci.yml?style=for-the-badge)](https://github.com/tailcallhq/forgecode/actions)
7+
[![GitHub Release](https://img.shields.io/github/v/release/tailcallhq/forgecode?style=for-the-badge)](https://github.com/tailcallhq/forgecode/releases)
88
[![Discord](https://img.shields.io/discord/1044859667798568962?style=for-the-badge&cacheSeconds=120&logo=discord)](https://discord.gg/kRZBPpkgwq)
9-
[![CLA assistant](https://cla-assistant.io/readme/badge/antinomyhq/forge?style=for-the-badge)](https://cla-assistant.io/antinomyhq/forge)
9+
[![CLA assistant](https://cla-assistant.io/readme/badge/tailcallhq/forgecode?style=for-the-badge)](https://cla-assistant.io/tailcallhq/forgecode)
1010

1111
![Code-Forge Demo](https://assets.antinomy.ai/images/forge_demo_2x.gif)
1212

@@ -1090,7 +1090,7 @@ MCP tools can be used as part of multi-agent workflows, allowing specialized age
10901090

10911091
## Documentation
10921092

1093-
For comprehensive documentation on all features and capabilities, please visit the [documentation site](https://github.com/antinomyhq/forge/tree/main/docs).
1093+
For comprehensive documentation on all features and capabilities, please visit the [documentation site](https://github.com/tailcallhq/forgecode/tree/main/docs).
10941094

10951095
---
10961096

@@ -1101,7 +1101,7 @@ For comprehensive documentation on all features and capabilities, please visit t
11011101
curl -fsSL https://forgecode.dev/cli | sh
11021102
11031103
# Package managers
1104-
nix run github:antinomyhq/forge # for latest dev branch
1104+
nix run github:tailcallhq/forgecode # for latest dev branch
11051105
```
11061106

11071107
---

benchmarks/evals/multi_file_patch/task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
run:
22
# Clone into `tmp/task` dir
3-
- git clone --depth=1 --branch main https://github.com/antinomyhq/forge .
3+
- git clone --depth=1 --branch main https://github.com/tailcallhq/forgecode .
44
- FORGE_DEBUG_REQUESTS='{{dir}}/context.json' forgee --provider open_router --model {{model}} -p '{{task}}'
55
parallelism: 50
66
timeout: 120

benchmarks/evals/parallel_tool_calls/task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# No before_run needed - binary should be pre-built
22
run:
33
- # Clone into `tmp/task` dir
4-
- git clone --depth=1 --branch main https://github.com/antinomyhq/forge .
4+
- git clone --depth=1 --branch main https://github.com/tailcallhq/forgecode .
55
- FORGE_DEBUG_REQUESTS='{{dir}}/context.json' forgee --provider open_router --model {{model}} -p '{{task}}'
66
parallelism: 5
77
timeout: 120

benchmarks/evals/read_over_cat/task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
run:
2-
- git clone --depth=1 --branch main https://github.com/antinomyhq/forge .
2+
- git clone --depth=1 --branch main https://github.com/tailcallhq/forgecode .
33
- FORGE_DEBUG_REQUESTS='{{dir}}/context.json' forgee --provider open_router --model {{model}} -p '{{task}}'
44
parallelism: 10
55
timeout: 180

benchmarks/evals/redundant_cd_with_cwd/task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
run:
2-
- git clone --depth=1 --branch main https://github.com/antinomyhq/forge .
2+
- git clone --depth=1 --branch main https://github.com/tailcallhq/forgecode .
33
- mkdir ../test-dir && cd ../test-dir
44
- FORGE_DEBUG_REQUESTS='{{dir}}/context.json' forgee --provider open_router --model {{model}} -p '{{task}}'
55
parallelism: 5

benchmarks/evals/search_over_find/task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
run:
2-
- git clone --depth=1 --branch main https://github.com/antinomyhq/forge .
2+
- git clone --depth=1 --branch main https://github.com/tailcallhq/forgecode .
33
- FORGE_DEBUG_REQUESTS='{{dir}}/context.json' forgee --provider open_router --model {{model}} -p '{{task}}'
44
parallelism: 10
55
timeout: 180

benchmarks/evals/sem_search/task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
run:
22
# Clone into `tmp/task` dir
3-
- git clone --depth=1 --branch main https://github.com/antinomyhq/forge .
3+
- git clone --depth=1 --branch main https://github.com/tailcallhq/forgecode .
44
- forge workspace init --yes
55
- forge workspace sync
66
- FORGE_DEBUG_REQUESTS='{{dir}}/context.jsonl' FORGE_SESSION__PROVIDER_ID=open_router FORGE_SESSION__MODEL_ID={{model}} forge -p '{{task}}'
@@ -118,7 +118,7 @@ sources:
118118
- task: "Lets have upload take a glob pattern for upload"
119119
- task: "Check this for security issues: eval(user_input)"
120120
- task: "Update the vector dimension to be 4096"
121-
- task: "Fix this - 'docker run antinomyhq/forge-ce'"
121+
- task: "Fix this - 'docker run tailcallhq/forgecode'"
122122
- task: "Document the adapter registration and discovery mechanism"
123123
- task: "There are multiple places where we throw - \"Conversation not found\" how do u suggest we consolidate and reuse."
124124
- task: "Is there a crate for humanizing date time format that we are using?"

benchmarks/evals/semantic_search_quality/task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ before_run:
44

55
run:
66
# Clone into `tmp/task` dir
7-
- git clone --depth=1 --branch main https://github.com/antinomyhq/forge .
7+
- git clone --depth=1 --branch main https://github.com/tailcallhq/forgecode .
88
- forgee workspace sync
99
- FORGE_DEBUG_REQUESTS='{{dir}}/context.json' forgee --provider open_router --model {{model}} -p '{{task}}'
1010

benchmarks/evals/todo_write_usage/task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Evaluation for checking appropriate todo_write tool usage
22
run:
3-
- git clone --depth=1 --branch main https://github.com/antinomyhq/forge .
3+
- git clone --depth=1 --branch main https://github.com/tailcallhq/forgecode .
44
- FORGE_OVERRIDE_PROVIDER=open_router FORGE_OVERRIDE_MODEL={{model}} FORGE_DEBUG_REQUESTS='{{dir}}/context.json' forgee -p '{{task}}'
55
parallelism: 3
66
timeout: 240

crates/forge_main/src/update.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ pub async fn on_update(api: Arc<impl API>, update: Option<&Update>) {
7878
return;
7979
}
8080

81-
let informer = update_informer::new(registry::GitHub, "antinomyhq/forge", VERSION)
81+
let informer = update_informer::new(registry::GitHub, "tailcallhq/forgecode", VERSION)
8282
.interval(frequency.into());
8383

8484
if let Some(version) = informer.check_version().ok().flatten()

0 commit comments

Comments
 (0)