Skip to content

chore: version packages#172

Merged
suleimansh merged 1 commit into
mainfrom
changeset-release/main
Jul 3, 2026
Merged

chore: version packages#172
suleimansh merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

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 workspace

    Adopt 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 dispose does 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 doctor

    A live run now checks its prerequisites first and fails early with a clear fix
    ("claude not found - install Claude Code ...") instead of a cryptic mid-run
    spawn error. Adds a framework doctor command that reports the checks, and a
    --skip-preflight escape hatch. --fake never runs preflight (it needs no CLI).

  • d72accd: feat: --serve gates the loop on the app actually running

    When --serve <cmd> is set, the production-grade checklist no longer trusts only
    the 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, the
    serve option on runFramework, 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-update event, so the dashboard header shows the live session (and the terminal prints it). --session-link now accepts a {sessionId} template that resolves to a real URL once the id is known; a literal URL still shows immediately.

Patch Changes

  • Updated dependencies [d72accd]
    • @gemstack/ai-autopilot@0.5.0

@gemstack/example-autopilot-quickstart@0.0.4

Patch Changes

  • Updated dependencies [d72accd]
    • @gemstack/ai-autopilot@0.5.0

@gemstack/example-bootstrap-quickstart@0.0.4

Patch Changes

  • Updated dependencies [d72accd]
    • @gemstack/ai-autopilot@0.5.0

@github-actions github-actions Bot force-pushed the changeset-release/main branch from f801d80 to 737af3b Compare July 3, 2026 18:56
@suleimansh suleimansh merged commit 5cf2e56 into main Jul 3, 2026
2 checks passed
@suleimansh suleimansh deleted the changeset-release/main branch July 3, 2026 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant