Skip to content

Tags: SuperCollectionAI/codegate

Tags

v0.1.17

Toggle v0.1.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update OpenAPI to version generated from ref 114f843 (stacklok#987)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

v0.1.16

Toggle v0.1.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v0.1.15

Toggle v0.1.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v0.1.14

Toggle v0.1.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v0.1.13

Toggle v0.1.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update workspace name error messages (stacklok#728)

* Fix formatting, add alt tags to images

* Update workspace name errors to include underscore

* Fix formatting

v0.1.12

Toggle v0.1.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

v0.1.11

Toggle v0.1.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v0.1.10

Toggle v0.1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v0.1.9

Toggle v0.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v0.1.8

Toggle v0.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request stacklok#593 from stacklok/db-migrations

feat: Introduce DB migrations