- improve the logic and collect the context on the language in a better way - add the official docs for updated information for the AI to work on eg: "typescript: 'https://www.typescriptlang.org/docs/', javascript: 'https://developer.mozilla.org/en-US/docs/Web/JavaScript', python: 'https://docs.python.org/3/'," - read common config files - ts.config.json, package.json, main.py, etc. to learn more about the config - create separate endpoints for review/fix etc. - improve error handling - handle edge cases - test thoroughly
eg: "typescript: 'https://www.typescriptlang.org/docs/',
javascript: 'https://developer.mozilla.org/en-US/docs/Web/JavaScript',
python: 'https://docs.python.org/3/',"