-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
I create a command in the .opencode/command directory in a project, if I run the command in the terminal via
opencode run translate --model opencode/big-pickle or another model the command context "template" is not being provided, while if I run it in the GUI it puts the template in the message and it runs.
I'm sure about this because I even copied the commit command md file while keeping the command file the same in the opencode project and still the model outputed this:
➜ opencode run translate --model nvidia/minimaxai/minimax-m2
<think>The user has just said "translate" which is very vague. I need to understand what they want me to translate. They could want me to:
1. Translate text from one language to another
2. Translate code from one programming language to another
3. Translate documentation
4. Something else entirely
Since this is ambiguous, I should ask for clarification about what specifically they want translated and from/to what languages or formats.
</think>
I need more information to help you translate. Could you please specify:
1. What do you want translated? (text, code, documentation, etc.)
2. What is the source language/format?
3. What is the target language/format?
For example:
- "Translate this English text to Spanish"
- "Convert this Python code to JavaScript"
- "Translate this API documentation from English to French"
```
### OpenCode version
1.0.137
### Steps to reproduce
1. Create a command md file
2. Run command in terminal via opencode run <command> --model
3. Profit
### Screenshot and/or share link
_No response_
### Operating System
ArchLinux Btw
### Terminal
Wezterm
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working