Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: obot-platform/obot

Tags

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was signed with the committer’s verified signature.
drpebcak Taylor Price
fix: explicitly set current tag for goreleaser

Signed-off-by: Taylor Price <[email protected]>

v0.12.0-rc1

Toggle v0.12.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: when using embedded db option, set strategy to Recreate (#4685)

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: build MCP config after waiting for container (#4373)

Additionally, we must retry if creating the container fails with a conflict, but
getting the container with the specific name returns no results. There seems to
be a race condition in the Docker API.

Signed-off-by: Donnie Adams <[email protected]>

v0.11.0-rc1

Toggle v0.11.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
enhance: give admin access to PUP servers (#4363)

Additionally, this change gives some basic access to Power User and Power User
Plusses for server details, restart, and logs.

This commit is self-contained: it includes the necessary UI changes.

Signed-off-by: Donnie Adams <[email protected]>
Co-authored-by: Ivy <[email protected]>

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: allow re-utilization of existing categories (#4005)

* feat: allow re-utilization of existing categories
- convert categories handling to a multi-select input
- share data using Svelte's context API

* enhance: add function to list catalog categories

* refactor: remove context key for MCP server categories and update category handling

* refactor: update category handling to use remote categories and streamline form data

* enhance: prevent duplicate categories in form data update

* fix categories not saved properly

---------

Co-authored-by: Abdel <[email protected]>

v0.9.1-rc1

Toggle v0.9.1-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
enhance: temp instance tool previews (#4047)

* enhance: use temporary instance to generate tool/capabilities

* Update McpServerTools.svelte

* fix: use visibility listener to trigger fetching oauthURL again when user returns to tab

* Update McpOauth.svelte

* regenerate option

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
enhance: add ctrl / cmd + click for table rows & "View Audit Logs" (#…

…4077)

v0.9.0-rc1

Toggle v0.9.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: server name and chat auth fixes (#3997)

* fix: show oauth in overview when viewing mcp from chat

* fix: show server alias in edit configuration dialog title

* fix: use alias in Chat option to generate project name

* fix: show config dialog for renaming server for catalog entries w/ no configurations

* Update McpServers.svelte

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: stop display bootstrap information if authentication is disabl…

…ed (#3861)

Signed-off-by: Donnie Adams <[email protected]>

v0.8.0-rc3

Toggle v0.8.0-rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: filter server to client requests (#3849)

This change will ensure that server to client requests are also
validated with webhook filters.

Signed-off-by: Donnie Adams <[email protected]>