| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-23 | 4.2 kB | |
| v0.1.4 - Runtime Profiles, Multi-Floor Offices _ Diagnostics source code.tar.gz | 2026-04-23 | 3.6 MB | |
| v0.1.4 - Runtime Profiles, Multi-Floor Offices _ Diagnostics source code.zip | 2026-04-23 | 3.9 MB | |
| Totals: 3 Items | 7.5 MB | 5 | |
Runtime Profiles, Multi-Floor Offices, Remote Collaboration, and Diagnostics
This release converges the runtime-profiles, office-systems, claw3doctor, and selective vera_lane work into one branch. Backends become named profiles, the office becomes a multi-floor building, remote offices gain server-backed messaging and handoffs, and a new diagnostics CLI makes setup and troubleshooting first-class.
Highlights
- Named runtime profiles for
openclaw,hermes,demo,local,claw3d, andcustombackends — each with its own saved URL and token in Studio settings instead of one global pair. - Multi-floor office runtime model with one runtime binding per floor and persistent per-floor state. Includes
lobby,openclaw-ground,hermes-first,local-runtime,claw3d-runtime,custom-second,training,traders-floor, andcampus. - Remote office messaging & handoffs for cross-office collaboration via new
/api/office/remote-messageand/api/office/remote-handoffroutes. - Local file uploads for chat attachments with allowlisted MIME types and a 10 MB cap.
claw3doctordiagnostics CLI with profile-scoped or--all-profilesruns, OpenClaw / Hermes / demo / custom-runtime probes, gateway failure classification, and JSON output. Available asnpm run doctor.- Hardened security defaults around CSP, Studio access gating, proxy handling, and runtime boundaries.
Added
- Named runtime profiles and profile-aware connection behavior across all backends.
- Multi-floor office model with floor roster persistence and a floor navigation HUD.
- Remote office messaging API with structured assistant-history reply resolution.
- Remote office handoff API supporting task / context / deliverables / acceptance criteria.
- Local file upload route for chat attachments.
claw3doctorCLI plus adoctorpackage script.- New product and architecture docs: runtime profiles, multi-floor architecture, claw3doctor spec, runtime profile architecture, refreshed roadmap, multi-agent beta, plus bulletin-board, desk-progression, hierarchy-and-teams, meeting-room-workflow, QA-department, and whiteboard specs.
Changed
- Runtime provider selection is now profile-aware instead of collapsing into one generic path.
- Studio settings persist per-profile URL/token entries with a coordinated bootstrap and hydration path.
- Remote agent chat panel and remote office presence updated for the new server-backed delivery and reply behavior.
- Production CSP drops
'unsafe-eval'(kept in dev for HMR), adds strictReferrer-Policy,X-Content-Type-Options,X-Frame-Options: SAMEORIGIN, restrictivePermissions-Policy,Cross-Origin-Resource-Policy: same-origin, and HSTS in production. - Access gate rewritten with constant-time token comparison, a per-IP rate limiter (10 attempts / 60s), and
TRUSTED_PROXY=1-gatedX-Forwarded-Forhandling. - Custom runtime provider and proxy URL handling tightened around runtime boundaries and allowlists.
Fixed
- Repaired merge-corrupted files and removed tracked merge artifacts from the earlier overlapping branch stack.
- Resolved a UTF-8 / Turbopack parsing issue and cleaned up Turbopack root and optional
openclawresolution warnings. - Office navigation and pathfinding tightened around floor-aware routing and runtime persistence.
Tests
- Added unit coverage for
claw3doctor, office floors, floor roster, runtime connection, gateway connection, office floor runtime persistence, agent fleet hydration derivation, and studio settings coordinator behavior.
Docs
- Replaced top-level
MULTI_AGENT_BETA.mdandROADMAP.mdwith stubs that point to canonical docs underdocs/. - Expanded
README.mdto describeLocalandClaw3Druntime modes, persistent backend profile configuration, and the additionallocalandclaw3dvalues forCLAW3D_GATEWAY_ADAPTER_TYPE.
Notes
This is still an early-stage release. Remote office workflows, runtime profiles, multi-floor offices, and the diagnostics CLI will continue to iterate quickly in upcoming versions.
Full Changelog: https://github.com/iamlukethedev/Claw3D/compare/v0.1.3...v0.1.4