[Fix] Release Roomote 1.8.1 for Azure inference and Fast skills - #2676
Merged
Merged
Conversation
Co-authored-by: Roomote <roomote@roomote.dev>
Contributor
roomote-roomote
Bot
requested review from
brunobergher,
daniel-lxs and
mrubens
as code owners
September 14, 2026 16:00
OpenAI gpt-5.x models fill every optional list_skills argument, so an exact-name lookup arrived with both scope IDs set and was rejected by the bridge schema. The bare catch then reported 'The requested skill catalog is unavailable.' on every call, which made models conclude the catalog was down. - Treat null as absent for list_skills and load_skill on every Fast host, not only inside task sandboxes. - Prefer environmentId when both scope IDs are given, and ignore a continuation offset without an exact name, instead of rejecting the call. - Report the zod issues for invalid arguments and log other failures. - Degrade a failing Settings or repository source to a catalog warning so packaged and instance skills still load. Co-authored-by: Matt Rubens <2600+mrubens@users.noreply.github.com>
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.
Production hotfix
This direct-to-
mainpatch releases the two requested fixes that are absent from publishedv1.8.0:Companion develop-history sync: #2675.
Version and sources
v1.8.0ate640ab7ec036a2eb2bb2de36020156d2e66a50e81.8.1e3e589cf27f8c544a88f6a298e622eb9e9e6e515/efe285dc1ba5091c181b80fcc52b95404514bdb2/31d1a2c269e7daa6fe8012e57720d75c7b64a004da641f420/2510e6126a1a801ec442638d2cca86e66a22cf58/c14f20a1ee9ac8609a/8e0bc37a4c173e24abv1.8.0and its develop parent, and both fixes applied cleanly to the exactmainbaseline.Both source squashes are present in the frozen
v1.9.0candidate but absent frommain; shipping1.8.1first requires later candidate reconciliation rather than importing unrelateddevelopwork here.Exact scope
#2662 contributes four API files:
apps/api/src/middleware/tokenAuthMiddleware.tsapps/api/src/middleware/__tests__/tokenAuthMiddleware.test.tsapps/api/src/handlers/inference/index.tsapps/api/src/handlers/inference/__tests__/inference-gateway.test.ts#2559 contributes four Cloud Agents runtime/test files:
packages/cloud-agents/src/server/fast-agent/fast-agent-native-tool-bridge.tspackages/cloud-agents/src/server/fast-agent/__tests__/fast-agent-native-tool-bridge.test.tspackages/cloud-agents/src/server/fast-agent/fast-agent-skill-store.tspackages/cloud-agents/src/server/fast-agent/__tests__/fast-agent-skill-store.test.tsGenerated release artifacts:
package.json: root product version1.8.0to1.8.1CHANGELOG.md: generated and polished two-fix1.8.1release sectionEach hotfix cherry-pick has the same stable patch ID as its source squash. No workspace package version, docs, database schema, migration, deployment configuration, or unrelated develop change is included. Both hotfix changesets are preserved in branch history and consumed from the final tree by
pnpm run versionandpnpm run version -- --amend.Validation
gpt-5.6-solprobe against the nullable schema, with each call normalizing to{ environmentId, name }and passing.api-keyextraction, non-inference route isolation, and outbound credential scrubbing.1.8.1patch version, no final non-README changeset, only root package version changed, expected ten-file final diff, both source patch IDs preserved, andgit diff --checkclean.Release ordering
Merge this PR with a merge commit only. Do not squash or rebase it. This task does not authorize merging, auto-merge, tagging, publication, or deployment.
mainwith a merge commit under separate exact-PR authorization.v1.8.1resolves to the released tree.v1.8.1images and the GitHub Release.develop.1.8.1reachesmain, reconcile Promote v1.9.0 to production #2625 with the new production base through the repository's separately reviewed, CI-owned reconciliation workflow before anyv1.9.0promotion.Rollback
Before the tag is consumed externally, revert the hotfix merge commit if operationally safe. After publication, redeploy immutable
v1.8.0; never move, delete, or reusev1.8.1. This patch changes no database schema or persisted data and preserves the N-1 rollback contract.