oneuptime/Copilot
Simon Larsen dc0c71b063
Remove unused GitHub workflow files for Dependabot Automerge and Playwright Tests. These files are no longer needed and can be safely deleted.
Update the Dockerfile in the Copilot directory to use the correct volume mount path. This ensures that the Copilot tool can access the repository files correctly when running in a Docker container.
2024-06-28 14:47:27 +01:00
..
Exceptions refactor: Fix formatting and add comments in ArrayUtil.ts and CopilotActionProcessingException.ts 2024-06-23 21:37:36 +01:00
Service chore: Update LLM Dockerfile and build process 2024-06-28 12:18:01 +01:00
Types refactor: Extract code from CopilotActionBase to separate functions 2024-06-26 19:33:01 +01:00
Utils refactor: Remove unused getNextFilePath method in CopilotActionsBase.ts 2024-06-26 21:43:13 +01:00
.dockerignore
.env.example refactor: Update Llama app to use local model path instead of model ID 2024-06-19 15:06:36 +01:00
.gitattributes
.gitignore
Config.ts refactor: Update LlmType import paths in Copilot/Config.ts, Copilot/Service/LLM/Llama.ts, and Copilot/Service/LLM/LLM.ts 2024-06-20 21:37:24 +01:00
Dockerfile.tpl refactor: Update CodeRepositoryAPI endpoint to use POST method for getting code repository 2024-06-11 13:00:33 +01:00
Index.ts refactor: Update Llama app to use local model path instead of model ID 2024-06-19 15:06:36 +01:00
Init.ts refactor: Refactor code into smaller functions/methods 2024-06-27 15:48:52 +01:00
jest.config.json refactor: Update jest.config.json files with testPathIgnorePatterns 2024-06-11 14:52:55 +01:00
nodemon.json
package-lock.json refactor: Update CodeRepositoryAPI endpoint to use POST method for getting code repository 2024-06-11 13:20:52 +01:00
package.json refactor: Update CodeRepositoryAPI endpoint to use POST method for getting code repository 2024-06-11 13:20:52 +01:00
README.md Remove unused GitHub workflow files for Dependabot Automerge and Playwright Tests. These files are no longer needed and can be safely deleted. 2024-06-28 14:47:27 +01:00
tsconfig.json

OneUptime Copilot

Copilot is a tool that helps you improve your codebase automatically.

Run Copilot with Docker

docker run -v $(pwd):/repository -w /repository oneuptime/copilot

Volumes

  • /repository - The directory where your codebase is located.