Refactor authentication system to consolidate auth flow and remove provider-based commands

🤖 Generated with [OpenCode](https://opencode.ai)

Co-Authored-By: OpenCode <noreply@opencode.ai>
This commit is contained in:
Dax Raad
2025-06-11 00:21:46 -04:00
parent b8e7d06356
commit 83eb61fd5f
12 changed files with 312 additions and 239 deletions

View File

@@ -33,7 +33,7 @@ export const RunCommand = {
await App.provide(
{
cwd: process.cwd(),
version: "0.0.0",
version: VERSION,
},
async () => {
await Share.init()
@@ -47,7 +47,7 @@ export const RunCommand = {
UI.empty()
UI.println(
UI.Style.TEXT_INFO_BOLD +
"~ https://dev.opencode.ai/s?id=" +
"~ https://dev.opencode.ai/s/" +
session.id.slice(-8),
)
UI.empty()