Tags: SuperCollectionAI/codegate
Tags
Exit with non-zero if 1 or more tests failed (stacklok#905) * Exit with non-zero if 1 or more tests failed Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com> * Run make format Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com> --------- Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
Add LM Studio provider (stacklok#837) * Add LM Studio provider We were using OpenAI provider to interface with LM Studio since both of them were very similar. For muxing we need to clearly distinguish to which providers we need to route the request. Hence it will be easier to disambiguate the providers. * Delete conditional to add lm studio URL
feat: expose lm studio configuration endpoint (stacklok#791) When running from docker, the env vars for lm studio need to be exposed and parameterized to use host.docker.internal
Update workspace name error messages (stacklok#728) * Fix formatting, add alt tags to images * Update workspace name errors to include underscore * Fix formatting
Enhance logging. (stacklok#613) This change adds line numbers to log messages, and synergizes with Copilot specific changes that make exception handling in some of the copilot pipeline more localized, making it easier to track down issues with the proxy. There's no fundamental change in business logic.
Rename workspaces system-prompt to custom-instructions (stacklok#713) * Rename workspaces system-prompt to custom-instructions Check the [Discord discussion](https://discord.com/channels/1184987096302239844/1317203257051054120/1331520854101856327) for further context. There was a poll conducted and we decided to carry on the renaming * Fix unit tests
Bump litellm from 1.58.0 to 1.59.0 (stacklok#645) Bumps [litellm](https://github.com/BerriAI/litellm) from 1.58.0 to 1.59.0. - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](BerriAI/litellm@v1.58.0...v1.59.0) --- updated-dependencies: - dependency-name: litellm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump alembic from 1.14.0 to 1.14.1 (stacklok#646) Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.14.0 to 1.14.1. - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) --- updated-dependencies: - dependency-name: alembic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request stacklok#593 from stacklok/db-migrations feat: Introduce DB migrations
PreviousNext