-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Open
Labels
bugSomething isn't workingSomething isn't workingcoreAnything pertaining to core functionality of the application (opencode server stuff)Anything pertaining to core functionality of the application (opencode server stuff)
Description
Description
❌ Task tool doesn't wait → subagent terminates immediately (empty results)
"gemini": {
"npm": "@ai-sdk/openai-compatible",
"name": "Gemini",
"options": {
"baseURL": "<baseURL>",
"headers": {
"Authorization": "<Auth>"
}
},
"models": {
"gemini-3-pro-preview": {
"name": "gemini-3-pro-preview",
"options": {
"thinkingLevel": {
"type": "high"
}
}
},
"gemini-3-flash-preview": {
"name": "gemini-3-flash-preview",
"options": {
"thinkingLevel": {
"type": "low"
}
}
}
}
}
Plugins
No response
OpenCode version
1.2.5
Steps to reproduce
- Config @explore subagent to use
@ai-sdk/openai-compatiblegemini models likegemini-3-flash-preview - Test main agent to invoke @explore
- Notice inside subagent Task tool, it run for a bit then immediately stopped and return empty result to main agent.
Screenshot and/or share link
Operating System
macOS
Terminal
iTerm2
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcoreAnything pertaining to core functionality of the application (opencode server stuff)Anything pertaining to core functionality of the application (opencode server stuff)