We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b10c769 commit c52d91eCopy full SHA for c52d91e
extensions/cli/src/commands/login.ts
@@ -2,6 +2,7 @@ import chalk from "chalk";
2
3
import { login as workosLogin } from "../auth/workos.js";
4
import { gracefulExit } from "../util/exit.js";
5
+
6
import { chat } from "./chat.js";
7
8
export async function login() {
@@ -10,7 +11,7 @@ export async function login() {
10
11
try {
12
await workosLogin();
13
console.info(chalk.green("Successfully logged in!"));
-
14
15
// Start the CLI session after successful login
16
console.info(chalk.blue("Starting Continue CLI..."));
17
await chat();
0 commit comments