-
Notifications
You must be signed in to change notification settings - Fork 212
chore: update Roo Code links to Zoo Code URLs #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
2e236cb
6318387
559d619
c50aa9d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,7 +6,7 @@ We actively patch only the most recent minor release of Roo Code. Older version | |
|
|
||
| ## Reporting a Vulnerability | ||
|
|
||
| Email security@roocode.com with: | ||
| Email security@zoocode.dev with: | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🏁 Script executed: #!/bin/bash
# Check for any remaining Roo Code URLs or email addresses
echo "=== Searching for remaining Roo Code references ==="
echo ""
echo "Old email addresses:"
rg -i 'roocode\.com' --type-add 'config:*.{json,yml,yaml,md,ts,tsx,js,jsx}' -t config -g '!node_modules' -g '!dist' -g '!build' -g '!*.lock' || echo "None found ✓"
echo ""
echo "Old GitHub repository references:"
rg -i 'RooCodeInc/Roo-Code' --type-add 'config:*.{json,yml,yaml,md,ts,tsx,js,jsx}' -t config -g '!node_modules' -g '!dist' -g '!build' -g '!*.lock' || echo "None found ✓"
echo ""
echo "=== Verifying new URLs are accessible ==="
echo ""
echo "Checking docs.zoocode.dev..."
curl -s -o /dev/null -w "HTTP %{http_code}\n" --max-time 10 https://docs.zoocode.dev || echo "Failed to connect"
echo "Checking app.zoocode.dev..."
curl -s -o /dev/null -w "HTTP %{http_code}\n" --max-time 10 https://app.zoocode.dev || echo "Failed to connect"Repository: Zoo-Code-Org/Zoo-Code Length of output: 50377 🏁 Script executed: cat -n SECURITY.mdRepository: Zoo-Code-Org/Zoo-Code Length of output: 773 🏁 Script executed: #!/bin/bash
echo "=== Searching for new zoocode.dev references ==="
rg 'zoocode\.dev' -i --type-add 'config:*.{json,yml,yaml,md,ts,tsx,js,jsx}' -t config -g '!node_modules' -g '!dist' -g '!build' -g '!*.lock' || echo "None found"
echo ""
echo "=== Checking for security@zoocode.dev in code ==="
rg 'security@zoocode\.dev' -i -g '!node_modules' -g '!dist' -g '!build' || echo "None found"
echo ""
echo "=== README.md content (first 50 lines) ==="
head -50 README.mdRepository: Zoo-Code-Org/Zoo-Code Length of output: 4997 🏁 Script executed: #!/bin/bash
echo "=== Testing new zoocode.dev URLs ==="
echo ""
echo "Testing docs.zoocode.dev..."
curl -s -i --max-time 10 https://docs.zoocode.dev 2>&1 | head -1
echo ""
echo "Testing zoocode.dev (privacy)..."
curl -s -i --max-time 10 https://zoocode.dev/privacy 2>&1 | head -1
echo ""
echo "Testing zoocode.dev homepage..."
curl -s -i --max-time 10 https://zoocode.dev 2>&1 | head -1
echo ""
echo "Testing email (checking if it's used in documentation)..."
grep -r "security@zoocode.dev" SECURITY.mdRepository: Zoo-Code-Org/Zoo-Code Length of output: 329 Resolve docs.zoocode.dev URL before merging—endpoint currently returns HTTP 404. The SECURITY.md file correctly references security@zoocode.dev. However, the new documentation URL referenced throughout the codebase (docs.zoocode.dev) is not yet live and returns HTTP 404. The base domain zoocode.dev is accessible (307 redirect), but the /docs subdomain is broken. The new email address and updated references in production code (src/i18n locales, package.json, diagnosticsHandler) are in place, but this non-functional URL must be resolved before merge to avoid broken links in user-facing documentation paths. 🤖 Prompt for AI Agents |
||
|
|
||
| - A short summary of the issue | ||
| - Steps to reproduce or a proof of concept | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -246,6 +246,6 @@ | |
| }, | ||
| "docsLink": { | ||
| "label": "Docs", | ||
| "url": "https://docs.roocode.com" | ||
| "url": "https://docs.zoocode.dev" | ||
| } | ||
| } | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.