Open nkkko opened 1 month ago
/bounty $50
/attempt #22
with your implementation plan/claim #22
in the PR body to claim the bountyIf no one is assigned to the issue, feel free to tackle it, without confirmation from us, after registering your attempt. In the event that multiple PRs are made from different people, we will generally accept those with the cleanest code.
Please respect others by working on PRs that you are allowed to submit attempts to.
e.g. If you reached the limit of active attempts, please wait for the ability to do so before submitting a new PR.
If you can not submit an attempt, you will not receive your payout.
Thank you for contributing to daytonaio/devcontainer-generator!
Is your feature request related to a problem? Please describe. The current tool can benefit from having a pre-built embedding database of
devcontainer.json
files from the Microsoft VSCode Dev Containers repository. This can help improve context accuracy and speed up the generation process by using predefined embeddings.Describe the solution you'd like
https://github.com/microsoft/vscode-dev-containers/tree/main/containers
.README.md
files and thedevcontainer.json
files within each sub-folder.Describe alternatives you've considered
Additional context
devcontainer.json
schema to ensure accurate extraction and structuring of the content.README.md
content to infer the most appropriate image.Steps:
README.md
anddevcontainer.json
files from the specified Microsoft repository.data/
directory.main.py
logic to utilize these pre-built embeddings, improving the efficiency and accuracy of thedevcontainer.json
generation process.