Custom AI h@llo.ai conversations are not isolated?

I thought that the conversations should be isolated, but it seems they are not:

Here's the initial log for a conversation.
conversation_FAFED739-8B0F-4CB6-94BE-A54717F286D4.json (37.5 KB)

As seen, AI said that "I've already answered this question multiple times in this conversation", but in reality I've asked this only once.

Here's the log after I've asked about the previous messages in that conversation:
conversation_FAFED739-8B0F-4CB6-94BE-A54717F286D4.json (40.0 KB).

I'm not sure but this might be related to the following:
Each time I want to start a new conversation if my initial message is overlapping with any existing initial messages of previous conversations, then when I press "Enter" to sent the message the message which is being sent is actually the one marked in the window.

For example I'm typing "what model are you", upon "Enter" a new conversation is started with the message "what model are you right now", which was selected as you can see in the screenshot.

BTT: 6.353

It somehow seems like it is reusing some existing session in opencode. Maybe I'm missing some CLI parameter to start a new session, I'll check!

//edit: confirmed, should be fixed with the next alpha

Andreas,
I think that now each time I start new conversation, it is actually starting new conversation. Thanks.
But can you check this conversation, it is weird. Agent did not respond on my 1st message, but then it said it already replied
conversation_709A8330-95CC-43D6-9349-3FDBB7723607.json (38.3 KB)

And for this one my 2nd question wasn't answered:
conversation_2D0B5A81-F38E-494F-9906-0AC929905054.json (38.7 KB)

The below behavior is still the same. This is giving the impressing that the show/selected conversation will be continued, but in reality it is starting a new one.

Each time I want to start a new conversation if my initial message is overlapping with any existing initial messages of previous conversations, then when I press "Enter" to sent the message the message which is being sent is actually the one marked in the window.
For example I'm typing "what model are you", upon "Enter" a new conversation is started with the message "what model are you right now", which was selected as you can see in the screenshot.

Which version of opencode are you running? I seem to be unable to reproduce with 1.4.2 (but also not with 1.2.27)

1.3.10. I'll update and test again.

I've updated to 1.4.0 (latest in homebrew) and I was able to reproduce the issue :\ . Do you need the conversation log?

I think I can reproduce it when selecting the minimax free model. Maybe that model doesn't support the long system prompts BTT is using by default?

Actually this is a question I have - how can I edit the prompts? For example:

I can only see how to edit the "System Prompt (tell the AI what kind of assistant it shall be)"

for the built-in skills you can not edit them. You can however create your own skills or duplicate & modify an existing one.

1 Like

I've tested with BTT: 6.400 and it seems that conversations are isolated.