npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@raquezha/noagy

v0.0.4

Published

OAuth login provider extension for Google Antigravity models in the Pi Coding Agent

Downloads

544

Readme

Antigravity (noagy extension)

Independent native Pi provider for Google Antigravity-compatible model access.

The extension folder is noagy, but the provider registered inside Pi is antigravity.

Usage

# From this checkout
pi --extension ./packages/noagy

# Or via nothing
pi --antigravity

Inside Pi:

/login antigravity
/model antigravity/gemini-3.5-flash
/antigravity.doctor

The extension uses a native streamSimple transport. It does not shell out to the official agy CLI.

NPM

npm install -g @raquezha/noagy

Provider

  • Provider id: antigravity
  • Model ids:
    • gemini-3.5-flash-low -> upstream gemini-3.5-flash-extra-low
    • gemini-3.5-flash -> upstream gemini-3.5-flash-low (medium/default)
    • gemini-3.5-flash-high -> upstream gemini-3-flash-agent
    • gemini-3.1-pro-low -> upstream gemini-3.1-pro-low
    • gemini-3.1-pro-high -> upstream gemini-pro-agent
    • claude-sonnet-4-6-thinking -> upstream claude-sonnet-4-6
    • claude-opus-4-6-thinking -> upstream claude-opus-4-6-thinking
    • gpt-oss-120b-medium -> upstream gpt-oss-120b-medium
  • Default endpoint: https://daily-cloudcode-pa.googleapis.com

Diagnostics

/antigravity.doctor prints sanitized routing information only. It must not print OAuth tokens, refresh tokens, authorization headers, prompts, or credential files.

Optional overrides

Prefer the ANTIGRAVITY_* names for environment alignment. The older NOAGY_* names remain accepted as backwards-compatible aliases.

  • ANTIGRAVITY_BASE_URL — override the Cloud Code/Antigravity endpoint for experiments.
  • ANTIGRAVITY_PROJECT_ID — fallback project id if project discovery does not return one.
  • ANTIGRAVITY_CALLBACK_HOST — OAuth callback bind host, default 127.0.0.1.
  • ANTIGRAVITY_USER_AGENT — override user agent for endpoint compatibility experiments.
  • ANTIGRAVITY_RUNTIME_MODEL — force a runtime model id for endpoint experiments.
  • ANTIGRAVITY_CLIENT_ID / ANTIGRAVITY_CLIENT_SECRET — advanced OAuth app overrides; normally not needed.