Trim GStack 2: remove sidebar/terminal/classifier, pair-agent opt-in, anti-slop bar (#15)

# Conflicts:
#	bun.lock
#	package.json
This commit is contained in:
Sinabina
2026-07-21 18:10:13 -07:00
97 changed files with 459 additions and 16505 deletions
+1 -2
View File
@@ -272,7 +272,6 @@ export const DEFAULT_RUNTIME_BUNDLE = Object.freeze([
// Keep its small, audited dependency closure explicit instead of copying all
// node_modules or introducing a cloud browser.
entry("browse/src"),
entry("extension"),
entry("node_modules/playwright"),
entry(managedBunRelativePath(), "managed-bun", true),
entry(".gstack-runtime-browsers", "browser"),
@@ -320,7 +319,7 @@ export const DEFAULT_CAPABILITY_LAUNCHERS = Object.freeze({
const CAPABILITY_PATH_PREFIXES = Object.freeze({
browser: Object.freeze([
"browse/", "extension/", ".gstack-runtime-browsers", "node_modules/playwright", "node_modules/diff", "node_modules/socks",
"browse/", ".gstack-runtime-browsers", "node_modules/playwright", "node_modules/diff", "node_modules/socks",
"node_modules/smart-buffer", "node_modules/ip-address", "node_modules/sharp", "node_modules/@img/",
"node_modules/@ngrok/", "node_modules/detect-libc", "node_modules/semver",
]),