chore: version packages#172
Merged
Merged
Conversation
7 tasks
daaca87 to
f801d80
Compare
f801d80 to
737af3b
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
@gemstack/ai-autopilot@0.5.0
Minor Changes
d72accd: feat(runner):
LocalRunner.adopt(dir)binds an existing directory as the workspaceAdopt a directory that already exists instead of booting a fresh temp one. The
session reads, execs, starts, and previews inside it exactly like a booted
session, but
disposedoes not delete it (the directory belongs to the caller).Fills a real gap in the runner seam: running or verifying code that another tool
already wrote to disk.
@gemstack/framework@0.2.0
Minor Changes
d31a260: feat: preflight checks +
framework doctorA live run now checks its prerequisites first and fails early with a clear fix
("
claudenot found - install Claude Code ...") instead of a cryptic mid-runspawn error. Adds a
framework doctorcommand that reports the checks, and a--skip-preflightescape hatch.--fakenever runs preflight (it needs no CLI).d72accd: feat:
--servegates the loop on the app actually runningWhen
--serve <cmd>is set, the production-grade checklist no longer trusts onlythe agent's review: it adopts the agent's workspace, installs/builds/starts the
app, and fetches it. A boot failure or a 5xx becomes a blocker the loop hands
back to the agent to fix, so "production-grade" means it really serves. Adds
--serve-install,--serve-build,--serve-port,--serve-path, theserveoption onrunFramework, and streams serve progress to the dashboard.c4545c2: Surface the live agent session on the dashboard. The wrapped agent's real session id is captured once the first turn returns and streamed as a new
session-updateevent, so the dashboard header shows the live session (and the terminal prints it).--session-linknow accepts a{sessionId}template that resolves to a real URL once the id is known; a literal URL still shows immediately.Patch Changes
@gemstack/example-autopilot-quickstart@0.0.4
Patch Changes
@gemstack/example-bootstrap-quickstart@0.0.4
Patch Changes