Skip to content

Route setup URLs through talxis.com short links - #27

Merged
TomProkop merged 1 commit into
masterfrom
claude/org-cloud-environments-agentbox-ma78p3
Aug 24, 2026
Merged

Route setup URLs through talxis.com short links#27
TomProkop merged 1 commit into
masterfrom
claude/org-cloud-environments-agentbox-ma78p3

Conversation

@TomProkop

Copy link
Copy Markdown
Member

Summary

Replaces the long raw.githubusercontent.com URLs with short https://talxis.com/agentbox-* redirects, in both the human-facing copy-paste snippets and the URLs the scripts fetch internally:

Short link Redirects to
talxis.com/agentbox-harness .../src/scripts/configure-agent-harness.sh
talxis.com/agentbox-setup .../src/scripts/install-features.sh
talxis.com/agentbox-features .../src/templates/power-platform/.devcontainer/devcontainer.features.json

Also updates the Claude Code cloud "Network access" instructions (README + install-features.sh's own header comment) to add talxis.comcurl now follows a redirect chain through it to raw.githubusercontent.com rather than hitting that domain directly, so a "Custom network access" setup needs both domains reachable, not just one.

Test plan

  • Verified all three short links resolve (302) to the exact correct long URLs.
  • Verified curl -fsSL (the pattern every caller uses) follows each through to real, correct file content.
  • Ran the full, updated install-features.sh end-to-end in a clean container: Feature manifest fetch, all Feature installs, and the configure-agent-harness.sh fetch all succeeded via the short links — every tool (including claude) still resolves correctly in the Tool check.
  • grep -r raw.githubusercontent.com confirms only the two explanatory comments mention it now (nothing left as a live URL).

Generated by Claude Code

Replaces the long raw.githubusercontent.com URLs (in README's copy-paste
snippets, the Codespaces template, and the two internal curl fetches in
install-features.sh) with https://talxis.com/agentbox-{harness,setup,features}
redirects.

Updates the Claude Code cloud "Network access" instructions (both in
README and install-features.sh's own header comment) to add talxis.com,
since curl now follows a redirect chain through it to
raw.githubusercontent.com rather than hitting that domain directly.

Verified end-to-end in a clean container: all three short links resolve
to the correct targets, and install-features.sh runs successfully
through them (Feature manifest fetch, Feature installs, and the
configure-agent-harness.sh fetch all going through talxis.com).
@TomProkop
TomProkop merged commit 9466531 into master Aug 24, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants