lmcli/pkg/cmd
Matt Low 8c53752146 Add message branching
Updated the behaviour of commands:

- `lmcli edit`
  - by default create a new branch/message branch with the edited contents
  - add --in-place to avoid creating a branch
  - no longer delete messages after the edited message
  - only do the edit, don't fetch a new response
- `lmcli retry`
  - create a new branch rather than replacing old messages
  - add --offset to change where to retry from
2024-05-20 22:29:51 +00:00
..
util Add message branching 2024-05-20 22:29:51 +00:00
chat.go `lmcli chat`: check that conversation exists 2024-05-20 16:07:38 +00:00
clone.go Add message branching 2024-05-20 22:29:51 +00:00
cmd.go Update command flag handling 2024-05-07 08:18:48 +00:00
continue.go Add message branching 2024-05-20 22:29:51 +00:00
edit.go Add message branching 2024-05-20 22:29:51 +00:00
list.go Add message branching 2024-05-20 22:29:51 +00:00
new.go Add message branching 2024-05-20 22:29:51 +00:00
prompt.go Add message branching 2024-05-20 22:29:51 +00:00
remove.go Project refactor, add anthropic API support 2024-03-12 01:01:19 -06:00
rename.go Add message branching 2024-05-20 22:29:51 +00:00
reply.go Add message branching 2024-05-20 22:29:51 +00:00
retry.go Add message branching 2024-05-20 22:29:51 +00:00
view.go Add message branching 2024-05-20 22:29:51 +00:00