raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.27k stars 2.97k forks source link

[Claude] Extension reverts to the default prompt after resetting a conversation #13133

Closed FelixLisczyk closed 2 months ago

FelixLisczyk commented 3 months ago

Extension

https://www.raycast.com/florisdobber/claude

Raycast Version

1.77.1

macOS Version

14.5

Description

I've noticed that the extension always reverts to the default prompt after using the "Start New Conversation" command in a conversation.

Steps To Reproduce

  1. Create a custom model with the following prompt: "Always respond with the numbers 1, 2, 3, and nothing else."
  2. Call the new model with "Hello World" as input. The response should be "1 2 3".
  3. Run the "Start New Conversation" command.
  4. Call the model again with "Hello World" as input.

Current Behaviour

The AI responds using the default prompt: "Hello! It’s nice to meet you. As an AI assistant, I’m here to help with any questions or tasks you may have. Please let me know if there is anything I can assist you with."

Expected Behaviour

The AI should respond with "1 2 3" according to the selected prompt.

raycastbot commented 3 months ago

Thank you for opening this issue!

🔔 @florisdobber you might want to have a look.

💡 Author and Contributors commands The author and contributors of `florisdobber/claude` can trigger bot actions by commenting: - `@raycastbot close this issue` Closes the issue. - `@raycastbot rename this issue to "Awesome new title"` Renames the issue. - `@raycastbot reopen this issue` Reopens the issue. - `@raycastbot assign me` Assigns yourself to the issue. - `@raycastbot good first issue` Adds the "Good first issue" label to the issue. - `@raycastbot keep this issue open` Make sure the issue won't go stale and will be kept open by the bot.
FelixLisczyk commented 2 months ago

I've created PR #13346 to fix this issue. @florisdobber Could you please take a look? This is my first time developing a Raycast extension. Thank you! 👍