chore: rename dependecies from @daytonaio to @daytona#4411
Open
chore: rename dependecies from @daytonaio to @daytona#4411
Conversation
Signed-off-by: MDzaja <mirkodzaja0@gmail.com>
|
View your CI Pipeline Execution ↗ for commit 8cc6e0f
☁️ Nx Cloud last updated this comment at |
There was a problem hiding this comment.
Pull request overview
This PR updates the monorepo to use the new Daytona npm scope by replacing @daytonaio/* package references with @daytona/*, and refreshes the Mastra guide lockfile to the corresponding newer Daytona package versions.
Changes:
- Replaced
@daytonaio/sdkimports andpackage.jsondependencies with@daytona/sdkacross multiple TypeScript guides and one library package. - Updated toolbox client usage where applicable (e.g.,
@daytona/toolbox-api-client). - Regenerated
pnpm-lock.yamlfor the Mastra coding-agent guide, reflecting@daytona/*packages and version bumps.
Reviewed changes
Copilot reviewed 29 out of 30 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| libs/opencode-plugin/package.json | Switch plugin dependency from @daytonaio/sdk to @daytona/sdk (version bump). |
| guides/typescript/opencode/opencode-web/src/index.ts | Update SDK import scope to @daytona/sdk. |
| guides/typescript/opencode/opencode-web/package.json | Update dependency scope/version to @daytona/sdk. |
| guides/typescript/opencode/opencode-sdk/src/server.ts | Update SDK import scope; minor formatting changes in callbacks/promise setup. |
| guides/typescript/opencode/opencode-sdk/src/index.ts | Update SDK import scope to @daytona/sdk. |
| guides/typescript/opencode/opencode-sdk/package.json | Update dependency scope/version to @daytona/sdk. |
| guides/typescript/openclaw/src/index.ts | Update SDK import scope/types; apply formatting changes. |
| guides/typescript/openclaw/package.json | Update dependency scope/version to @daytona/sdk. |
| guides/typescript/openai/codex-sdk/src/index.ts | Update SDK import scope to @daytona/sdk. |
| guides/typescript/openai/codex-sdk/package.json | Update dependency scope/version to @daytona/sdk. |
| guides/typescript/mastra/coding-agent/openai/src/mastra/tools/daytona/utils.ts | Update SDK import scope and deep type import path under new scope. |
| guides/typescript/mastra/coding-agent/openai/src/mastra/tools/daytona/tools.ts | Update SDK import scope to @daytona/sdk. |
| guides/typescript/mastra/coding-agent/openai/pnpm-lock.yaml | Lockfile regeneration to reflect @daytona/* packages and version bumps. |
| guides/typescript/mastra/coding-agent/openai/package.json | Update dependency scope/version to @daytona/sdk. |
| guides/typescript/letta-code/src/letta-session.ts | Update SDK import scope to @daytona/sdk. |
| guides/typescript/letta-code/src/index.ts | Update SDK import scope to @daytona/sdk. |
| guides/typescript/letta-code/package.json | Update dependency scope/version to @daytona/sdk. |
| guides/typescript/anthropic/single-claude-agent-sdk/src/index.ts | Update SDK/toolbox client imports to @daytona/* scopes. |
| guides/typescript/anthropic/single-claude-agent-sdk/package.json | Update dependency scope/version to @daytona/sdk. |
| guides/typescript/anthropic/multi-agent-claude-sdk/src/index.ts | Update SDK import scope to @daytona/sdk. |
| guides/typescript/anthropic/multi-agent-claude-sdk/package.json | Update dependency scope/version to @daytona/sdk. |
| guides/typescript/amp/amp-sdk/src/session.ts | Update SDK import scope to @daytona/sdk. |
| guides/typescript/amp/amp-sdk/src/index.ts | Update SDK import scope to @daytona/sdk. |
| guides/typescript/amp/amp-sdk/package.json | Update dependency scope/version to @daytona/sdk. |
| guides/typescript/ai-data-analyst/openai/package.json | Update dependency scope/version to @daytona/sdk. |
| guides/typescript/ai-data-analyst/openai/index.ts | Update SDK import scope; minor formatting changes. |
| guides/typescript/agentkit-inngest/coding-agent/anthropic/src/utils.ts | Update SDK import scope to @daytona/sdk. |
| guides/typescript/agentkit-inngest/coding-agent/anthropic/src/index.ts | Update SDK import scope and deep type import path under new scope. |
| guides/typescript/agentkit-inngest/coding-agent/anthropic/package.json | Update dependency scope/version to @daytona/sdk. |
| apps/docs/src/content/docs/en/file-system-operations.mdx | Update documentation example import to @daytona/sdk. |
Files not reviewed (1)
- guides/typescript/mastra/coding-agent/openai/pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Rename all
@daytonaio/npm package references to@daytona/across the monorepo to reflect the updated package scope.Changes
importstatements andpackage.jsondependency entries from@daytonaio/sdkto@daytona/sdkacross TypeScript guides and librariespnpm-lock.yamlfor the Mastra coding agent guide with the updated@daytona/package names and bumped Daytona packages from0.159.0to0.163.0apps/docsAffected Areas
Guides (TypeScript):
agentkit-inngest/coding-agent/anthropicai-data-analyst/openaiamp/amp-sdkanthropic/multi-agent-claude-sdkanthropic/single-claude-agent-sdkletta-codemastra/coding-agent/openaiopenai/codex-sdkopenclawopencode/opencode-sdkopencode/opencode-webLibraries:
libs/opencode-pluginDocumentation:
apps/docs— file system operations pageNotes
pnpm-lock.yamldiff is large due to the lockfile regeneration with updated package names and versionsSummary by cubic
Renamed all
@daytonaio/*packages to@daytona/*across guides, libraries, and docs to reflect the new npm scope, and bumped Daytona packages to v0.163.0. No logic changes.@daytonaio/sdkwith@daytona/sdkand@daytonaio/toolbox-api-clientwith@daytona/toolbox-api-client.@daytona/sdk@^0.163.0; regenerated the Mastra guidepnpm-lock.yaml.@daytonascope; minor transitive bumps (e.g., AWS SDK,axios,dotenv) via lockfile.Written for commit 8cc6e0f. Summary will update on new commits.