https://github.com/tokentopapp/agent-antigravity
tokentop agent plugin for Antigravity — session parsing, credential discovery, and real-time cost tracking
https://github.com/tokentopapp/agent-antigravity
agent ai antigravity bun tokentop tokentop-plugin typescript
Last synced: about 2 months ago
JSON representation
tokentop agent plugin for Antigravity — session parsing, credential discovery, and real-time cost tracking
- Host: GitHub
- URL: https://github.com/tokentopapp/agent-antigravity
- Owner: tokentopapp
- License: mit
- Created: 2026-02-14T15:00:38.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-04-11T05:16:55.000Z (2 months ago)
- Last Synced: 2026-04-11T07:14:15.415Z (2 months ago)
- Topics: agent, ai, antigravity, bun, tokentop, tokentop-plugin, typescript
- Language: TypeScript
- Homepage: https://github.com/tokentopapp/tokentop
- Size: 92.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# @tokentop/agent-antigravity
[](https://www.npmjs.com/package/@tokentop/agent-antigravity)
[](LICENSE)
> **DEPRECATED** — Use [`@tokentop/agent-gemini`](https://github.com/tokentopapp/agent-gemini) instead.
This package is a thin wrapper that re-exports `@tokentop/agent-gemini`. Gemini CLI and Antigravity write identical session files to `~/.gemini/tmp/` using the same `ConversationRecord` format from `@google/gemini-cli-core` — there is no way to distinguish which tool created a given session. The canonical `@tokentop/agent-gemini` plugin handles both.
## Migration
```diff
- import plugin from '@tokentop/agent-antigravity';
+ import plugin from '@tokentop/agent-gemini';
```
```diff
- bun add @tokentop/agent-antigravity
+ bun add @tokentop/agent-gemini
```
## Backward Compatibility
This package re-exports all public API from `@tokentop/agent-gemini`, including deprecated aliases:
- `ANTIGRAVITY_SESSIONS_PATH` → `GEMINI_SESSIONS_PATH`
## License
MIT