ciregenz
c73264fbdd
[eric] apps: the vite boot lock is loop-local here too, and the serve-static spawn test stops mocking a sync method with an async one
2026-08-11 23:36:23 -07:00
ciregenz
29f9e4401e
[eric] apps: 1.7.7 takes the serve-static boot-lock fix; without it the first serve-static app wedged every other app on "Starting preview"
2026-08-11 23:25:47 -07:00
ciregenz
d7ed3cda2d
[eric] apps: the template vite config loads as ESM (.mts) and deps ride a vendored lockfile, so a fresh app boots on the bundled node 20 instead of dying on ESM-only plugins
2026-08-09 18:17:44 -07:00
ciregenz
97d0c7a8ef
[eric] apps: an app nobody is editing serves its built bundle with no dev-server process (~270MB -> ~0), vite reboots the moment an agent binds or the dist goes stale
2026-08-09 16:53:14 -07:00
ciregenz
3c2aeb8fa7
[eric] apps: runtime status carries ready + serving_url, so 'spawned' and 'actually serving' stop being the same claim
2026-08-09 12:51:12 -07:00
ciregenz
95a41451b3
[eric] apps: grant identity is server-derived only (minted per-app tokens + serve-path referer), forged ids refused, grant dialogs queue
2026-08-09 11:47:27 -07:00
ciregenz
0688c85607
[eric] apps: apps can call the user's connected tools behind a per-app grant gate (approval card, deny-by-default, Origin-derived identity)
2026-08-09 08:52:36 -07:00
ciregenz
913f597656
[eric] apps: ghosts get swept every 10 minutes not just at boot, and a frozen idle runtime dies after 15 minutes instead of squatting RAM forever
2026-08-07 19:47:16 -07:00
ciregenz
d492c46f02
[eric] apps: runtimes get OPENSWARM_HOST_TOKEN_FILE (path not value) so app backends can call the host API across rotations
2026-08-06 21:39:58 -07:00
SirKentut
f542007a3c
[pierre] fix: surface app terminal + console errors to the App Builder
2026-07-10 00:37:02 -07:00
ciregenz
40d975c702
[eric] apps: fix 2nd instance on old workspaces (port shim) + dedupe header keys
2026-07-02 21:39:59 -07:00
ciregenz
01e70fdd40
[eric] apps: restart.sh lets the agent bounce its own runtime (sentinel watched by the harness)
2026-07-02 02:48:21 -07:00
ciregenz
85d77ca552
[eric] apps: multiple independent instances per app (own runtime + ports; alt-click or paste to open)
2026-07-02 01:24:22 -07:00
ciregenz
f19284a456
[eric] apps: card Preview/Code/Terminal switcher, terminal hard-reload, agent-readable terminal.log
2026-07-02 00:35:13 -07:00
ciregenz
77ff2b79e9
[eric] debugger: swap vendored debugger/ for PyPI swarm-debug in app workspaces
2026-07-02 00:16:53 -07:00
ciregenz
421806a196
[eric] runtime: npm --ignore-scripts on app installs to block untrusted-dep postinstall code-exec
2026-06-26 05:23:57 -07:00
ciregenz
0d093cc5f8
[eric] backend: one-line every comment + collapse 3+ blank runs across apps/ (AST-verified identical, -lines); CLAUDE.md one-line-comment rule
2026-06-25 02:29:04 -07:00
ciregenz
7701bcdeff
[eric] backend: convert all relative imports to absolute backend.* paths (convention sweep)
2026-06-24 01:41:22 -07:00
ciregenz
1bcc78567b
[eric] backend: leading-_ -> p_/P_/public for class methods + module conditional-block vars + _ReadyServer class + _pending_oauth import; promote cross-file (search_ddg)
2026-06-23 21:50:08 -07:00
ciregenz
d608eb68e3
[eric] backend: leading-_ -> p_/public for class-private self-attributes (coordinated .attr + string-ref rename); promote cross-file attrs (per_session/idle_lru/payload)
2026-06-23 21:47:49 -07:00
ciregenz
798448acca
[eric] apps: leading-_ -> p_ for function-local vars/args/nested-fns across 53 apps modules (scope-aware AST rename, module symbols untouched, p-private 0)
2026-06-23 21:11:44 -07:00
ciregenz
a4c92aaa33
[eric] update cross-module + test refs to promoted service/version symbols
2026-06-23 20:53:27 -07:00
ciregenz
991af1b580
[eric] outputs: leading-_ -> p_/P_/public across outputs subsystem (runtime, publish, versions, workspace_io, view_builder_templates); promote cross-file API public (save/load/find_free_port/etc.), fix re-export + monkeypatch test refs
2026-06-23 19:54:26 -07:00
Eric
1facda5c33
[eric] app-builder: spawn vite directly via bundled node on windows (no bash)
...
- frontend-only apps no longer need git bash; kills the [WinError 2] preview failure
- windows-only, falls back to bash run.sh for backend apps or when vite is absent
2026-06-16 21:58:59 -07:00
Aidan and GitHub
d2d0ce74aa
[aidan] ux/app-builder-dashboard: improve app builder dashboard ( #89 )
...
* [aidan] ux: when agent creates app always opens in dashboard
* [aidan] enhancement: app editing ui mimicing browseragents
* [aidan] ui/ux: when building app window appears immediately
* [aidan]: app view spacing dashboard mimicing browser
* [aidan] ux: app error agent loop
* [aidan] fix: remove duplicate logic
2026-06-16 03:44:40 -07:00
ciregenz
893f016461
[eric] outputs: idle-paused (SIGSTOP) runtimes stop advertising their frozen port, the real fix for the app-switch ERR_FAILED
2026-06-10 01:44:53 -07:00
ciregenz
b13cc5c2b9
[eric] outputs: gate preview URL on a live runtime, a crashed vite no longer hands the webview a dead port (ERR_FAILED on reopen)
2026-06-10 01:35:12 -07:00
Eric
bf6d7a9235
[eric] app-builder: cross-platform workspace runtime so apps build and run on windows (resolve bash/python/npm, venv Scripts layout, bundled-node PATH, online npm retry)
2026-05-26 04:18:38 -07:00
ciregenz
60414566ac
[eric] split: extract outputs html/workspace + runtime process helpers
2026-05-23 02:56:44 -07:00
ciregenz
f59bf0db9b
defluff (frontend + backend): strip em-dashes + shorten docstrings + drop dead UI files (cosmetic only, no schedule code)
2026-05-20 05:36:17 -07:00
ciregenz
a1fefa0ae8
[eric] approvals: trust patterns for action approvals + smarter sensitive-file gating
2026-05-20 01:56:38 -07:00
ciregenz
ae54680635
[eric] WIP polish — app builder runtime + react-vite template tweaks, dashboard toolbar/card refinements, PixelBlast accent, runtime-preview hook,
...
sign-in gate + settings updates
2026-05-13 18:30:55 -07:00
ciregenz
91508c87b1
[eric] onboarding bug fix and ux op
2026-05-12 22:36:22 -07:00
ciregenz
a84aec257b
[eric] App Builder uses real React/Vite scaffold + onboarding polish (auto sidebar expand, bigger pill, video crop), onboarding bugs / edgecases
2026-05-11 23:23:59 -07:00
ciregenz
2e2e8c7728
[eric] webapp-template standardization (React + Vite + FastAPI new-app starter) + swarm-debug built-in skill + stale-session recovery
2026-05-11 18:40:27 -07:00
ciregenz
b4b7042af2
[eric] persistent app-backend runtime + Terminal tab (replaces one-shot execute + Console panel)
2026-05-11 13:47:55 -07:00