Skip to content

feat: add quick-start one-liner and --launch flag to workspace create#14

Merged
ckrough merged 1 commit intomainfrom
trusting-wozniak
Dec 21, 2025
Merged

feat: add quick-start one-liner and --launch flag to workspace create#14
ckrough merged 1 commit intomainfrom
trusting-wozniak

Conversation

@ckrough
Copy link
Owner

@ckrough ckrough commented Dec 21, 2025

Summary

  • Adds a copyable one-liner displayed after workspace creation for quick agent launch
  • Adds --launch / -l flag to workspace create for automatic agent launch after creation
  • Uses workspace purpose as initial prompt when launching with --launch

Test plan

  • All 294 tests pass
  • Create workspace without --launch and verify one-liner is displayed
  • Create workspace with --launch and verify agent launches automatically
  • Verify --quiet suppresses the quick-start output

@ckrough ckrough force-pushed the trusting-wozniak branch 2 times, most recently from 91ea1d3 to e30bb2b Compare December 21, 2025 20:44
After workspace creation, a copyable one-liner is now displayed for
quickly launching the agent:

  cd ~/.agentspaces/project/ws && source .venv/bin/activate && agentspaces agent launch

Additionally, the --launch/-l flag allows automatic agent launch after
workspace creation, using the workspace purpose as the initial prompt.
@ckrough ckrough merged commit 0dde410 into main Dec 21, 2025
5 checks passed
@ckrough ckrough deleted the trusting-wozniak branch December 21, 2025 20:48
@ckrough ckrough restored the trusting-wozniak branch December 21, 2025 21:09
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.

1 participant