Session directories and existing or new claude code sessions started outside of agentdock, and multiple agent docks sessions #120
Replies: 1 comment
-
|
Hey @nipunarora, great questions! Here's how each works: 1. Starting a session in a different directory Pass the path as the first argument when adding a session: agent-deck add ~/work/my-project -t "My Project" -c claude
agent-deck add /path/to/anything -t "Experiment" -c claudeIn the TUI, press 2. Tracking sessions created outside agent-deck Press If you start 3. Multiple agent-deck instances Yes! Multiple TUI instances of the same profile are supported and enabled by default. The first instance becomes the "primary" (manages the tmux notification bar), and additional instances run as secondaries. They all share the same # ~/.agent-deck/config.toml (default behavior)
[instance]
allow_multiple = true # set to false for strict single-instanceYou can also:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
A few questions before I use?
Beta Was this translation helpful? Give feedback.
All reactions