Skip to content

Commit 9d1bdca

Browse files
Fix: Update system prompt URL to use organization repo instead of personal gist
This fixes the issue where Codegen was incorrectly tagging random @jay users instead of properly retrieving GitHub usernames. The system prompt URL now points to the organization's repository instead of a personal gist. Co-authored-by: Christine Wang <christine@codegen.com>
1 parent 94be7bf commit 9d1bdca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegen/cli/api/endpoints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
LOOKUP_ENDPOINT = f"https://{MODAL_PREFIX}--cli-lookup.modal.run"
1212
RUN_ON_PR_ENDPOINT = f"https://{MODAL_PREFIX}--cli-run-on-pull-request.modal.run"
1313
PR_LOOKUP_ENDPOINT = f"https://{MODAL_PREFIX}--cli-pr-lookup.modal.run"
14-
CODEGEN_SYSTEM_PROMPT_URL = "https://gist.githubusercontent.com/jayhack/15681a2ceaccd726f19e6fdb3a44738b/raw/17c08054e3931b3b7fdf424458269c9e607541e8/codegen-system-prompt.txt"
14+
CODEGEN_SYSTEM_PROMPT_URL = "https://raw.githubusercontent.com/codegen-sh/codegen-sdk/develop/src/codegen/sdk/system-prompt.txt"
1515
IMPROVE_ENDPOINT = f"https://{MODAL_PREFIX}--cli-improve.modal.run"
1616
MCP_SERVER_ENDPOINT = f"https://{MODAL_PREFIX}--codegen-mcp-server.modal.run/mcp"
1717

0 commit comments

Comments
 (0)