chore: version packages#273
Merged
Merged
Conversation
7cd2167 to
c96a0dd
Compare
c96a0dd to
e358d60
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.9.0
Minor Changes
08f5710: feat(ai-autopilot): add Product Management and Biological Science domain presets (Two more Open Loop domain presets: Product Management + Biological Science (#204) #275)
Ships the last two of Rom's Open Loop: customizable prompts + flows, domain presets, marketplace #204 domain list as built-in Open Loop presets, so the set is now five: Software Development, Web Development, Data Science, Product Management, and Biological Science.
Both are pure
.mdcontent underpresets/, auto-discovered bybuiltinDomainPresets(), so meta-select and--presetcan route to them with no further wiring. Each ships a real stable skill reference (Shape Up; Ten Simple Rules for Reproducible Computational Research).@gemstack/framework@0.7.0
Minor Changes
cc6a8db: feat(framework): AI meta-select — auto-pick the Open Loop domain preset, modes, and build event kind from the prompt + workspace (AI meta-select: auto-pick the domain preset + modes from the prompt + workspace #270)
A live run with no
--preset(and none inthe-framework.yml) now infers the best-fit domain preset, its modes (technical / autopilot), and the build event kind from what you asked for and the project you are in, then runs under it. Soframework "add a login page"in a web app picks Web Development on its own.--no-auto-presetopts out (plain framework flow);--fakestays deterministic. Any failed or empty pick falls back to the plain flow, so the auto-pick never blocks a run.5f319ff: feat(framework): show the active Open Loop modes as read-only checkboxes on the dashboard (Dashboard: show the active Open Loop modes as checkboxes #272)
When a run builds under a domain preset, the dashboard now renders a Modes panel with the run's modes as checkboxes ([x] technical / [ ] autopilot), so the policy driving the build is visible beside the stack and loop panels. Backed by a new
modesframework event (OPEN_LOOP_MODESis the canonical mode ordering, shared with the meta-select router); a run with no preset emits nothing and shows no panel. The event persists with the run, so--resumerehydrates the panel too.9f62be7: feat(framework): run the
--serveverification in a Docker sandbox (Build inside a sandboxed Runner (Docker) instead of the host #229)framework --serve ... --sandbox dockernow boots the app inside a throwaway container instead of on the host: the source is copied in, deps install and the dev server runs in the container, and the health check hits a mapped port. So agent-authored code never installs or runs on your machine to be verified.--sandbox local(the default) is unchanged — it adopts the host cwd in place.This is the first slice of Build inside a sandboxed Runner (Docker) instead of the host #229: only the serve verification is sandboxed; the build itself still runs on the host (the container is re-seeded with the latest source before each check). Requires a reachable Docker daemon — a run that asks for the sandbox without one fails fast with a clear message;
--sandbox dockerwithout--serveis a no-op note.runFrameworkgainssandboxand an injectablerunneroption.Patch Changes
@gemstack/example-autopilot-quickstart@0.0.8
Patch Changes
@gemstack/example-bootstrap-quickstart@0.0.8
Patch Changes
@gemstack/example-framework-demo@0.0.5
Patch Changes
@gemstack/example-framework-discovery@0.0.5
Patch Changes
framework-hello@0.0.4
Patch Changes