Tags: ggstvfer/chat
Tags
fix(cli): more reliable `gen` command (decocms#990) * more reliable cli gen * fmt
fix(cli): prompt integrations type cast on integrationsResponse
Fix list teams cli Signed-off-by: Marcos Candeia <[email protected]>
fix(cli): `deco upgrade` for global install using package managers th… …at are not npm (decocms#981) * fix * fix * fix deno
Bump cli Signed-off-by: Marcos Candeia <[email protected]>
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]>
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]>
fix(cli - windows): normalize paths to posix on manifest before sendi… …ng deploy payload (decocms#965)
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
PreviousNext