Skip to content

Commit

Permalink
fix(temp): removed llm code and added a manual file and pr
Browse files Browse the repository at this point in the history
  • Loading branch information
sshivaditya committed Jan 11, 2025
1 parent b513a2f commit 85e60f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tools/create-pr/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export class CreatePr implements Tool<PullRequestResult> {
this._context.logger.info("Staging changes");
const res = await this._terminal.runCommand("ls -la");
this._context.logger.info("ls -la:", { res });
await this._terminal.runCommand("git update-index --refresh");
await this._terminal.runCommand("git add .");

// Get status to log what's being committed
Expand Down

0 comments on commit 85e60f5

Please sign in to comment.