Skip to content

llm --continue does not use the last logged conversation id #1140

@serpro69

Description

@serpro69
➜ llm logs list | grep conversation
# 2025-05-30T11:22:47    conversation: foo
# 2025-05-30T11:31:28    conversation: foo
# 2025-05-31T12:57:12    conversation: bar

Here, the first two (or rather 3rd and 2nd last) conversations were done with llm --continue --conversation foo. However, the last prompt I only ran llm --continue and that seems to have used a conversation id (and model) from another prompt (or at least logged a wrong conversation id and model)

Is this intended behavior and I'm misunderstanding how --continue should be used?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions