Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/onecli/skill_gateway_fallback.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ values are managed by OneCLI — do NOT modify or delete them.
If an MCP server won't start due to missing credentials, create stubs
**before** starting it. Use `"onecli-managed"` as the placeholder for all
secret values, with file permissions `0600`. See the guide at:
https://www.onecli.sh/docs/guides/credential-stubs/general-app
https://onecli.sh/docs/guides/credential-stubs/general-app

## When a Request Fails

Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ main() {

# Fetch latest release info from server (avoids GitHub API rate limits)
echo "Fetching latest release..."
RELEASE_INFO=$(curl -fsSL "https://www.onecli.sh/cli/version?os=${OS}&arch=${ARCH}")
RELEASE_INFO=$(curl -fsSL "https://onecli.sh/cli/version?os=${OS}&arch=${ARCH}")
LATEST=$(echo "$RELEASE_INFO" | sed -n '1p')

if [ -z "$LATEST" ]; then
Expand Down
Loading