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

antigravity-cascade

v1.1.1

Published

Cascade Session Tabs for Antigravity Agent

Readme

Antigravity Cascade 🚀

Multi-Session Tabs for Antigravity Agent

antigravity-cascade Available on NPM

🇬🇧 English | 🇰🇷 한국어


🇬🇧 English

Antigravity Cascade supercharges your Antigravity Agent panel by adding a powerful, browser-like tab bar. Manage multiple independent chat sessions simultaneously, switch contexts instantly, and boost your productivity.

✨ Features

| Feature | Description | | :--- | :--- | | 🗂 Tabbed Interface | A familiar, chrome-like tab bar at the top of your agent panel. | | ➕ Create Sessions | Easily open new, isolated chat sessions with Cmd+Shift+T or the + button. | | 🔄 Fast Switching | Switch between tasks instantly without losing context. | | 🧼 Fresh Start on Reload | For safety, tabs always reset to a fresh Session 1 after app restart/reload. | | 🛡 Robust State | Includes automated verification to ensure sessions never mix. |

🚀 Installation

Ensure you have Node.js installed, then run:

npx antigravity-cascade install

Note: After installation, you MUST restart the Antigravity application for changes to take effect.

Current behavior: session tabs are in-memory only and do not persist across app restart.

🗑 Uninstallation

If you wish to remove the extension and restore the original panel:

npx antigravity-cascade uninstall

⌨️ Keyboard Shortcuts

| Shortcut | Action | | :--- | :--- | | Cmd + Shift + T | Create New Tab | | Cmd + Shift + W | Close Current Tab | | Ctrl + Tab | Next Tab | | Ctrl + Shift + Tab | Previous Tab | | Cmd + 1 ... 9 | Jump to Tab N | | Double Click | Rename Tab |

🛠 Troubleshooting

Tabs not showing up?

  1. Restart Antigravity entirely.
  2. Open Developer Tools in Antigravity (Cmd+Option+I).
  3. Check the Console for logs starting with [CascadeApp].
  4. If install fails with a permission error, run with elevated privileges: sudo npx antigravity-cascade install

🇰🇷 한국어

Antigravity Cascade는 Antigravity Agent 패널에 강력한 멀티 세션 탭 기능을 추가해주는 확장 프로그램입니다. 여러 개의 대화 세션을 동시에 관리하고, 작업 간 컨텍스트를 즉시 전환하여 생산성을 극대화하세요.

✨ 주요 기능

| 기능 | 설명 | | :--- | :--- | | 🗂 탭 인터페이스 | 크롬 브라우저와 유사한 직관적인 상단 탭 바를 제공합니다. | | ➕ 세션 생성 | + 버튼이나 단축키로 완전히 독립된 새 대화 세션을 생성합니다. | | 🔄 즉시 전환 | 대화 흐름을 끊지 않고 여러 작업 사이를 빠르게 오갈 수 있습니다. | | 🧼 재시작 시 새로 시작 | 안전성을 위해 앱 재시작/새로고침 시 탭은 항상 Session 1부터 새로 시작합니다. | | 🛡 안전한 상태 관리 | 세션이 뒤섞이지 않도록 고급 검증 로직이 포함되어 있습니다. |

🚀 설치 방법

Node.js가 설치되어 있다면, 터미널에서 다음 명령어 한 줄로 설치할 수 있습니다:

npx antigravity-cascade install

주의사항: 설치 후 변경 사항을 적용하려면 반드시 Antigravity 앱을 완전히 재시작해야 합니다.

현재 동작: 세션 탭 상태는 메모리 기반이며 앱 재시작 시 유지되지 않습니다.

🗑 제거 방법

확장 기능을 제거하고 원래 상태로 되돌리고 싶다면:

npx antigravity-cascade uninstall

⌨️ 단축키

| 단축키 | 동작 | | :--- | :--- | | Cmd + Shift + T | 새 탭 생성 | | Cmd + Shift + W | 현재 탭 닫기 | | Ctrl + Tab | 다음 탭으로 이동 | | Ctrl + Shift + Tab | 이전 탭으로 이동 | | Cmd + 1 ... 9 | N번째 탭으로 바로 이동 | | 더블 클릭 | 탭 이름 변경 |

🛠 문제 해결

탭이 보이지 않나요?

  1. Antigravity 앱을 완전히 종료 후 다시 실행해 보세요.
  2. Antigravity 창에서 Cmd+Option+I를 눌러 개발자 도구를 엽니다.
  3. 콘솔(Console) 탭에서 [CascadeApp]으로 시작하는 로그가 있는지 확인하세요.
  4. 설치 시 권한 오류가 나면 관리자 권한으로 실행하세요: sudo npx antigravity-cascade install

👤 Author