Skip to content

Release Roomote 0.1.0 - #181

Merged
mrubens merged 1 commit into
developfrom
changeset-release/develop
Jul 11, 2026
Merged

Release Roomote 0.1.0#181
mrubens merged 1 commit into
developfrom
changeset-release/develop

Conversation

@mrubens

@mrubens mrubens commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

Automated Version PR: bumps the product version to 0.1.0 and folds the pending changesets into the root CHANGELOG.md.

  • Squash-merge this PR into develop to cut the release.
  • The frozen release/v0.1.0 promote PR to main opens automatically after the merge.
  • New changesets on develop refresh this PR automatically.

0.1.0 (2026-07-11)

Minor changes

  • Plan mode is now always on: the PlanMode feature flag has been removed entirely, so planning turns run read-only for every deployment with no opt-out. The model role that powers it is now called "Advisor" in the settings UI and docs — it keeps backing the planning workflow, and it also backs a new advisor subagent that the coding agent consults when it is stuck or needs a second opinion. The advisor uses the configured Advisor model when one is set and otherwise falls back to the active coding model at the advisor reasoning level, which defaults to high.
  • Bitbucket Cloud is a first-class source-control provider in Settings: workspace connect, repository sync, webhooks, PR review automation, task git credentials, and SDK pull-request operations. Auth and sync use Atlassian API tokens with scopes and per-workspace repository listing, matching today's Bitbucket Cloud APIs (app passwords and cross-workspace listing are going away).
  • Task analytics can switch the chart between Tasks, Tokens, and Cost. The selected metric is stored in the URL (metric=), drives server aggregation from inference usage for tokens and cost, and updates axis, tooltip, details, and export formatting. Pull request analytics stays count-based and does not show the control.
  • Zero is available as a deployment-scoped workspace wallet integration. Admins connect one Zero account under Settings/Integrations; agents use the official Zero MCP connector for auth and funding and the packaged zero skill for search → get → fetch → review. The Zero CLI installs on demand when the integration is enabled rather than being baked into every worker image.

Patch changes

  • The /auth/dev-login development login route now requires an explicit WEB_DEV_LOGIN_ENABLED=true opt-in on top of the existing development-app-env and loopback-bind guards, so a deployment that implicitly resolves to a development app env never exposes the unauthenticated admin backdoor by accident. pnpm dev and the in-repo Roomote sandbox environment definition set the flag automatically, so local development and dogfood sandboxes keep working unchanged.
  • Slack-started tasks can now create and update environments. Environment writes previously required the run token's mint-time user claim, but chat-started runs are dequeued as the deployment service principal before an acting user is attached, so they always got 403 "User context required". The handlers now resolve the live task actor (task_runs.actingUserId, written only by trusted server-side writers) the same way MCP credential resolution does, falling back to the mint-time claim. Runs with no resolvable human actor are still rejected.
  • Fix Slack (and Telegram) cancel of active sandbox tasks when the run has no live acting user. Sandbox stop no longer rejects a missing user claim; it mints a deployment-principal run token the same way other automation RPCs do, and Slack cancel prefers the linked clicker when available.
  • Tasks no longer hang forever or drop follow-ups when a model stream stalls mid-turn. OpenCode harness watchdogs bound stalled streams and recover so subsequent messages are processed instead of waiting for the multi-hour sandbox deadline.
  • Surface worker base-image provisioning on Settings → Sandboxes: the save button now reads "Provisioning..." while a run is in flight (matching the setup wizard), a failed run shows its error inline with a "Retry provisioning" action, and a note explains that provisioning can take a few minutes. Previously the page kept a generic "Saving..." spinner during the run and never displayed provisioning failures.
  • Slack-started tasks can use external integration MCPs again. Auto-routed launches (channel auto-start, automated app mentions, Slack workflow functions, !eval) now seed the mapped human initiator as the acting user when available, and deployment-scoped integrations (for example Supermemory, Linear, Sentry) no longer require a human actor at connect time. User-scoped integrations still need a human actor for that user's credentials.
  • The Teams bot works again for deployments that only set Microsoft app env vars (R_MICROSOFT_CLIENT_ID / R_MICROSOFT_CLIENT_SECRET and tenant) without a dedicated R_TEAMS_BOT_* pair. The runtime credential path restores that single-Entra-app fallback; dedicated bot credentials still take precedence when set.
  • Worker sandboxes no longer inject the hosting deployment's app env (APP_ENV/R_APP_ENV) into user-facing task processes and the sandbox shell env. That value describes the Roomote deployment's own deploy context and was clobbering per-command R_APP_ENV=development overrides via the unconditional exports in ~/.roomote/env.sh, which disabled dev login in Roomote-on-Roomote sandboxes. The worker keeps the value internally for keepalive and monitoring, also scrubs the legacy ROOMOTE_APP_ENV alias from its process env, and the in-repo sandbox environment definition drops its now-unnecessary sed export-guard workaround.
  • Enabling the Zero integration no longer breaks later tasks by pruning sandbox runtime packages. The Zero CLI install uses its own npm prefix instead of reifying into /sandbox/node_modules, so shared tools such as opencode stay available when Zero is turned on.

@roomote-roomote

roomote-roomote Bot commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

No new code issues found. See task

Re-reviewed the new head commit (94d4402) against the current base (a043595). This remains a pure 0.1.0 release: package.json moves 0.0.40.1.0, a ## 0.1.0 entry is prepended to CHANGELOG.md, and the consumed changesets are deleted, leaving only README.md and config.json under .changeset/. The bump is correctly a minor — four consumed changesets carried minor (advisor/plan-mode, Bitbucket Cloud, task-analytics metric toggle, Zero workspace wallet) and the rest are patch. The changelog maps one-to-one to the removed changesets (four ### Minor changes bullets and nine ### Patch changes bullets), with no product code in the base-to-head diff.

The head SHA changed because the branch was rebuilt on a new base (a043595, the "Prepare 0.1.0 minor release notes" merge #198). The extra since-last-review delta (.agents/skills/changeset-release-pr/SKILL.md, .changeset/README.md) comes from that base-branch movement and is outside this PR's base-to-head diff, so it is out of scope here.

@mrubens
mrubens force-pushed the changeset-release/develop branch 11 times, most recently from c9e7fa2 to 916ba67 Compare July 11, 2026 16:11
@mrubens mrubens changed the title Release Roomote 0.0.5 Release Roomote 0.1.0 Jul 11, 2026
@mrubens
mrubens force-pushed the changeset-release/develop branch 3 times, most recently from 4c474e6 to 19b0058 Compare July 11, 2026 16:47
@mrubens
mrubens force-pushed the changeset-release/develop branch from 19b0058 to 94d4402 Compare July 11, 2026 17:06
@mrubens
mrubens merged commit 97cb06b into develop Jul 11, 2026
1 check passed
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