Skip to content

fix: install names the targets it found - #831

Merged
vshulcz merged 1 commit into
mainfrom
fix/install-names-targets
Aug 1, 2026
Merged

fix: install names the targets it found#831
vshulcz merged 1 commit into
mainfrom
fix/install-names-targets

Conversation

@vshulcz

@vshulcz vshulcz commented Aug 1, 2026

Copy link
Copy Markdown
Owner
before: $ deja install
        deja: install needs target
after:  $ deja install                 # agents present
        deja: install needs a target — found here: claude-code, codex (or --all, --auto)
        $ deja install                 # clean machine
        deja: install needs a target — no agent config found here; `deja help` lists every target deja knows

deja help has the full list and the README's examples use --all/--auto, but the error named none of it — on the first command a new user types. files, restore and blame all print the shape they want; this one can also name what is actually on the machine. Closes #830.

The first command a new machine runs answered with a word the reader has to go
look up. Closes #830.
@vshulcz
vshulcz merged commit 44d63a0 into main Aug 1, 2026
14 checks passed
@vshulcz
vshulcz deleted the fix/install-names-targets branch August 1, 2026 17:22
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.

"install needs target" does not say which targets exist

1 participant