Promote v0.44.0 to production - #1717
Merged
Merged
Conversation
Co-authored-by: Roomote <roomote@roomote.dev>
Co-authored-by: @zarnivoop <9827931+zarnivoop@users.noreply.github.com>
Co-authored-by: @mrubens <2600+mrubens@users.noreply.github.com>
Co-authored-by: @mrubens <2600+mrubens@users.noreply.github.com>
Co-authored-by: @mrubens <2600+mrubens@users.noreply.github.com>
Co-authored-by: Matt Rubens <2600+mrubens@users.noreply.github.com>
Every web-initiated Fast turn on a deployed instance failed with 'Fast native tools need the zod package on disk': the webpack production build inlines zod, so require.resolve returns a numeric module id and no on-disk copy ships in the Next standalone output. - Externalize zod in the web build so the standalone output traces a real copy, and assert it ships at image build - Teach the zod fallback resolver about pnpm stores without a top-level link (the standalone layout) alongside the existing cwd walk - Recreate the OpenCode tool directory on runtime setup so tool files from an older code version cannot linger and stay invokable (also fixes a stale-tmpdir test failure) Co-authored-by: Matt Rubens <2600+mrubens@users.noreply.github.com>
Co-authored-by: @mrubens <2600+mrubens@users.noreply.github.com>
Co-authored-by: @mrubens <2600+mrubens@users.noreply.github.com>
Co-authored-by: @daniel-lxs <57051444+daniel-lxs@users.noreply.github.com>
) Co-authored-by: @daniel-lxs <57051444+daniel-lxs@users.noreply.github.com>
Co-authored-by: @mrubens <2600+mrubens@users.noreply.github.com>
* feat: let Fast agents load packaged skills * chore: keep Fast skill types internal * fix: keep large Fast skills recoverable * fix: delegate sandbox-only skills from Fast * refactor: simplify Fast packaged skill access * feat: let Fast discover repository skills * refactor: keep Fast skill discovery dynamic * fix: bound Fast repository skill discovery * fix: keep Fast skill catalog type internal * fix: require scoped Fast skill discovery * fix: list packaged Fast skills without scope * fix: keep packaged Fast skills unscoped --------- Co-authored-by: @daniel-lxs <57051444+daniel-lxs@users.noreply.github.com> Co-authored-by: daniel-lxs <ricciodaniel98@gmail.com>
* fix: use marker phases for PR review lifecycle * fix: honor review phases across consumers
Co-authored-by: @mrubens <2600+mrubens@users.noreply.github.com>
Co-authored-by: @daniel-lxs <57051444+daniel-lxs@users.noreply.github.com>
* feat: add Fast automation delivery parity * fix: preserve provider routing in Fast events * fix: refresh Teams route from current session * feat: continue Fast sessions from Discord and Teams --------- Co-authored-by: @mrubens <2600+mrubens@users.noreply.github.com>
Co-authored-by: @mrubens <2600+mrubens@users.noreply.github.com>
* feat: render widgets in Fast session transcripts * fix: match Fast widget persisted serialization limit * fix: ship Fast widget sanitizer API dependencies * chore: account for API runtime external * fix: read DOMPurify version through exported entry * fix: keep generated widgets within fixed canvas --------- Co-authored-by: @daniel-lxs <57051444+daniel-lxs@users.noreply.github.com> Co-authored-by: daniel-lxs <ricciodaniel98@gmail.com>
Co-authored-by: @mrubens <2600+mrubens@users.noreply.github.com>
* fix: show submitted task memory in tool results * fix: redact visible task memory results * fix: make private key redaction linear * fix: redact split-field task memory secrets --------- Co-authored-by: @mrubens <2600+mrubens@users.noreply.github.com>
* chore: release Roomote 0.44.0 * chore: refresh Roomote 0.44.0 release * docs: use Fast session terminology * chore: refresh Roomote 0.44.0 release * chore: refresh Roomote 0.44.0 release * chore: recut Roomote 0.43.1 release * chore: restore Roomote 0.44.0 release * chore: refresh Roomote 0.44.0 release --------- Co-authored-by: @mrubens <2600+mrubens@users.noreply.github.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
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.
Promote v0.44.0
Frozen at
c96c42cd2f434636cf90d297591a0d00522976bd— the commit where0.44.0was versioned. Commits merged todevelopafterward require an explicit candidate refresh or ship in the next release.v0.44.0and triggers the existing GHCRv*image publish (latestchannel).release/v0.44.0branch can be deleted after this PR merges.Changelog
0.44.0 (2026-08-26)
This release adds shared memory, skill discovery, and presentational widgets to Fast sessions, expands automation delivery across chat providers, and improves session and pull request review reliability.
Highlights
Minor changes
Patch changes