Skip to content

Commit 1a97b01

Browse files
christsoclaude
andauthored
feat(cli): add serve as alias for studio subcommand (#891)
Both `agentv serve` and `agentv studio` now start the same Studio dashboard. The `serve` alias better communicates "long-running HTTP server" in deployment contexts (Dockerfile CMD, Kubernetes). Closes #889 Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8516d13 commit 1a97b01

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/cli/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export const app = subcommands({
3232
pipeline: pipelineCommand,
3333
results: resultsCommand,
3434
self: selfCommand,
35+
serve: resultsServeCommand,
3536
studio: resultsServeCommand,
3637
trace: traceCommand,
3738
transpile: transpileCommand,
@@ -60,6 +61,7 @@ const TOP_LEVEL_COMMANDS = new Set([
6061
'pipeline',
6162
'results',
6263
'self',
64+
'serve',
6365
'studio',
6466
'trace',
6567
'transpile',

0 commit comments

Comments
 (0)