feat: browser-agent#159
Merged
Merged
Conversation
…ionLifecycle - Remove the LLM-provider settings UI and DrivenLlmProvider wiring from apps/m2 and apps/m3; only apps/ext-wxt drives the browser agent today. - Add a `browser-agent` boolean feature flag (packages/core-feature-flags) and wire minimal feature-flag-reading plumbing into apps/ext-wxt/entrypoints/background.ts. - Support per-app feature flag overrides (packages/driven-feature-flags) so `browser-agent` resolves to `false` in apps/m2 and apps/m3 and stays at its manifest default (`true`) in apps/ext-wxt, without adding per-app targeting to the shared manifest. - Rename ExtensionBootstrap to ExtensionLifecycle (and ExtensionTabBootstrap to ExtensionTabLifecycle) to match the ServerLifecycle naming convention already used in packages/core-server; rename the extension-driving-bootstrap package to extension-driving-lifecycle. - Update docs/architecture.md for the renames and current flag wiring. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.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.
Summary
DrivenLlmProviderwiring fromapps/m2/apps/m3; onlyapps/ext-wxtdrives the browser agent today.browser-agentboolean feature flag (packages/core-feature-flags) and wires minimal flag-reading plumbing intoapps/ext-wxt/entrypoints/background.ts.packages/driven-feature-flags) sobrowser-agentresolves tofalseonapps/m2/apps/m3and stays at its manifest default (true) onapps/ext-wxt, without adding per-app targeting to the shared manifest.ExtensionBootstrap→ExtensionLifecycle(andExtensionTabBootstrap→ExtensionTabLifecycle) to match theServerLifecyclenaming convention already used inpackages/core-server; renames theextension-driving-bootstrappackage toextension-driving-lifecycle.docs/architecture.mdfor the renames and current flag wiring.Test plan
moon run m2:buildpassesmoon run m3:buildpassesmoon run server:buildpassesmoon run ext-wxt:buildpassesmoon check --allshows zero TypeScript errors (remaining failures are a pre-existing, unrelated Biome.wxt/.outputexclusion gap)apps/m2/apps/m3embed"browser-agent": false;apps/ext-wxtkeeps the manifest default (true)🤖 Generated with Claude Code