oneuptime/Copilot
2024-06-23 18:00:44 +01:00
..
Exceptions refactor: Add NotAcceptedFileExtentionForCopilotAction exception handling 2024-06-22 19:40:18 +01:00
Service refactor: Improve comments in ImproveComments.ts 2024-06-23 18:00:44 +01:00
Types refactor: Improve comments in ImproveComments.ts 2024-06-23 18:00:16 +01:00
Utils refactor: Remove unused PromptsUtil class 2024-06-22 12:35:38 +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: Add NotAcceptedFileExtentionForCopilotAction exception handling 2024-06-22 19:40:18 +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
tsconfig.json

OneUptime Copilot

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

Run Copilot with Docker

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

Volumes

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