Route setup URLs through talxis.com short links - #27
Merged
Conversation
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).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replaces the long
raw.githubusercontent.comURLs with shorthttps://talxis.com/agentbox-*redirects, in both the human-facing copy-paste snippets and the URLs the scripts fetch internally:talxis.com/agentbox-harness.../src/scripts/configure-agent-harness.shtalxis.com/agentbox-setup.../src/scripts/install-features.shtalxis.com/agentbox-features.../src/templates/power-platform/.devcontainer/devcontainer.features.jsonAlso updates the Claude Code cloud "Network access" instructions (README +
install-features.sh's own header comment) to addtalxis.com—curlnow follows a redirect chain through it toraw.githubusercontent.comrather than hitting that domain directly, so a "Custom network access" setup needs both domains reachable, not just one.Test plan
curl -fsSL(the pattern every caller uses) follows each through to real, correct file content.install-features.shend-to-end in a clean container: Feature manifest fetch, all Feature installs, and theconfigure-agent-harness.shfetch all succeeded via the short links — every tool (includingclaude) still resolves correctly in the Tool check.grep -r raw.githubusercontent.comconfirms only the two explanatory comments mention it now (nothing left as a live URL).Generated by Claude Code