File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57316,8 +57316,7 @@ exports.CheckPullRequestCommentLanguageUseCase = CheckPullRequestCommentLanguage
5731657316"use strict";
5731757317
5731857318Object.defineProperty(exports, "__esModule", ({ value: true }));
57319- exports.PROMPTS = exports.BUGBOT_MIN_SEVERITY = exports.BUGBOT_MAX_COMMENTS = exports.BUGBOT_MARKER_PREFIX = exports.ACTIONS = exports.ERRORS = exports.INPUT_KEYS = exports.WORKFLOW_ACTIVE_STATUSES = exports.WORKFLOW_STATUS = exports.DEFAULT_IMAGE_CONFIG = exports.OPENCODE_RETRY_DELAY_MS = exports.OPENCODE_MAX_RETRIES = exports.OPENCODE_REQUEST_TIMEOUT_MS = exports.OPENCODE_DEFAULT_MODEL = exports.REPO_URL = exports.TITLE = exports.COMMAND = void 0;
57320- exports.COMMAND = 'copilot';
57319+ exports.PROMPTS = exports.BUGBOT_MIN_SEVERITY = exports.BUGBOT_MAX_COMMENTS = exports.BUGBOT_MARKER_PREFIX = exports.ACTIONS = exports.ERRORS = exports.INPUT_KEYS = exports.WORKFLOW_ACTIVE_STATUSES = exports.WORKFLOW_STATUS = exports.DEFAULT_IMAGE_CONFIG = exports.OPENCODE_RETRY_DELAY_MS = exports.OPENCODE_MAX_RETRIES = exports.OPENCODE_REQUEST_TIMEOUT_MS = exports.OPENCODE_DEFAULT_MODEL = exports.REPO_URL = exports.TITLE = void 0;
5732157320exports.TITLE = 'Copilot';
5732257321exports.REPO_URL = 'https://github.com/vypdev/copilot';
5732357322/** Default OpenCode model: provider/modelID (e.g. opencode/kimi-k2.5-free). Reuse for CLI, action and Ai fallbacks. */
Original file line number Diff line number Diff line change 1- export declare const COMMAND = "copilot" ;
21export declare const TITLE = "Copilot" ;
32export declare const REPO_URL = "https://github.com/vypdev/copilot" ;
43/** Default OpenCode model: provider/modelID (e.g. opencode/kimi-k2.5-free). Reuse for CLI, action and Ai fallbacks. */
Original file line number Diff line number Diff line change @@ -52614,8 +52614,7 @@ exports.CheckPullRequestCommentLanguageUseCase = CheckPullRequestCommentLanguage
5261452614"use strict";
5261552615
5261652616Object.defineProperty(exports, "__esModule", ({ value: true }));
52617- exports.PROMPTS = exports.BUGBOT_MIN_SEVERITY = exports.BUGBOT_MAX_COMMENTS = exports.BUGBOT_MARKER_PREFIX = exports.ACTIONS = exports.ERRORS = exports.INPUT_KEYS = exports.WORKFLOW_ACTIVE_STATUSES = exports.WORKFLOW_STATUS = exports.DEFAULT_IMAGE_CONFIG = exports.OPENCODE_RETRY_DELAY_MS = exports.OPENCODE_MAX_RETRIES = exports.OPENCODE_REQUEST_TIMEOUT_MS = exports.OPENCODE_DEFAULT_MODEL = exports.REPO_URL = exports.TITLE = exports.COMMAND = void 0;
52618- exports.COMMAND = 'copilot';
52617+ exports.PROMPTS = exports.BUGBOT_MIN_SEVERITY = exports.BUGBOT_MAX_COMMENTS = exports.BUGBOT_MARKER_PREFIX = exports.ACTIONS = exports.ERRORS = exports.INPUT_KEYS = exports.WORKFLOW_ACTIVE_STATUSES = exports.WORKFLOW_STATUS = exports.DEFAULT_IMAGE_CONFIG = exports.OPENCODE_RETRY_DELAY_MS = exports.OPENCODE_MAX_RETRIES = exports.OPENCODE_REQUEST_TIMEOUT_MS = exports.OPENCODE_DEFAULT_MODEL = exports.REPO_URL = exports.TITLE = void 0;
5261952618exports.TITLE = 'Copilot';
5262052619exports.REPO_URL = 'https://github.com/vypdev/copilot';
5262152620/** Default OpenCode model: provider/modelID (e.g. opencode/kimi-k2.5-free). Reuse for CLI, action and Ai fallbacks. */
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export declare class BranchRepository {
3333 totalCommits : number ;
3434 files : {
3535 filename : string ;
36- status : "added " | "removed " | "modified " | "renamed" | "copied" | "changed" | "unchanged" ;
36+ status : "modified " | "added " | "removed " | "renamed" | "copied" | "changed" | "unchanged" ;
3737 additions : number ;
3838 deletions : number ;
3939 changes : number ;
Original file line number Diff line number Diff line change 1- export declare const COMMAND = "copilot" ;
21export declare const TITLE = "Copilot" ;
32export declare const REPO_URL = "https://github.com/vypdev/copilot" ;
43/** Default OpenCode model: provider/modelID (e.g. opencode/kimi-k2.5-free). Reuse for CLI, action and Ai fallbacks. */
You can’t perform that action at this time.
0 commit comments