|
| 1 | +--- |
| 2 | +# v1.10.0 — Async Agent Messaging, Atlas Onboarding & Robust File/Code Streaming |
| 3 | + |
| 4 | +## What's New |
| 5 | + |
| 6 | +### Async Agent-to-Agent Communication |
| 7 | +- **A2A (Agent-to-Agent) async messaging enabled by default**: Modernizes inter-agent communication, ensuring agents can message each other asynchronously. Existing tenants are auto-repaired on startup for seamless transition and compatibility. |
| 8 | +- **Optimized trigger logic and error handling**: Improves reliability when invoking agent triggers, handling edge cases more gracefully across communication workflows. |
| 9 | + |
| 10 | +### Onboarding Experience — Atlas Design System |
| 11 | +- **Complete onboarding rewrite using Atlas design system**: Revamped 4-screen onboarding with paper/night foundations, cosmographic visuals, personality chips, animated SVG brand marks, and responsive layouts. |
| 12 | +- **OriginPlate and UniverseMap branding**: Login and multi-screen flows now match latest mockups with upgraded illustrations, decorative motifs, and increased accessibility. |
| 13 | +- **Phase-wise UI enhancements**: Phases 1–3 implemented for core onboarding journey, improving engagement and brand cohesion. |
| 14 | + |
| 15 | +### Streaming & Workspace File Delivery |
| 16 | +- **Real-time file delivery injection in A2A chat sessions**: Files are now sent directly into agent-to-agent conversations, enhancing collaborative workflows. |
| 17 | +- **Live code execution streaming**: Code output is streamed to the right-side Code panel in real-time, including improved error handling, truncated output on timeout, and user-facing retry hints. |
| 18 | +- **Chromium PDF sandboxing improvements**: Improved Linux compatibility by adding `--no-sandbox` argument, ensuring stable PDF generation for workspace files. |
| 19 | + |
| 20 | +### UI/UX Enhancements |
| 21 | +- **Atlas login/dialog polish**: Login screens unified with refined chrome, cosmography plates, compass motifs, and improved brand mark SVG. |
| 22 | +- **Multi-select personality chips and dynamic transitions**: Boosts agent creation flexibility and onboarding clarity. |
| 23 | +- **Notification bar stabilization**: Top notification now stays fixed, with sticky elements offset below for consistent experience. |
| 24 | +- **Agent and enterprise settings refactoring**: Settings tabs and detail page shells recalibrated for clarity. |
| 25 | + |
| 26 | +### Chat & Pagination Improvements |
| 27 | +- **Cursor-based pagination for chat history**: Allows smooth scrolling through long chat sessions, reduces page load times, and supports scalable transcript navigation for end users. |
| 28 | + |
| 29 | +### Authentication & Provider Management |
| 30 | +- **Global Single Sign-On (SSO) custom domain toggle**: Administrators can now switch SSO redirect behavior platform-wide, including adaptive UI theming. |
| 31 | +- **OAuth multi-tenant flow and provider support**: Added platform-level OAuth providers for Google and GitHub, improving identity integration for organizations. |
| 32 | +- **Google Workspace SSO routing hardening**: Refined org member links and provider routing to support enterprise teams using Google Workspace. |
| 33 | + |
| 34 | +### Workspace & Tool Reliability |
| 35 | +- **Workspace file deletion restricted to managers**: Tightens workspace security by limiting destructive actions to those with management rights. |
| 36 | +- **S3/GCS endpoint auto-detection and compatibility**: Removes ‘SignatureDoesNotMatch’ errors; GCS endpoints now auto-configure for correct V4 signing. |
| 37 | +- **AgentTool relationship backfill and dynamic loading**: Ensures all configured agents have proper tool records; disables tools respected in LLM payloads. |
| 38 | + |
| 39 | +### Optimizations |
| 40 | +- **Reduce DB connection pool exhaustion**: Lowers risk of backend overload during LLM calls, ensuring more stable service. |
| 41 | +- **High-availability (HA) runtime improvements**: Backend deployment logic cleaned up for smoother scaling and reliability. |
| 42 | +- **Dynamic tool log persistence and optimized skill seeding**: Tool logs now persisted for channels with faster skill relationship loading, improving auditability and first-run experience. |
| 43 | +- **Sandbox and workspace fallback logic**: Allows local fallback when sandbox environment (bwrap) is unavailable, relaxes subprocess restrictions for broader compatibility. |
| 44 | +- **Improved release workflow and auto-tagging**: Protected branch deployment, auto PR tagging, and smoother release ops. |
| 45 | + |
| 46 | +## Bug Fixes |
| 47 | + |
| 48 | +- **Workspace file deletion**: Only users with manager permissions can delete workspace files, preventing unauthorized data loss. |
| 49 | +- **DB migration & tool record issues**: Alembic migration conflicts resolved, tool backfill now uses `commit()` for consistency, skips missing AgentTool records, and honor user-disabled tools in LLM call payloads. |
| 50 | +- **Chat message/file injection errors**: Corrected DetachedInstanceError and import paths for chat/file delivery, preventing communication and file transfer failures. |
| 51 | +- **Live event handling in Agent Detail**: Fixed ghost user bubble artifacts caused by agentbay_live events. |
| 52 | +- **Sandbox streaming & timeout**: Proper capturing of code execution stream output on timeout, descriptions now respect config limits (default 60s, max 1h). |
| 53 | +- **PDF rendering fallback logging**: Improved diagnostic messages and error traces for PDF generation under Linux. |
| 54 | +- **UI/UX Minor Fixes**: Numerous adjustments across Atlas screens — logo, ring gaps, cosmography, section labels, indicator lines, and login plate visuals revised for coherence. |
| 55 | +- **SSO, OAuth, and deployment**: Vercel env var type updated to ‘encrypted’, Google Workspace SSO provider routing adjusted, global SSO and reset password theme fixes. |
| 56 | +- **GCS/S3 signature errors**: GCS signature configuration auto-corrects endpoint and resolves API mismatch. |
| 57 | +- **Markdown rendering and workflow**: Improved markdown rendering and refined release workflow triggers. |
| 58 | + |
| 59 | +## Upgrade Guide |
| 60 | + |
| 61 | +### Docker Deployment |
| 62 | + |
| 63 | +```bash |
| 64 | +git pull origin main |
| 65 | +
|
| 66 | +# Rebuild and restart services |
| 67 | +docker compose down && docker compose up -d --build |
| 68 | +``` |
| 69 | + |
| 70 | +### Source Deployment |
| 71 | + |
| 72 | +```bash |
| 73 | +git pull origin main |
| 74 | +
|
| 75 | +# Rebuild frontend |
| 76 | +cd frontend && npm install && npm run build |
| 77 | +cd .. |
| 78 | +
|
| 79 | +# Restart backend / frontend services |
| 80 | +``` |
| 81 | + |
| 82 | +### Kubernetes / Helm |
| 83 | + |
| 84 | +```bash |
| 85 | +helm upgrade clawith helm/clawith/ -f values.yaml |
| 86 | +``` |
| 87 | + |
| 88 | +## Notes |
| 89 | + |
| 90 | +- **Atlas onboarding and agent creation screens**: UI/design foundation changed substantially. Custom themes or branding may require review. |
| 91 | +- **Agent-to-Agent async messaging (A2A)** is now standard. Legacy tenant configs are auto-repaired; review downstream automations if you rely on custom agent communication logic. |
| 92 | +- **OAuth/SSO behavior and domain redirects**: New global toggle and improved routing; check your organization’s identity provider setup for compatibility. |
| 93 | +- **Code execution sandboxes**: Timeout is now read from config, max timeout raised to 1h. Ensure configs are up-to-date if you leverage extended runtimes. |
| 94 | +- **Workspace permissions**: Only managers may delete workspace files. Review role assignments to ensure proper access control. |
| 95 | +- **Release workflow improvements**: Protected branch and PR auto-tagging are now supported. Update any internal release scripts if needed. |
| 96 | +- **GCS/S3 endpoint auto-detection**: GCS storage integrations will now self-configure for correct signature version. If you use custom endpoints, verify compatibility. |
| 97 | +- **No manual database migration required**: Schema migrations run automatically on application startup. |
| 98 | + |
| 99 | +--- |
| 100 | + |
| 101 | +--- |
| 102 | + |
1 | 103 | # v1.9.2 — Workspace Governance, Tool UX & Token Cache Accounting |
2 | 104 |
|
3 | 105 | ## What's New |
|
0 commit comments