Cursor CLI (#457)

This commit is contained in:
Solomon
2025-08-13 17:07:54 +01:00
committed by GitHub
parent faa177fe60
commit bbe2e61df1
6 changed files with 924 additions and 30 deletions

View File

@@ -78,7 +78,7 @@ export type FileDiffDetails = { fileName: string | null, content: string | null,
export type RepositoryInfo = { id: bigint, name: string, full_name: string, owner: string, description: string | null, clone_url: string, ssh_url: string, default_branch: string, private: boolean, };
export enum BaseCodingAgent { CLAUDE_CODE = "CLAUDE_CODE", AMP = "AMP", GEMINI = "GEMINI", CODEX = "CODEX", OPENCODE = "OPENCODE" }
export enum BaseCodingAgent { CLAUDE_CODE = "CLAUDE_CODE", AMP = "AMP", GEMINI = "GEMINI", CODEX = "CODEX", CURSOR = "CURSOR", OPENCODE = "OPENCODE" }
export type CommandBuilder = {
/**