Skip to content

jackin launch

Terminal window
jackin launch

Open the interactive terminal UI launcher to visually select a workspace and agent.

The important distinction is:

  • workspace = which files are mounted
  • agent = which tool profile is loaded

launch presents a two-step selection flow:

  1. Pick a workspace — choose from saved workspaces or “Current directory”
  2. Pick an agent — choose which agent class to load

The TUI shows a preview of the mounts and working directory before you confirm.

The launcher shows two kinds of choices:

  • Current directory — a synthetic workspace that mounts your cwd at the same path inside the container
  • Saved workspaces — named definitions from ~/.config/jackin/config.toml

If your current directory matches a saved workspace’s workdir, that workspace is preselected.

If the selected workspace has:

  • A default agent — it’s preselected
  • Allowed agents — only those are shown
  • No restrictions — all known agents are listed
launchload
InterfaceVisual TUICommand-line arguments
Best forExploring options, first-time setupScripting, repeatable workflows
Workspace selectionInteractive pickerExplicit argument
Agent selectionInteractive pickerExplicit argument