core: rename auth command to providers for clearer credential management

The auth command has been renamed to providers to better reflect its purpose of managing AI provider credentials. This makes it easier for users to discover and use the credential management features when configuring different AI providers.
This commit is contained in:
Dax Raad
2026-02-28 13:48:58 -05:00
parent d1938a472d
commit 9dbf3a2042
5 changed files with 19 additions and 26 deletions
@@ -1,5 +1,5 @@
import { test, expect, describe } from "bun:test"
import { resolvePluginProviders } from "../../src/cli/cmd/auth"
import { resolvePluginProviders } from "../../src/cli/cmd/providers"
import type { Hooks } from "@opencode-ai/plugin"
function hookWithAuth(provider: string): Hooks {