Per-plugin file used by the Antigravity CLI. Holds the same shape as the IDE config so a future shared loader can read either location.
(home: &Path)
| 32 | /// Per-plugin file used by the Antigravity CLI. Holds the same shape as |
| 33 | /// the IDE config so a future shared loader can read either location. |
| 34 | fn cli_plugin_path(home: &Path) -> std::path::PathBuf { |
| 35 | home.join(".gemini/antigravity-cli/plugins/tracedecay.json") |
| 36 | } |
| 37 | |
| 38 | impl AgentIntegration for AntigravityIntegration { |
| 39 | fn name(&self) -> &'static str { |
no outgoing calls
no test coverage detected