Skip to content

Commit 94b4511

Browse files
roomote[bot]ellipsis-dev[bot]roomotebrunoberghermubeen-zulfiqar
authored
feat: Move slash commands to Settings tab with gear icon for discoverability (#7988)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> Co-authored-by: Roo Code <[email protected]> Co-authored-by: Bruno Bergher <[email protected]> Co-authored-by: Mubeen Zulfiqar <[email protected]> Co-authored-by: Matt Rubens <[email protected]>
1 parent 1b4819c commit 94b4511

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+1331
-328
lines changed

src/core/webview/webviewMessageHandler.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2776,7 +2776,12 @@ export const webviewMessageHandler = async (
27762776
TelemetryService.instance.captureTabShown(message.tab)
27772777
}
27782778

2779-
await provider.postMessageToWebview({ type: "action", action: "switchTab", tab: message.tab })
2779+
await provider.postMessageToWebview({
2780+
type: "action",
2781+
action: "switchTab",
2782+
tab: message.tab,
2783+
values: message.values,
2784+
})
27802785
}
27812786
break
27822787
}

src/i18n/locales/ca/common.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/i18n/locales/de/common.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/i18n/locales/en/common.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,5 +215,9 @@
215215
"preventCompletionWithOpenTodos": {
216216
"description": "Prevent task completion when there are incomplete todos in the todo list"
217217
}
218+
},
219+
"docsLink": {
220+
"label": "Docs",
221+
"url": "https://docs.roocode.com"
218222
}
219223
}

src/i18n/locales/es/common.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/i18n/locales/fr/common.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/i18n/locales/hi/common.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/i18n/locales/id/common.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/i18n/locales/it/common.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/i18n/locales/ja/common.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)