Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ If you're already using Oh My Posh, adding Claude Code integration is as simple
3. Optionally create your own configuration including the `claude` segment
4. Start a Claude Code session and watch your prompt come alive

For detailed configuration options and all available properties, check out the [complete Claude segment documentation](https://ohmyposh.dev/docs/segments/cli/claude).
For detailed configuration options and all available properties, check out the [complete Claude segment documentation](https://ohmyposh.dev/docs/segments/agents/claude).

## What's Next?

Expand Down
6 changes: 3 additions & 3 deletions website/docs/installation/prompt.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ oh-my-posh claude --config /path/to/claude.omp.json

:::

For more information about the Claude segment properties and customization options, see the [Claude segment documentation](/docs/segments/cli/claude).
For more information about the Claude segment properties and customization options, see the [Claude segment documentation](/docs/segments/agents/claude).

</TabItem>
<TabItem value="copilot">
Expand Down Expand Up @@ -339,8 +339,8 @@ eval "$(oh-my-posh init bash --strict)"
Use the equivalent init command for your shell. This keeps the prompt working when the version
manager updates `PATH` to a new Oh My Posh installation.

[Antigravity segment documentation]: /docs/segments/cli/antigravity
[Copilot CLI segment documentation]: /docs/segments/cli/copilot-cli
[Antigravity segment documentation]: /docs/segments/agents/antigravity
[Copilot CLI segment documentation]: /docs/segments/agents/copilot-cli
[clink]: https://chrisant996.github.io/clink/
[iterm2]: https://iterm2.com/
[sign]: https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_signing?view=powershell-7.3#methods-of-signing-scripts
Expand Down
20 changes: 16 additions & 4 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,22 @@ export default {
id: "segments/overview",
},
items: [
{
type: "category",
label: "Agents",
collapsed: true,
link: {
type: "generated-index",
title: "Agents",
description: "Segments for statusline and AI agent integrations.",
},
items: [
"segments/agents/antigravity",
"segments/agents/claude",
"segments/agents/copilot",
"segments/agents/copilot-cli",
],
},
{
type: "category",
label: "CLI",
Expand All @@ -108,17 +124,13 @@ export default {
},
items: [
"segments/cli/angular",
"segments/cli/antigravity",
"segments/cli/argocd",
"segments/cli/aspire",
"segments/cli/aurelia",
"segments/cli/bazel",
"segments/cli/buf",
"segments/cli/bun",
"segments/cli/claude",
"segments/cli/cmake",
"segments/cli/copilot",
"segments/cli/copilot-cli",
"segments/cli/deno",
"segments/cli/docker",
"segments/cli/firebase",
Expand Down
2 changes: 1 addition & 1 deletion website/static/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Oh My Posh is the most customizable and fastest prompt theme engine for any shell.
> It renders beautifully themed prompts displaying Git status, language versions, cloud context,
> system metrics and more — 117 segments in all — on Windows, macOS, and Linux.
> system metrics and more — 118 segments in all — on Windows, macOS, and Linux.

Website: https://ohmyposh.dev
Repository: https://github.com/JanDeDobbeleer/oh-my-posh
Expand Down
2 changes: 1 addition & 1 deletion website/static/llms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Oh My Posh is the most customizable and fastest prompt theme engine for any shell. It renders
> beautifully themed terminal prompts displaying Git status, language versions, cloud context,
> system metrics and more — 117 segments in all — on Windows, macOS, and Linux.
> system metrics and more — 118 segments in all — on Windows, macOS, and Linux.

## Docs

Expand Down
2 changes: 1 addition & 1 deletion website/static/skill.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Install, configure, or troubleshoot Oh My Posh/ohmyposh: shell init

> Oh My Posh is a cross-shell, cross-platform prompt theme engine for Windows, macOS, and Linux.
> It renders beautifully themed prompts with Git status, language versions, cloud context,
> and more — 117 segments in all.
> and more — 118 segments in all.

Full skill (folder-based, with per-OS and per-shell guides):
[/skills/ohmyposh/SKILL.md](/skills/ohmyposh/SKILL.md)
Expand Down
2 changes: 1 addition & 1 deletion website/static/skills/ohmyposh/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: "Install, configure, or troubleshoot Oh My Posh/ohmyposh: shell ini

> Oh My Posh is a cross-shell, cross-platform prompt theme engine. It displays Git status,
> language versions, cloud context, system metrics and more in a beautifully themed
> terminal prompt — 117 segments in all.
> terminal prompt — 118 segments in all.

## How to use this skill

Expand Down
Loading