- {t("overview.description", { command: "bunx oh-my-openagent install" })} -
-.opencode/oh-my-openagent.json{" "}
- {t("configLocations.projectLevel")}
-
- ~/.config/opencode/oh-my-openagent.json
- {" "}
- {t("configLocations.userLevel")}
- {t("configLocations.jsonc")}
-{t("agentsSection.description")}
- -| Permission | -Values | -Description | -
|---|---|---|
| {p.name} | -- {t("agentsSection.permissionValues")} - | -- {t(`agentsSection.permissionDescriptions.${p.descKey}`)} - | -
{t("categoriesSection.description")}
- -| Category | -Default Model | -Description | -
|---|---|---|
| {c.name} | -{c.model} | -- {t(`categoriesSection.categories.${c.descKey}`)} - | -
- {t("categoriesSection.availableOptions", { - options: - "model, variant, temperature, top_p, maxTokens, thinking, reasoningEffort, textVerbosity, tools, prompt_append, is_unstable_agent", - })} -
-- {t("skillsSection.description", { - playwright: "playwright", - agentBrowser: "agent-browser", - gitMaster: "git-master", - })} -
-{t("hooksSection.description")}
-- {t("mcpsSection.websearch.description")} -
-- {t("mcpsSection.context7.description")} -
-- {t("mcpsSection.grepApp.description")} -
-| Tool | -Description | -Use Case | -
|---|---|---|
| - {t("browserAutomationSection.playwright.tool")} - | -- {t("browserAutomationSection.playwright.description")} - | -- {t("browserAutomationSection.playwright.useCase")} - | -
| - {t("browserAutomationSection.agentBrowser.tool")} - | -- {t("browserAutomationSection.agentBrowser.description")} - | -- {t("browserAutomationSection.agentBrowser.useCase")} - | -
- {t("experimentalSection.dynamicPruning.description")} -
-- {t("envVarsSection.opencodeConfigDir.description")} -
-+ {children} +
+ ), + a: ({ children, href, className, ...props }: WithChildren & { href?: string }) => ( + + {children} + + ), + ul: ({ children, className, ...props }: WithChildren) => ( ++ {children} ++ ), + code: ({ children, className, ...props }: WithChildren) => ( +
+ {children}
+
+ ),
+ pre: ({ children, className, ...props }: WithChildren) => (
+
+ {children}
+
+ ),
+ table: ({ children, className, ...props }: WithChildren) => (
+
- {t("commentCheckerSection.title")} -
-- {t("commentCheckerSection.description", { placeholder: "{{comments}}" })} -
-