@agentxm/client-core 0.11.3 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/dist/src/unstable/agent-capabilities/catalog.generated.d.ts +208 -2
  2. package/dist/src/unstable/agent-capabilities/catalog.generated.d.ts.map +1 -1
  3. package/dist/src/unstable/agent-capabilities/catalog.generated.js +224 -0
  4. package/dist/src/unstable/agent-capabilities/catalog.generated.js.map +1 -1
  5. package/dist/src/unstable/agents/claude-code/descriptor.d.ts.map +1 -1
  6. package/dist/src/unstable/agents/claude-code/descriptor.js +5 -0
  7. package/dist/src/unstable/agents/claude-code/descriptor.js.map +1 -1
  8. package/dist/src/unstable/agents/codex/descriptor.d.ts.map +1 -1
  9. package/dist/src/unstable/agents/codex/descriptor.js +3 -0
  10. package/dist/src/unstable/agents/codex/descriptor.js.map +1 -1
  11. package/dist/src/unstable/agents/gemini-cli/descriptor.d.ts.map +1 -1
  12. package/dist/src/unstable/agents/gemini-cli/descriptor.js +4 -0
  13. package/dist/src/unstable/agents/gemini-cli/descriptor.js.map +1 -1
  14. package/dist/src/unstable/agents/grok-cli/descriptor.d.ts +14 -0
  15. package/dist/src/unstable/agents/grok-cli/descriptor.d.ts.map +1 -0
  16. package/dist/src/unstable/agents/grok-cli/descriptor.js +20 -0
  17. package/dist/src/unstable/agents/grok-cli/descriptor.js.map +1 -0
  18. package/dist/src/unstable/agents/grok-cli/index.d.ts +8 -0
  19. package/dist/src/unstable/agents/grok-cli/index.d.ts.map +1 -0
  20. package/dist/src/unstable/agents/grok-cli/index.js +8 -0
  21. package/dist/src/unstable/agents/grok-cli/index.js.map +1 -0
  22. package/dist/src/unstable/agents/index.d.ts +2 -1
  23. package/dist/src/unstable/agents/index.d.ts.map +1 -1
  24. package/dist/src/unstable/agents/index.js +1 -0
  25. package/dist/src/unstable/agents/index.js.map +1 -1
  26. package/dist/src/unstable/agents/instructions.d.ts +68 -0
  27. package/dist/src/unstable/agents/instructions.d.ts.map +1 -0
  28. package/dist/src/unstable/agents/instructions.js +338 -0
  29. package/dist/src/unstable/agents/instructions.js.map +1 -0
  30. package/dist/src/unstable/agents/registry.d.ts.map +1 -1
  31. package/dist/src/unstable/agents/registry.js +2 -0
  32. package/dist/src/unstable/agents/registry.js.map +1 -1
  33. package/dist/src/unstable/agents/types.d.ts +15 -1
  34. package/dist/src/unstable/agents/types.d.ts.map +1 -1
  35. package/dist/src/unstable/agents/types.js +1 -0
  36. package/dist/src/unstable/agents/types.js.map +1 -1
  37. package/dist/src/unstable/commands/operations/shared-command-helpers.d.ts +3 -3
  38. package/dist/src/unstable/extensions/common.d.ts +1 -1
  39. package/dist/src/unstable/extensions/common.d.ts.map +1 -1
  40. package/dist/src/unstable/registry/__generated__/registry-client.d.ts +998 -297
  41. package/dist/src/unstable/registry/__generated__/registry-client.d.ts.map +1 -1
  42. package/dist/src/unstable/registry/__generated__/registry-client.js +192 -83
  43. package/dist/src/unstable/registry/__generated__/registry-client.js.map +1 -1
  44. package/dist/src/unstable/registry/client.d.ts +37 -0
  45. package/dist/src/unstable/registry/client.d.ts.map +1 -1
  46. package/dist/src/unstable/registry/client.js.map +1 -1
  47. package/dist/src/unstable/registry/index.d.ts +1 -1
  48. package/dist/src/unstable/registry/index.d.ts.map +1 -1
  49. package/dist/src/unstable/registry/index.js.map +1 -1
  50. package/dist/src/unstable/registry/local-client.d.ts.map +1 -1
  51. package/dist/src/unstable/registry/local-client.js +16 -0
  52. package/dist/src/unstable/registry/local-client.js.map +1 -1
  53. package/dist/src/unstable/registry/remote-client.d.ts.map +1 -1
  54. package/dist/src/unstable/registry/remote-client.js +44 -0
  55. package/dist/src/unstable/registry/remote-client.js.map +1 -1
  56. package/dist/src/unstable/settings/index.d.ts +2 -2
  57. package/dist/src/unstable/settings/index.d.ts.map +1 -1
  58. package/dist/src/unstable/settings/index.js +1 -1
  59. package/dist/src/unstable/settings/index.js.map +1 -1
  60. package/dist/src/unstable/settings/schema.d.ts +45 -0
  61. package/dist/src/unstable/settings/schema.d.ts.map +1 -1
  62. package/dist/src/unstable/settings/schema.js +54 -0
  63. package/dist/src/unstable/settings/schema.js.map +1 -1
  64. package/dist/src/unstable/workspace/initialization.d.ts +24 -0
  65. package/dist/src/unstable/workspace/initialization.d.ts.map +1 -1
  66. package/dist/src/unstable/workspace/read-model/agents/grok-cli.d.ts +12 -0
  67. package/dist/src/unstable/workspace/read-model/agents/grok-cli.d.ts.map +1 -0
  68. package/dist/src/unstable/workspace/read-model/agents/grok-cli.js +14 -0
  69. package/dist/src/unstable/workspace/read-model/agents/grok-cli.js.map +1 -0
  70. package/dist/src/unstable/workspace/read-model/agents/index.d.ts +3 -1
  71. package/dist/src/unstable/workspace/read-model/agents/index.d.ts.map +1 -1
  72. package/dist/src/unstable/workspace/read-model/agents/index.js +2 -0
  73. package/dist/src/unstable/workspace/read-model/agents/index.js.map +1 -1
  74. package/dist/src/unstable/workspace/read-model/discovery/subagents.d.ts +1 -1
  75. package/dist/src/unstable/workspace/service-interface.d.ts +5 -1
  76. package/dist/src/unstable/workspace/service-interface.d.ts.map +1 -1
  77. package/dist/src/unstable/workspace/service-interface.js.map +1 -1
  78. package/dist/src/unstable/workspace/service.d.ts +6 -1
  79. package/dist/src/unstable/workspace/service.d.ts.map +1 -1
  80. package/dist/src/unstable/workspace/service.js +10 -0
  81. package/dist/src/unstable/workspace/service.js.map +1 -1
  82. package/dist/src/unstable/workspace/test-stubs.d.ts.map +1 -1
  83. package/dist/src/unstable/workspace/test-stubs.js +2 -0
  84. package/dist/src/unstable/workspace/test-stubs.js.map +1 -1
  85. package/package.json +2 -2
  86. package/site-content/__generated__/schemas/settings.schema.json +41 -0
@@ -4,11 +4,11 @@
4
4
  */
5
5
  import * as Schema from "effect/Schema";
6
6
  /** @experimental This API is unstable and may change without notice. */
7
- export declare const AGENT_IDS: readonly ["claude-code", "codex", "cursor", "gemini-cli", "github-copilot", "opencode", "pi", "windsurf"];
7
+ export declare const AGENT_IDS: readonly ["claude-code", "codex", "cursor", "gemini-cli", "github-copilot", "grok-cli", "ibm-bob", "opencode", "pi", "windsurf"];
8
8
  /** @experimental This API is unstable and may change without notice. */
9
9
  export type AgentId = (typeof AGENT_IDS)[number];
10
10
  /** @experimental This API is unstable and may change without notice. */
11
- export declare const AgentIdSchema: Schema.Literals<readonly ["claude-code", "codex", "cursor", "gemini-cli", "github-copilot", "opencode", "pi", "windsurf"]>;
11
+ export declare const AgentIdSchema: Schema.Literals<readonly ["claude-code", "codex", "cursor", "gemini-cli", "github-copilot", "grok-cli", "ibm-bob", "opencode", "pi", "windsurf"]>;
12
12
  /** @experimental This API is unstable and may change without notice. */
13
13
  export declare const AGENTS: readonly [{
14
14
  readonly id: "claude-code";
@@ -662,6 +662,108 @@ export declare const AGENTS: readonly [{
662
662
  };
663
663
  };
664
664
  };
665
+ }, {
666
+ readonly id: "grok-cli";
667
+ readonly name: "Grok CLI";
668
+ readonly vendor: "xAI";
669
+ readonly homepage: "https://x.ai/cli";
670
+ readonly interfaces: readonly ["cli"];
671
+ readonly family: "xai";
672
+ readonly docs: readonly [{
673
+ readonly label: "Grok CLI documentation";
674
+ readonly url: "https://docs.x.ai/build/overview";
675
+ }];
676
+ readonly skills: {
677
+ readonly support: "standard";
678
+ readonly notes: "Reads SKILL.md Agent Skills from project (.grok/skills) and user (~/.grok/skills, ~/.agents/skills) locations, plus additional paths configured via [skills] in ~/.grok/config.toml.\n";
679
+ readonly sources: readonly ["https://docs.x.ai/build/features/skills-plugins-marketplaces"];
680
+ readonly lastVerified: "2026-05-19";
681
+ readonly scopes: readonly ["user", "project"];
682
+ readonly directory: ".grok/skills";
683
+ };
684
+ readonly mcp: {
685
+ readonly support: "bridged";
686
+ readonly notes: "MCP servers are managed with `grok mcp add/remove/list` or under the mcpServers key in .grok/settings.json. Recorded as bridged because the prescriptive config dialect has not been verified against xAI docs.\n";
687
+ readonly sources: readonly ["https://docs.x.ai/build/modes-and-commands"];
688
+ readonly lastVerified: "2026-05-19";
689
+ readonly scopes: readonly ["user", "project"];
690
+ readonly transports: readonly ["stdio", "http", "sse"];
691
+ };
692
+ readonly instructions: {
693
+ readonly support: "standard";
694
+ readonly notes: "AGENTS.md files are merged from the git root down to the working directory, with AGENTS.override.md taking precedence per directory.\n";
695
+ readonly sources: readonly ["https://docs.x.ai/build/overview"];
696
+ readonly lastVerified: "2026-05-19";
697
+ readonly scopes: readonly ["user", "project"];
698
+ readonly files: readonly ["AGENTS.md"];
699
+ readonly nestedDiscovery: true;
700
+ };
701
+ }, {
702
+ readonly id: "ibm-bob";
703
+ readonly name: "IBM Bob";
704
+ readonly vendor: "IBM";
705
+ readonly homepage: "https://bob.ibm.com";
706
+ readonly interfaces: readonly ["ide-extension", "cli"];
707
+ readonly docs: readonly [{
708
+ readonly label: "IBM Bob documentation";
709
+ readonly url: "https://bob.ibm.com/docs/ide";
710
+ }];
711
+ readonly mcp: {
712
+ readonly support: "standard";
713
+ readonly notes: "Project servers live in .bob/mcp.json; user servers in ~/.bob/mcp_settings.json. Both files key entries under mcpServers. Remote entries carry a url field with no type discriminator; SSE is documented as legacy alongside streamable HTTP.\n";
714
+ readonly sources: readonly ["https://bob.ibm.com/docs/ide/configuration/mcp/mcp-in-bob"];
715
+ readonly lastVerified: "2026-05-19";
716
+ readonly scopes: readonly ["user", "project"];
717
+ readonly transports: readonly ["stdio", "http", "sse"];
718
+ readonly config: {
719
+ readonly serversKey: "mcpServers";
720
+ readonly nativeEnabled: false;
721
+ readonly targets: readonly [{
722
+ readonly scope: "user";
723
+ readonly path: "~/.bob/mcp_settings.json";
724
+ readonly format: "json";
725
+ }, {
726
+ readonly scope: "project";
727
+ readonly path: ".bob/mcp.json";
728
+ readonly format: "json";
729
+ }];
730
+ readonly stdio: {
731
+ readonly command: "split";
732
+ readonly envKey: "env";
733
+ };
734
+ readonly remote: {
735
+ readonly urlKey: {
736
+ readonly "streamable-http": "url";
737
+ readonly sse: "url";
738
+ };
739
+ readonly headersKey: "headers";
740
+ };
741
+ };
742
+ };
743
+ readonly subagents: {
744
+ readonly support: "bridged";
745
+ readonly notes: "Bob custom modes are YAML entries (slug, name, roleDefinition, groups, customInstructions) in .bob/custom_modes.yaml (project) or the global custom_modes.yaml (user). Recorded as bridged because subagent-style extensions have no industry spec standard.\n";
746
+ readonly sources: readonly ["https://bob.ibm.com/docs/ide/configuration/custom-modes"];
747
+ readonly lastVerified: "2026-05-19";
748
+ readonly scopes: readonly ["user", "project"];
749
+ };
750
+ readonly instructions: {
751
+ readonly support: "standard";
752
+ readonly notes: "Bob automatically loads AGENTS.md from the workspace root.\n";
753
+ readonly sources: readonly ["https://bob.ibm.com/docs/ide/configuration/rules"];
754
+ readonly lastVerified: "2026-05-19";
755
+ readonly scopes: readonly ["project"];
756
+ readonly files: readonly ["AGENTS.md"];
757
+ readonly nestedDiscovery: false;
758
+ };
759
+ readonly rules: {
760
+ readonly support: "bridged";
761
+ readonly notes: "Custom rules load from .bob/rules (project) and ~/.bob/rules (user). The legacy single-file .bobrules and mode-scoped .bob/rules-{mode} directories are also supported.\n";
762
+ readonly sources: readonly ["https://bob.ibm.com/docs/ide/configuration/rules"];
763
+ readonly lastVerified: "2026-05-19";
764
+ readonly scopes: readonly ["user", "project"];
765
+ readonly directory: ".bob/rules";
766
+ };
665
767
  }, {
666
768
  readonly id: "opencode";
667
769
  readonly name: "OpenCode";
@@ -1533,6 +1635,110 @@ export declare const AGENTS_BY_ID: {
1533
1635
  };
1534
1636
  };
1535
1637
  };
1638
+ readonly "grok-cli": {
1639
+ readonly id: "grok-cli";
1640
+ readonly name: "Grok CLI";
1641
+ readonly vendor: "xAI";
1642
+ readonly homepage: "https://x.ai/cli";
1643
+ readonly interfaces: readonly ["cli"];
1644
+ readonly family: "xai";
1645
+ readonly docs: readonly [{
1646
+ readonly label: "Grok CLI documentation";
1647
+ readonly url: "https://docs.x.ai/build/overview";
1648
+ }];
1649
+ readonly skills: {
1650
+ readonly support: "standard";
1651
+ readonly notes: "Reads SKILL.md Agent Skills from project (.grok/skills) and user (~/.grok/skills, ~/.agents/skills) locations, plus additional paths configured via [skills] in ~/.grok/config.toml.\n";
1652
+ readonly sources: readonly ["https://docs.x.ai/build/features/skills-plugins-marketplaces"];
1653
+ readonly lastVerified: "2026-05-19";
1654
+ readonly scopes: readonly ["user", "project"];
1655
+ readonly directory: ".grok/skills";
1656
+ };
1657
+ readonly mcp: {
1658
+ readonly support: "bridged";
1659
+ readonly notes: "MCP servers are managed with `grok mcp add/remove/list` or under the mcpServers key in .grok/settings.json. Recorded as bridged because the prescriptive config dialect has not been verified against xAI docs.\n";
1660
+ readonly sources: readonly ["https://docs.x.ai/build/modes-and-commands"];
1661
+ readonly lastVerified: "2026-05-19";
1662
+ readonly scopes: readonly ["user", "project"];
1663
+ readonly transports: readonly ["stdio", "http", "sse"];
1664
+ };
1665
+ readonly instructions: {
1666
+ readonly support: "standard";
1667
+ readonly notes: "AGENTS.md files are merged from the git root down to the working directory, with AGENTS.override.md taking precedence per directory.\n";
1668
+ readonly sources: readonly ["https://docs.x.ai/build/overview"];
1669
+ readonly lastVerified: "2026-05-19";
1670
+ readonly scopes: readonly ["user", "project"];
1671
+ readonly files: readonly ["AGENTS.md"];
1672
+ readonly nestedDiscovery: true;
1673
+ };
1674
+ };
1675
+ readonly "ibm-bob": {
1676
+ readonly id: "ibm-bob";
1677
+ readonly name: "IBM Bob";
1678
+ readonly vendor: "IBM";
1679
+ readonly homepage: "https://bob.ibm.com";
1680
+ readonly interfaces: readonly ["ide-extension", "cli"];
1681
+ readonly docs: readonly [{
1682
+ readonly label: "IBM Bob documentation";
1683
+ readonly url: "https://bob.ibm.com/docs/ide";
1684
+ }];
1685
+ readonly mcp: {
1686
+ readonly support: "standard";
1687
+ readonly notes: "Project servers live in .bob/mcp.json; user servers in ~/.bob/mcp_settings.json. Both files key entries under mcpServers. Remote entries carry a url field with no type discriminator; SSE is documented as legacy alongside streamable HTTP.\n";
1688
+ readonly sources: readonly ["https://bob.ibm.com/docs/ide/configuration/mcp/mcp-in-bob"];
1689
+ readonly lastVerified: "2026-05-19";
1690
+ readonly scopes: readonly ["user", "project"];
1691
+ readonly transports: readonly ["stdio", "http", "sse"];
1692
+ readonly config: {
1693
+ readonly serversKey: "mcpServers";
1694
+ readonly nativeEnabled: false;
1695
+ readonly targets: readonly [{
1696
+ readonly scope: "user";
1697
+ readonly path: "~/.bob/mcp_settings.json";
1698
+ readonly format: "json";
1699
+ }, {
1700
+ readonly scope: "project";
1701
+ readonly path: ".bob/mcp.json";
1702
+ readonly format: "json";
1703
+ }];
1704
+ readonly stdio: {
1705
+ readonly command: "split";
1706
+ readonly envKey: "env";
1707
+ };
1708
+ readonly remote: {
1709
+ readonly urlKey: {
1710
+ readonly "streamable-http": "url";
1711
+ readonly sse: "url";
1712
+ };
1713
+ readonly headersKey: "headers";
1714
+ };
1715
+ };
1716
+ };
1717
+ readonly subagents: {
1718
+ readonly support: "bridged";
1719
+ readonly notes: "Bob custom modes are YAML entries (slug, name, roleDefinition, groups, customInstructions) in .bob/custom_modes.yaml (project) or the global custom_modes.yaml (user). Recorded as bridged because subagent-style extensions have no industry spec standard.\n";
1720
+ readonly sources: readonly ["https://bob.ibm.com/docs/ide/configuration/custom-modes"];
1721
+ readonly lastVerified: "2026-05-19";
1722
+ readonly scopes: readonly ["user", "project"];
1723
+ };
1724
+ readonly instructions: {
1725
+ readonly support: "standard";
1726
+ readonly notes: "Bob automatically loads AGENTS.md from the workspace root.\n";
1727
+ readonly sources: readonly ["https://bob.ibm.com/docs/ide/configuration/rules"];
1728
+ readonly lastVerified: "2026-05-19";
1729
+ readonly scopes: readonly ["project"];
1730
+ readonly files: readonly ["AGENTS.md"];
1731
+ readonly nestedDiscovery: false;
1732
+ };
1733
+ readonly rules: {
1734
+ readonly support: "bridged";
1735
+ readonly notes: "Custom rules load from .bob/rules (project) and ~/.bob/rules (user). The legacy single-file .bobrules and mode-scoped .bob/rules-{mode} directories are also supported.\n";
1736
+ readonly sources: readonly ["https://bob.ibm.com/docs/ide/configuration/rules"];
1737
+ readonly lastVerified: "2026-05-19";
1738
+ readonly scopes: readonly ["user", "project"];
1739
+ readonly directory: ".bob/rules";
1740
+ };
1741
+ };
1536
1742
  readonly opencode: {
1537
1743
  readonly id: "opencode";
1538
1744
  readonly name: "OpenCode";
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.generated.d.ts","sourceRoot":"","sources":["../../../../src/unstable/agent-capabilities/catalog.generated.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,wEAAwE;AACxE,eAAO,MAAM,SAAS,2GASZ,CAAC;AAEX,wEAAwE;AACxE,MAAM,MAAM,OAAO,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC;AAEjD,wEAAwE;AACxE,eAAO,MAAM,aAAa,4HAKxB,CAAC;AAEH,wEAAwE;AACxE,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAu/BsB,CAAC;AAE1C,wEAAwE;AACxE,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAu/BkB,CAAC"}
1
+ {"version":3,"file":"catalog.generated.d.ts","sourceRoot":"","sources":["../../../../src/unstable/agent-capabilities/catalog.generated.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,wEAAwE;AACxE,eAAO,MAAM,SAAS,kIAWZ,CAAC;AAEX,wEAAwE;AACxE,MAAM,MAAM,OAAO,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC;AAEjD,wEAAwE;AACxE,eAAO,MAAM,aAAa,mJAKxB,CAAC;AAEH,wEAAwE;AACxE,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4mCsB,CAAC;AAE1C,wEAAwE;AACxE,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4mCkB,CAAC"}
@@ -10,6 +10,8 @@ export const AGENT_IDS = [
10
10
  "cursor",
11
11
  "gemini-cli",
12
12
  "github-copilot",
13
+ "grok-cli",
14
+ "ibm-bob",
13
15
  "opencode",
14
16
  "pi",
15
17
  "windsurf",
@@ -778,6 +780,117 @@ export const AGENTS = [
778
780
  },
779
781
  },
780
782
  },
783
+ {
784
+ id: "grok-cli",
785
+ name: "Grok CLI",
786
+ vendor: "xAI",
787
+ homepage: "https://x.ai/cli",
788
+ interfaces: ["cli"],
789
+ family: "xai",
790
+ docs: [
791
+ {
792
+ label: "Grok CLI documentation",
793
+ url: "https://docs.x.ai/build/overview",
794
+ },
795
+ ],
796
+ skills: {
797
+ support: "standard",
798
+ notes: "Reads SKILL.md Agent Skills from project (.grok/skills) and user (~/.grok/skills, ~/.agents/skills) locations, plus additional paths configured via [skills] in ~/.grok/config.toml.\n",
799
+ sources: ["https://docs.x.ai/build/features/skills-plugins-marketplaces"],
800
+ lastVerified: "2026-05-19",
801
+ scopes: ["user", "project"],
802
+ directory: ".grok/skills",
803
+ },
804
+ mcp: {
805
+ support: "bridged",
806
+ notes: "MCP servers are managed with `grok mcp add/remove/list` or under the mcpServers key in .grok/settings.json. Recorded as bridged because the prescriptive config dialect has not been verified against xAI docs.\n",
807
+ sources: ["https://docs.x.ai/build/modes-and-commands"],
808
+ lastVerified: "2026-05-19",
809
+ scopes: ["user", "project"],
810
+ transports: ["stdio", "http", "sse"],
811
+ },
812
+ instructions: {
813
+ support: "standard",
814
+ notes: "AGENTS.md files are merged from the git root down to the working directory, with AGENTS.override.md taking precedence per directory.\n",
815
+ sources: ["https://docs.x.ai/build/overview"],
816
+ lastVerified: "2026-05-19",
817
+ scopes: ["user", "project"],
818
+ files: ["AGENTS.md"],
819
+ nestedDiscovery: true,
820
+ },
821
+ },
822
+ {
823
+ id: "ibm-bob",
824
+ name: "IBM Bob",
825
+ vendor: "IBM",
826
+ homepage: "https://bob.ibm.com",
827
+ interfaces: ["ide-extension", "cli"],
828
+ docs: [
829
+ {
830
+ label: "IBM Bob documentation",
831
+ url: "https://bob.ibm.com/docs/ide",
832
+ },
833
+ ],
834
+ mcp: {
835
+ support: "standard",
836
+ notes: "Project servers live in .bob/mcp.json; user servers in ~/.bob/mcp_settings.json. Both files key entries under mcpServers. Remote entries carry a url field with no type discriminator; SSE is documented as legacy alongside streamable HTTP.\n",
837
+ sources: ["https://bob.ibm.com/docs/ide/configuration/mcp/mcp-in-bob"],
838
+ lastVerified: "2026-05-19",
839
+ scopes: ["user", "project"],
840
+ transports: ["stdio", "http", "sse"],
841
+ config: {
842
+ serversKey: "mcpServers",
843
+ nativeEnabled: false,
844
+ targets: [
845
+ {
846
+ scope: "user",
847
+ path: "~/.bob/mcp_settings.json",
848
+ format: "json",
849
+ },
850
+ {
851
+ scope: "project",
852
+ path: ".bob/mcp.json",
853
+ format: "json",
854
+ },
855
+ ],
856
+ stdio: {
857
+ command: "split",
858
+ envKey: "env",
859
+ },
860
+ remote: {
861
+ urlKey: {
862
+ "streamable-http": "url",
863
+ sse: "url",
864
+ },
865
+ headersKey: "headers",
866
+ },
867
+ },
868
+ },
869
+ subagents: {
870
+ support: "bridged",
871
+ notes: "Bob custom modes are YAML entries (slug, name, roleDefinition, groups, customInstructions) in .bob/custom_modes.yaml (project) or the global custom_modes.yaml (user). Recorded as bridged because subagent-style extensions have no industry spec standard.\n",
872
+ sources: ["https://bob.ibm.com/docs/ide/configuration/custom-modes"],
873
+ lastVerified: "2026-05-19",
874
+ scopes: ["user", "project"],
875
+ },
876
+ instructions: {
877
+ support: "standard",
878
+ notes: "Bob automatically loads AGENTS.md from the workspace root.\n",
879
+ sources: ["https://bob.ibm.com/docs/ide/configuration/rules"],
880
+ lastVerified: "2026-05-19",
881
+ scopes: ["project"],
882
+ files: ["AGENTS.md"],
883
+ nestedDiscovery: false,
884
+ },
885
+ rules: {
886
+ support: "bridged",
887
+ notes: "Custom rules load from .bob/rules (project) and ~/.bob/rules (user). The legacy single-file .bobrules and mode-scoped .bob/rules-{mode} directories are also supported.\n",
888
+ sources: ["https://bob.ibm.com/docs/ide/configuration/rules"],
889
+ lastVerified: "2026-05-19",
890
+ scopes: ["user", "project"],
891
+ directory: ".bob/rules",
892
+ },
893
+ },
781
894
  {
782
895
  id: "opencode",
783
896
  name: "OpenCode",
@@ -1768,6 +1881,117 @@ export const AGENTS_BY_ID = {
1768
1881
  },
1769
1882
  },
1770
1883
  },
1884
+ "grok-cli": {
1885
+ id: "grok-cli",
1886
+ name: "Grok CLI",
1887
+ vendor: "xAI",
1888
+ homepage: "https://x.ai/cli",
1889
+ interfaces: ["cli"],
1890
+ family: "xai",
1891
+ docs: [
1892
+ {
1893
+ label: "Grok CLI documentation",
1894
+ url: "https://docs.x.ai/build/overview",
1895
+ },
1896
+ ],
1897
+ skills: {
1898
+ support: "standard",
1899
+ notes: "Reads SKILL.md Agent Skills from project (.grok/skills) and user (~/.grok/skills, ~/.agents/skills) locations, plus additional paths configured via [skills] in ~/.grok/config.toml.\n",
1900
+ sources: ["https://docs.x.ai/build/features/skills-plugins-marketplaces"],
1901
+ lastVerified: "2026-05-19",
1902
+ scopes: ["user", "project"],
1903
+ directory: ".grok/skills",
1904
+ },
1905
+ mcp: {
1906
+ support: "bridged",
1907
+ notes: "MCP servers are managed with `grok mcp add/remove/list` or under the mcpServers key in .grok/settings.json. Recorded as bridged because the prescriptive config dialect has not been verified against xAI docs.\n",
1908
+ sources: ["https://docs.x.ai/build/modes-and-commands"],
1909
+ lastVerified: "2026-05-19",
1910
+ scopes: ["user", "project"],
1911
+ transports: ["stdio", "http", "sse"],
1912
+ },
1913
+ instructions: {
1914
+ support: "standard",
1915
+ notes: "AGENTS.md files are merged from the git root down to the working directory, with AGENTS.override.md taking precedence per directory.\n",
1916
+ sources: ["https://docs.x.ai/build/overview"],
1917
+ lastVerified: "2026-05-19",
1918
+ scopes: ["user", "project"],
1919
+ files: ["AGENTS.md"],
1920
+ nestedDiscovery: true,
1921
+ },
1922
+ },
1923
+ "ibm-bob": {
1924
+ id: "ibm-bob",
1925
+ name: "IBM Bob",
1926
+ vendor: "IBM",
1927
+ homepage: "https://bob.ibm.com",
1928
+ interfaces: ["ide-extension", "cli"],
1929
+ docs: [
1930
+ {
1931
+ label: "IBM Bob documentation",
1932
+ url: "https://bob.ibm.com/docs/ide",
1933
+ },
1934
+ ],
1935
+ mcp: {
1936
+ support: "standard",
1937
+ notes: "Project servers live in .bob/mcp.json; user servers in ~/.bob/mcp_settings.json. Both files key entries under mcpServers. Remote entries carry a url field with no type discriminator; SSE is documented as legacy alongside streamable HTTP.\n",
1938
+ sources: ["https://bob.ibm.com/docs/ide/configuration/mcp/mcp-in-bob"],
1939
+ lastVerified: "2026-05-19",
1940
+ scopes: ["user", "project"],
1941
+ transports: ["stdio", "http", "sse"],
1942
+ config: {
1943
+ serversKey: "mcpServers",
1944
+ nativeEnabled: false,
1945
+ targets: [
1946
+ {
1947
+ scope: "user",
1948
+ path: "~/.bob/mcp_settings.json",
1949
+ format: "json",
1950
+ },
1951
+ {
1952
+ scope: "project",
1953
+ path: ".bob/mcp.json",
1954
+ format: "json",
1955
+ },
1956
+ ],
1957
+ stdio: {
1958
+ command: "split",
1959
+ envKey: "env",
1960
+ },
1961
+ remote: {
1962
+ urlKey: {
1963
+ "streamable-http": "url",
1964
+ sse: "url",
1965
+ },
1966
+ headersKey: "headers",
1967
+ },
1968
+ },
1969
+ },
1970
+ subagents: {
1971
+ support: "bridged",
1972
+ notes: "Bob custom modes are YAML entries (slug, name, roleDefinition, groups, customInstructions) in .bob/custom_modes.yaml (project) or the global custom_modes.yaml (user). Recorded as bridged because subagent-style extensions have no industry spec standard.\n",
1973
+ sources: ["https://bob.ibm.com/docs/ide/configuration/custom-modes"],
1974
+ lastVerified: "2026-05-19",
1975
+ scopes: ["user", "project"],
1976
+ },
1977
+ instructions: {
1978
+ support: "standard",
1979
+ notes: "Bob automatically loads AGENTS.md from the workspace root.\n",
1980
+ sources: ["https://bob.ibm.com/docs/ide/configuration/rules"],
1981
+ lastVerified: "2026-05-19",
1982
+ scopes: ["project"],
1983
+ files: ["AGENTS.md"],
1984
+ nestedDiscovery: false,
1985
+ },
1986
+ rules: {
1987
+ support: "bridged",
1988
+ notes: "Custom rules load from .bob/rules (project) and ~/.bob/rules (user). The legacy single-file .bobrules and mode-scoped .bob/rules-{mode} directories are also supported.\n",
1989
+ sources: ["https://bob.ibm.com/docs/ide/configuration/rules"],
1990
+ lastVerified: "2026-05-19",
1991
+ scopes: ["user", "project"],
1992
+ directory: ".bob/rules",
1993
+ },
1994
+ },
1771
1995
  opencode: {
1772
1996
  id: "opencode",
1773
1997
  name: "OpenCode",