Releases: crowdin/context-harvester
Releases · crowdin/context-harvester
0.5.2
What's Changed
- fix: misspelling of crowdin as an AI provider by @jojoman2 in #14
- chore(deps): bump nanoid, @ai-sdk/anthropic, @ai-sdk/azure, @ai-sdk/google-vertex, @ai-sdk/mistral, @ai-sdk/openai and ai by @dependabot in #15
- chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot in #16
New Contributors
Full Changelog: 0.5.1...0.5.2
0.5.1
0.5.0
What's Changed
- feat: add more AI providers. add check command. put as much code as AI can read in single prompt by @dimonzz in #11
- docs: add info about the check command by @andrii-bodnar in #12
New Contributors
Full Changelog: 0.4.0...0.5.0
0.4.0
What's Changed
fix: cli options rework by @yevheniyJ in #10
Breaking changes ⚠️
In this release, we've changed the naming of some environment variables and CLI options to make the Harvester CLI more compatible with the Crowdin CLI.
Environment variable changes:
CROWDIN_TOKEN
->CROWDIN_PERSONAL_TOKEN
CROWDIN_ORG
->CROWDIN_BASE_URL
(Crowdin Enterprise only. Should follow this format:https://<org-name>.api.crowdin.com
).CROWDIN_PROJECT_ID
- New Environment variable.
CLI option changes:
-o/--org
->-u/--url
(Crowdin Enterprise only. Should follow this format:https://<org-name>.api.crowdin.com
).
Full Changelog: 0.3.1...0.4.0
0.3.1
Full Changelog: 0.3.0...0.3.1
0.3.0
What's Changed
- fix: Code refactoring by @yevheniyJ in #5
New Contributors
- @yevheniyJ made their first contribution in #5
Full Changelog: 0.2.1...0.3.0
0.2.1
Full Changelog: 0.2.0...0.2.1
0.2.0
0.1.2
0.1.0
Initial release ✨