@ogment-ai/cli 0.6.0 → 0.7.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 (108) hide show
  1. package/dist/cli.js +21382 -4
  2. package/dist/cli.js.map +1 -0
  3. package/package.json +46 -53
  4. package/README.md +0 -134
  5. package/dist/cli/commands.d.ts +0 -37
  6. package/dist/cli/commands.d.ts.map +0 -1
  7. package/dist/cli/commands.js +0 -56
  8. package/dist/cli/execute.d.ts +0 -11
  9. package/dist/cli/execute.d.ts.map +0 -1
  10. package/dist/cli/execute.js +0 -468
  11. package/dist/cli/invocations.d.ts +0 -31
  12. package/dist/cli/invocations.d.ts.map +0 -1
  13. package/dist/cli/invocations.js +0 -1
  14. package/dist/cli/parse-errors.d.ts +0 -17
  15. package/dist/cli/parse-errors.d.ts.map +0 -1
  16. package/dist/cli/parse-errors.js +0 -184
  17. package/dist/cli/program.d.ts +0 -10
  18. package/dist/cli/program.d.ts.map +0 -1
  19. package/dist/cli/program.js +0 -174
  20. package/dist/cli/run.d.ts +0 -6
  21. package/dist/cli/run.d.ts.map +0 -1
  22. package/dist/cli/run.js +0 -83
  23. package/dist/cli/runtime.d.ts +0 -21
  24. package/dist/cli/runtime.d.ts.map +0 -1
  25. package/dist/cli/runtime.js +0 -80
  26. package/dist/cli.d.ts +0 -4
  27. package/dist/cli.d.ts.map +0 -1
  28. package/dist/commands/auth.d.ts +0 -19
  29. package/dist/commands/auth.d.ts.map +0 -1
  30. package/dist/commands/auth.js +0 -21
  31. package/dist/commands/catalog.d.ts +0 -31
  32. package/dist/commands/catalog.d.ts.map +0 -1
  33. package/dist/commands/catalog.js +0 -167
  34. package/dist/commands/context.d.ts +0 -15
  35. package/dist/commands/context.d.ts.map +0 -1
  36. package/dist/commands/context.js +0 -1
  37. package/dist/commands/invoke.d.ts +0 -17
  38. package/dist/commands/invoke.d.ts.map +0 -1
  39. package/dist/commands/invoke.js +0 -173
  40. package/dist/commands/server-context.d.ts +0 -14
  41. package/dist/commands/server-context.d.ts.map +0 -1
  42. package/dist/commands/server-context.js +0 -26
  43. package/dist/commands/status.d.ts +0 -12
  44. package/dist/commands/status.d.ts.map +0 -1
  45. package/dist/commands/status.js +0 -5
  46. package/dist/index.d.ts +0 -4
  47. package/dist/index.d.ts.map +0 -1
  48. package/dist/index.js +0 -3
  49. package/dist/infra/credentials.d.ts +0 -22
  50. package/dist/infra/credentials.d.ts.map +0 -1
  51. package/dist/infra/credentials.js +0 -74
  52. package/dist/infra/env.d.ts +0 -15
  53. package/dist/infra/env.d.ts.map +0 -1
  54. package/dist/infra/env.js +0 -100
  55. package/dist/infra/http.d.ts +0 -16
  56. package/dist/infra/http.d.ts.map +0 -1
  57. package/dist/infra/http.js +0 -84
  58. package/dist/output/envelope.d.ts +0 -22
  59. package/dist/output/envelope.d.ts.map +0 -1
  60. package/dist/output/envelope.js +0 -67
  61. package/dist/output/manager.d.ts +0 -47
  62. package/dist/output/manager.d.ts.map +0 -1
  63. package/dist/output/manager.js +0 -120
  64. package/dist/services/account.d.ts +0 -16
  65. package/dist/services/account.d.ts.map +0 -1
  66. package/dist/services/account.js +0 -75
  67. package/dist/services/auth.d.ts +0 -37
  68. package/dist/services/auth.d.ts.map +0 -1
  69. package/dist/services/auth.js +0 -270
  70. package/dist/services/info.d.ts +0 -24
  71. package/dist/services/info.d.ts.map +0 -1
  72. package/dist/services/info.js +0 -316
  73. package/dist/services/mcp-error-mapping.d.ts +0 -9
  74. package/dist/services/mcp-error-mapping.d.ts.map +0 -1
  75. package/dist/services/mcp-error-mapping.js +0 -129
  76. package/dist/services/mcp.d.ts +0 -39
  77. package/dist/services/mcp.d.ts.map +0 -1
  78. package/dist/services/mcp.js +0 -169
  79. package/dist/shared/constants.d.ts +0 -5
  80. package/dist/shared/constants.d.ts.map +0 -1
  81. package/dist/shared/constants.js +0 -6
  82. package/dist/shared/error-codes.d.ts +0 -31
  83. package/dist/shared/error-codes.d.ts.map +0 -1
  84. package/dist/shared/error-codes.js +0 -25
  85. package/dist/shared/error-presentation.d.ts +0 -17
  86. package/dist/shared/error-presentation.d.ts.map +0 -1
  87. package/dist/shared/error-presentation.js +0 -151
  88. package/dist/shared/errors.d.ts +0 -146
  89. package/dist/shared/errors.d.ts.map +0 -1
  90. package/dist/shared/errors.js +0 -233
  91. package/dist/shared/exit-codes.d.ts +0 -15
  92. package/dist/shared/exit-codes.d.ts.map +0 -1
  93. package/dist/shared/exit-codes.js +0 -44
  94. package/dist/shared/guards.d.ts +0 -11
  95. package/dist/shared/guards.d.ts.map +0 -1
  96. package/dist/shared/guards.js +0 -29
  97. package/dist/shared/recovery.d.ts +0 -5
  98. package/dist/shared/recovery.d.ts.map +0 -1
  99. package/dist/shared/recovery.js +0 -123
  100. package/dist/shared/schema-example.d.ts +0 -3
  101. package/dist/shared/schema-example.d.ts.map +0 -1
  102. package/dist/shared/schema-example.js +0 -105
  103. package/dist/shared/schemas.d.ts +0 -14
  104. package/dist/shared/schemas.d.ts.map +0 -1
  105. package/dist/shared/schemas.js +0 -14
  106. package/dist/shared/types.d.ts +0 -225
  107. package/dist/shared/types.d.ts.map +0 -1
  108. package/dist/shared/types.js +0 -1
@@ -1,105 +0,0 @@
1
- const MAX_EXAMPLE_DEPTH = 6;
2
- export const EXAMPLE_PLACEHOLDER = " ... ";
3
- const isRecord = (value) => {
4
- return typeof value === "object" && value !== null && !Array.isArray(value);
5
- };
6
- const asStringArray = (value) => {
7
- if (!Array.isArray(value)) {
8
- return [];
9
- }
10
- return value.filter((item) => typeof item === "string");
11
- };
12
- const firstKnown = (value) => {
13
- if (Array.isArray(value) && value.length > 0) {
14
- return value[0];
15
- }
16
- return undefined;
17
- };
18
- const deriveType = (schema) => {
19
- const typeValue = schema["type"];
20
- if (typeof typeValue === "string") {
21
- return typeValue;
22
- }
23
- if (Array.isArray(typeValue)) {
24
- const firstType = typeValue.find((entry) => typeof entry === "string");
25
- return firstType;
26
- }
27
- if (isRecord(schema["properties"])) {
28
- return "object";
29
- }
30
- if (schema["items"] !== undefined) {
31
- return "array";
32
- }
33
- return undefined;
34
- };
35
- const baseScalarExample = (typeName) => {
36
- switch (typeName) {
37
- case "string": {
38
- return EXAMPLE_PLACEHOLDER;
39
- }
40
- case "integer": {
41
- return EXAMPLE_PLACEHOLDER;
42
- }
43
- case "number": {
44
- return EXAMPLE_PLACEHOLDER;
45
- }
46
- case "boolean": {
47
- return EXAMPLE_PLACEHOLDER;
48
- }
49
- case "null": {
50
- return EXAMPLE_PLACEHOLDER;
51
- }
52
- default: {
53
- return EXAMPLE_PLACEHOLDER;
54
- }
55
- }
56
- };
57
- const buildExample = (value, depth) => {
58
- if (!isRecord(value)) {
59
- return {};
60
- }
61
- if (depth > MAX_EXAMPLE_DEPTH) {
62
- return {};
63
- }
64
- const oneOfCandidate = firstKnown(value["oneOf"]);
65
- if (oneOfCandidate !== undefined) {
66
- return buildExample(oneOfCandidate, depth + 1);
67
- }
68
- const anyOfCandidate = firstKnown(value["anyOf"]);
69
- if (anyOfCandidate !== undefined) {
70
- return buildExample(anyOfCandidate, depth + 1);
71
- }
72
- const allOfCandidate = firstKnown(value["allOf"]);
73
- if (allOfCandidate !== undefined) {
74
- return buildExample(allOfCandidate, depth + 1);
75
- }
76
- const typeName = deriveType(value);
77
- if (typeName === "object") {
78
- const result = {};
79
- const properties = isRecord(value["properties"]) ? value["properties"] : {};
80
- const required = asStringArray(value["required"]);
81
- for (const propertyName of required) {
82
- const propertySchema = properties[propertyName];
83
- if (propertySchema !== undefined) {
84
- result[propertyName] = buildExample(propertySchema, depth + 1);
85
- }
86
- }
87
- if (required.length === 0 && isRecord(value["additionalProperties"])) {
88
- result["example"] = buildExample(value["additionalProperties"], depth + 1);
89
- }
90
- return result;
91
- }
92
- if (typeName === "array") {
93
- if (value["items"] === undefined) {
94
- return [EXAMPLE_PLACEHOLDER];
95
- }
96
- return [buildExample(value["items"], depth + 1)];
97
- }
98
- if (typeName === undefined) {
99
- return depth === 0 ? {} : EXAMPLE_PLACEHOLDER;
100
- }
101
- return baseScalarExample(typeName);
102
- };
103
- export const buildJsonSchemaExample = (schema) => {
104
- return buildExample(schema, 0);
105
- };
@@ -1,14 +0,0 @@
1
- import { accountMeSchema, deviceCodeStartSchema, deviceTokenApprovedSchema, orgServerSchema, organizationSchema } from "@ogment-ai/cli-contract/v1";
2
- import { z } from "zod";
3
- export { accountMeSchema, deviceCodeStartSchema, deviceTokenApprovedSchema, orgServerSchema, organizationSchema, };
4
- export declare const credentialsFileSchema: z.ZodObject<{
5
- agentName: z.ZodOptional<z.ZodString>;
6
- apiKey: z.ZodOptional<z.ZodString>;
7
- }, z.core.$strip>;
8
- export declare const toolDefinitionSchema: z.ZodObject<{
9
- description: z.ZodOptional<z.ZodString>;
10
- inputSchema: z.ZodRecord<z.ZodString, z.ZodUnknown>;
11
- name: z.ZodString;
12
- outputSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
13
- }, z.core.$strip>;
14
- //# sourceMappingURL=schemas.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"schemas.d.ts","sourceRoot":"","sources":["../../src/shared/schemas.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,eAAe,EACf,qBAAqB,EACrB,yBAAyB,EACzB,eAAe,EACf,kBAAkB,EACnB,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EACL,eAAe,EACf,qBAAqB,EACrB,yBAAyB,EACzB,eAAe,EACf,kBAAkB,GACnB,CAAC;AAIF,eAAO,MAAM,qBAAqB;;;iBAGhC,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;iBAK/B,CAAC"}
@@ -1,14 +0,0 @@
1
- import { accountMeSchema, deviceCodeStartSchema, deviceTokenApprovedSchema, orgServerSchema, organizationSchema, } from "@ogment-ai/cli-contract/v1";
2
- import { z } from "zod";
3
- export { accountMeSchema, deviceCodeStartSchema, deviceTokenApprovedSchema, orgServerSchema, organizationSchema, };
4
- const jsonObjectSchema = z.record(z.string(), z.unknown());
5
- export const credentialsFileSchema = z.object({
6
- agentName: z.string().optional(),
7
- apiKey: z.string().min(1).optional(),
8
- });
9
- export const toolDefinitionSchema = z.object({
10
- description: z.string().optional(),
11
- inputSchema: jsonObjectSchema,
12
- name: z.string(),
13
- outputSchema: jsonObjectSchema.optional(),
14
- });
@@ -1,225 +0,0 @@
1
- export interface Credentials {
2
- apiKey: string;
3
- agentName?: string;
4
- }
5
- export interface OrgServer {
6
- name: string;
7
- path: string;
8
- enabled: boolean;
9
- description: string | null;
10
- }
11
- export interface Organization {
12
- orgSlug: string;
13
- servers: OrgServer[];
14
- }
15
- export interface AccountProfile {
16
- email: string | null;
17
- name: string | null;
18
- orgs: Organization[];
19
- }
20
- export interface ServerWithOrg extends OrgServer {
21
- orgSlug: string;
22
- }
23
- export interface McpToolSummary {
24
- name: string;
25
- description: string | null;
26
- inputSchema: Record<string, unknown>;
27
- outputSchema?: Record<string, unknown>;
28
- }
29
- export interface ToolCallResult {
30
- structuredContent: unknown;
31
- isError: boolean;
32
- }
33
- export type RemoteErrorSource = "http" | "mcp_jsonrpc" | "mcp_transport_http" | "network" | "unknown";
34
- export interface RemoteErrorDiagnostics {
35
- httpStatus?: number | undefined;
36
- mcpCode?: number | undefined;
37
- mcpData?: unknown;
38
- operation?: string | undefined;
39
- raw?: unknown;
40
- source: RemoteErrorSource;
41
- }
42
- export type LoginOutcome = "already_authenticated" | "authenticated";
43
- export interface LoginSuccess {
44
- agentName: string;
45
- loggedIn: true;
46
- outcome: LoginOutcome;
47
- }
48
- export interface LogoutSuccess {
49
- revoked: boolean;
50
- localCredentialsDeleted: boolean;
51
- }
52
- export type BaseUrlSource = "default" | "env";
53
- export type InfoApiKeySource = "apiKeyOption" | "credentialsError" | "credentialsFile" | "env" | "none";
54
- export interface InfoRuntimeDetails {
55
- cliVersion: string;
56
- executionEnvironment: string;
57
- nodeVersion: string;
58
- platform: string;
59
- processArch: string;
60
- }
61
- export interface InfoConfigDetails {
62
- baseUrl: string;
63
- baseUrlSource: BaseUrlSource;
64
- configDir: string;
65
- credentialsPath: string;
66
- }
67
- export interface InfoAuthDetails {
68
- apiKeyPresent: boolean;
69
- apiKeyPreview: string | null;
70
- apiKeySource: InfoApiKeySource;
71
- credentialsFileExists: boolean;
72
- credentialsFileLoadError: string | null;
73
- }
74
- export interface InfoPingCheck {
75
- endpoint: string;
76
- error: string | null;
77
- latencyMs: number | null;
78
- reachable: boolean;
79
- status: number | null;
80
- statusText: string | null;
81
- }
82
- export type InfoAccountStatus = "auth_error" | "remote_error" | "skipped" | "success" | "unexpected_error" | "validation_error";
83
- export interface InfoAccountCheck {
84
- errorCode: string | null;
85
- errorHttpStatus: number | null;
86
- errorMcpCode: number | null;
87
- errorRaw: unknown;
88
- errorRetryable: boolean | null;
89
- errorSource: string | null;
90
- errorType: string | null;
91
- latencyMs: number | null;
92
- message: string | null;
93
- orgCount: number | null;
94
- serverCount: number | null;
95
- serverPaths: string[];
96
- status: InfoAccountStatus;
97
- }
98
- export interface InfoDocumentation {
99
- configPrecedence: string[];
100
- quickCommands: string[];
101
- }
102
- export interface InfoSummary {
103
- issues: string[];
104
- nextActions: string[];
105
- status: "ok" | "warning";
106
- }
107
- export interface InfoPayload {
108
- auth: InfoAuthDetails;
109
- config: InfoConfigDetails;
110
- documentation: InfoDocumentation;
111
- generatedAt: string;
112
- remote: {
113
- account: InfoAccountCheck;
114
- ping: InfoPingCheck;
115
- };
116
- runtime: InfoRuntimeDetails;
117
- summary: InfoSummary;
118
- }
119
- export interface CliPaginationMeta {
120
- nextCursor: string | null;
121
- }
122
- export interface CliMeta {
123
- command: string;
124
- entity?: Record<string, unknown> | null;
125
- pagination?: CliPaginationMeta;
126
- requestId?: string;
127
- timestamp?: string;
128
- }
129
- export interface CliNextAction {
130
- command: string;
131
- id: string;
132
- reason: string;
133
- title: string;
134
- when: string | null;
135
- }
136
- export interface CliRuntimeErrorPayload {
137
- category: string;
138
- code: string;
139
- detail: string;
140
- diagnostics: Record<string, unknown>;
141
- related_codes?: string[];
142
- retryable: boolean;
143
- title: string;
144
- }
145
- export type CliParseErrorKind = "missing_argument" | "missing_option_value" | "missing_subcommand" | "invalid_argument" | "conflicting_option" | "excess_arguments" | "unknown_command" | "unknown_option" | "other";
146
- export interface CliParseErrorDiagnostics {
147
- kind: CliParseErrorKind;
148
- parserCode?: string;
149
- helpText?: string | null;
150
- scope: string | null;
151
- }
152
- export interface CliParseErrorPayload {
153
- category: "parse";
154
- code: "CLI_PARSE_ERROR";
155
- detail: string;
156
- diagnostics: CliParseErrorDiagnostics;
157
- retryable: false;
158
- title: string;
159
- }
160
- export type CliErrorPayload = CliParseErrorPayload | CliRuntimeErrorPayload;
161
- export interface CliSuccessEnvelope<TData> {
162
- data: TData;
163
- error: null;
164
- meta: CliMeta;
165
- next_actions: CliNextAction[];
166
- ok: true;
167
- }
168
- export interface CliErrorEnvelope {
169
- data: null;
170
- error: CliErrorPayload;
171
- meta: CliMeta;
172
- next_actions: CliNextAction[];
173
- ok: false;
174
- }
175
- export interface AuthStatusSuccess {
176
- agentName: string | null;
177
- apiKeySource: "apiKeyOption" | "credentialsFile" | "env" | "none";
178
- loggedIn: boolean;
179
- }
180
- export interface CatalogServerSummary {
181
- capabilities: string[];
182
- description: string | null;
183
- name: string;
184
- orgSlug: string;
185
- serverId: string;
186
- toolCount: number;
187
- version: string | null;
188
- }
189
- export interface CatalogSummarySuccess {
190
- failures: CatalogServerFailure[];
191
- servers: CatalogServerSummary[];
192
- }
193
- export interface CatalogServerFailure {
194
- error: {
195
- code: string;
196
- diagnostics: Record<string, unknown>;
197
- detail: string;
198
- related_codes?: string[];
199
- retryable: boolean;
200
- title: string;
201
- };
202
- orgSlug: string;
203
- serverId: string;
204
- }
205
- export interface CatalogToolSummary {
206
- description: string | null;
207
- name: string;
208
- }
209
- export interface CatalogToolsSuccess {
210
- server: CatalogServerSummary;
211
- tools: CatalogToolSummary[];
212
- }
213
- export interface CatalogToolDetailsSuccess {
214
- description: string | null;
215
- inputSchema: Record<string, unknown>;
216
- name: string;
217
- outputSchema: Record<string, unknown> | null;
218
- server: CatalogServerSummary;
219
- }
220
- export interface InvokeSuccess {
221
- result: unknown;
222
- serverId: string;
223
- toolName: string;
224
- }
225
- //# sourceMappingURL=types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/shared/types.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- export {};