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

Skip to content

Tags: ggstvfer/chat

Tags

cli-v0.13.2

Toggle cli-v0.13.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(cli): more reliable `gen` command (decocms#990)

* more reliable cli gen

* fmt

cli-v0.13.1

Toggle cli-v0.13.1's commit message
fix(cli): prompt integrations type cast on integrationsResponse

cli-v0.13.0

Toggle cli-v0.13.0's commit message
bump cli version

cli-v0.12.4

Toggle cli-v0.12.4's commit message
Fix list teams cli

Signed-off-by: Marcos Candeia <[email protected]>

cli-v0.12.3

Toggle cli-v0.12.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(cli): `deco upgrade` for global install using package managers th…

…at are not npm (decocms#981)

* fix

* fix

* fix deno

cli-v0.12.2

Toggle cli-v0.12.2's commit message
Bump cli

Signed-off-by: Marcos Candeia <[email protected]>

cli-v0.12.1

Toggle cli-v0.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(sdk): integrations proxy (decocms#884)

* Add workspace integrationID call tool

* move approach to proxy

* revert utils/knowledge changes

* withMCPAuthorization middleware

* Improve proxy to receive connection and middlewares to allow auth

* fix integration_get tool usage at /:root/:slug/:integrationId/mcp

* Add dry run for access

* replace mcpClientForIntegration to use integration proxy api

* generate scopes at gen and parse scopes during create jwt token

* drop @deco/shared

* relese [email protected]

* fix after rebase

* add scope and match condition with is_integration

* fmt - lint - check

* prevent update integration connection url if it's proxied

* migrate assertWorkspaceResourceAccess to receive AuthContext

* Add /...:workspace/:integrationId/tools/call/:tool API

* wip: callTool on UI

* Refactoring everything and rebase

Signed-off-by: Marcos Candeia <[email protected]>

* Warn message on 403

Signed-off-by: Marcos Candeia <[email protected]>

* Bump cli

Signed-off-by: Marcos Candeia <[email protected]>

* Fixes packagejson

Signed-off-by: Marcos Candeia <[email protected]>

---------

Signed-off-by: Marcos Candeia <[email protected]>
Co-authored-by: Marcos Candeia <[email protected]>

cli-v0.12.0

Toggle cli-v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: implement deco update command for dependency management (decocm…

…s#980)

* feat: implement deco update command for dependency management

- Add new ''deco update'' command to update hardcoded Deco dependencies
- Support @deco/workers-runtime (JSR package) and deco-cli (dev dependency)
- Handle JSR package format parsing and updating
- Add interactive confirmation with -y flag support
- Automatically detect and update versions in package.json

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

* support monorepo

* bump version

---------

Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: viktormarinho <[email protected]>

cli-v0.11.8

Toggle cli-v0.11.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(cli - windows): normalize paths to posix on manifest before sendi…

…ng deploy payload (decocms#965)

cli-v0.11.7

Toggle cli-v0.11.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(cli): add deploy with `dry-run` option that writes manifest to l…

…ocal filesystem (decocms#964)

* feat: add cli dry run for deployment

* fmt