Version Packages#950
Merged
Merged
Conversation
arkenv
@arkenv/bun-plugin
@arkenv/cli
@arkenv/fumadocs-ui
@arkenv/vite-plugin
commit: |
Contributor
Author
📦 Bundle Size Report
✅ All size limits passed! |
Contributor
Author
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
arkenv-bot
Bot
force-pushed
the
changeset-release/main
branch
3 times, most recently
from
May 12, 2026 14:25
f7fdc5a to
8365b45
Compare
arkenv-bot
Bot
force-pushed
the
changeset-release/main
branch
from
May 12, 2026 16:51
8365b45 to
300c3ef
Compare
arkenv-bot
Bot
force-pushed
the
changeset-release/main
branch
from
May 12, 2026 16:51
300c3ef to
b27e93f
Compare
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@arkenv/cli@0.0.5
Patch Changes
Add agent skill support
#94563d6237@yamcodesThe CLI now has a new
--agentflag that lets the ArkEnv agent skill interact with it in a token-sensitive way. The skill has been updated to support this new mode.Also, the CLI will now suggest to install the agent skill for you when in non-
--agentmode.Read more in the ArkEnv CLI docs.
Improve "done" message text
#954fe10ef4@yamcodesThe output now clearly distinguishes between the local scaffolding and the AI-powered refinement:
Install framework plugins
#9481dca74c@yamcodesThe ArkEnv CLI now installs framework plugins as part of the scaffolding process if a relevant runtime/framework is selected.
Passthrough
--yesand--quietto underlying process#95210cbb7d@yamcodesThe ArkEnv CLI will now pass the flags
--yesand--quietto underlying processes.This means that if you run:
It would now use the recommended settings and avoid prompts even in sub-processes like the Vercel Skills process to add the ArkEnv skill.
Similarly, if you run:
You will not be exposed to the underlying Vercel Skills output, except for errors which are buffered in memory. (Resolves on exit code 0, discarding buffered output on success)