Skip to content

feat(cli): add serve as alias for studio subcommand#891

Merged
christso merged 1 commit intomainfrom
feat/889-serve-alias
Apr 1, 2026
Merged

feat(cli): add serve as alias for studio subcommand#891
christso merged 1 commit intomainfrom
feat/889-serve-alias

Conversation

@christso
Copy link
Copy Markdown
Collaborator

@christso christso commented Apr 1, 2026

Summary

  • Adds agentv serve as an alias for agentv studio — both start the same Studio dashboard
  • The serve alias better communicates "long-running HTTP server" in deployment contexts (Dockerfile CMD, Kubernetes)

Closes #889

Test plan

  • agentv serve --help shows same options as agentv studio --help
  • agentv studio continues to work unchanged
  • agentv --help lists both serve and studio subcommands
  • All pre-push checks pass (build, typecheck, lint, tests, validate)

🤖 Generated with Claude Code

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>
@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying agentv with  Cloudflare Pages  Cloudflare Pages

Latest commit: 7742834
Status: ✅  Deploy successful!
Preview URL: https://73ca899d.agentv.pages.dev
Branch Preview URL: https://feat-889-serve-alias.agentv.pages.dev

View logs

@christso christso merged commit 1a97b01 into main Apr 1, 2026
4 checks passed
@christso christso deleted the feat/889-serve-alias branch April 1, 2026 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(cli): add serve as alias for studio subcommand

1 participant