feat(keyword-detector): enable variant='max' for ultrawork mode
🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
This commit is contained in:
@@ -31,6 +31,8 @@ export function createKeywordDetectorHook(ctx: PluginInput) {
|
|||||||
if (hasUltrawork) {
|
if (hasUltrawork) {
|
||||||
log(`[keyword-detector] Ultrawork mode activated`, { sessionID: input.sessionID })
|
log(`[keyword-detector] Ultrawork mode activated`, { sessionID: input.sessionID })
|
||||||
|
|
||||||
|
output.message.variant = "max"
|
||||||
|
|
||||||
ctx.client.tui
|
ctx.client.tui
|
||||||
.showToast({
|
.showToast({
|
||||||
body: {
|
body: {
|
||||||
|
|||||||
Reference in New Issue
Block a user