feat(ai-code-review): 支援 Antigravity CLI
This commit is contained in:
@@ -120,6 +120,7 @@ describe('fetchAccountQuota', () => {
|
||||
it('reports 不適用 for local platforms', async () => {
|
||||
assert.equal((await fetchAccountQuota('ollama', {})).available, false);
|
||||
assert.equal((await fetchAccountQuota('opencode', {})).available, false);
|
||||
assert.equal((await fetchAccountQuota('antigravity', {})).available, false);
|
||||
});
|
||||
|
||||
it('degrades gracefully when the quota call throws', async () => {
|
||||
|
||||
Reference in New Issue
Block a user