Conversation
- Group preset capabilities by source and add per-group select/clear actions in the selector - Add batch enable/disable controls for skill groups, including install and synthetic-disable paths - Thread capability source metadata through preset payloads so source labels can drive grouping UI - Update preset type model and editor/dialog plumbing to preserve source information - Add new i18n labels for group selection and enable/disable actions across locales
- Add skill-reference payload schema plumbing across backend session/task queue config and frontend API validation - Persist and expose skill references in session queue items so they flow into user message metadata - Add task composer skill autocomplete/insertion and reference lifecycle filtering for typed `/` and `$` triggers - Render skill references inline in user messages and include them in send payloads for queued tasks - Merge referenced skills into skill config toggles during task submission
- Replace direct `navigator.clipboard.writeText` usage in chat messages with `copyToClipboard` - Preserve existing copy-success state updates while routing copy failures through utility error callbacks - Apply the same copy path for both assistant and user message components
- Export shared execution mapping and snapshot components to support mobile-specific reuse - Add a dedicated mobile share view with run-aware chat/computer/artifacts tabs - Add mobile run timeline and full run list sheet for browsing historical executions - Keep desktop share layout intact while introducing a read-only composer placeholder on mobile
…utes - Add workspace preview-token utilities and endpoint routes for session/run raw file streaming - Generate scoped, time-limited preview URLs when building workspace file nodes so viewer and frontend use same-origin paths - Resolve export object keys with manifest fallback and return inline-stream responses with MIME-based content type - Add token verification coverage and fallback object-key tests for workspace export utilities - Relax HTML iframe sandbox for same-origin workspace pages while keeping cross-origin hardening in place
- Return an empty string when execution output is undefined to avoid displaying placeholder text in tool viewer - Keep normal JSON pretty-printing while safely falling back to `String(value)` for non-serializable data - Add regression tests covering undefined values, symbols/functions, and JSON formatting behavior
…ntime wiring - Switch preset/project service tests to mock `get_visible_by_id` and related repo methods that now enforce resource visibility - Update preset and project API test setup with explicit dependency overrides and teardown cleanup for isolated execution - Extend server execution observability tests with mocked persistent runtime service returns for runtime-key derivation - Align project and session service fixtures with new project model fields and renamed runtime release-path references
- Add server delete API call and membership hook action to remove a server then switch to a fallback server - Add role- and type-gated delete availability (owner-only, non-personal) with loading-state handling and toasts - Replace single access button with a server settings menu containing add/join and delete actions - Add confirmation dialog for server deletion using localized labels and descriptions - Wire new server action handlers through conversation page and sidebar components
- Import `urlencode` for session local mount URL helpers so pyrefly resolves the name - Reflow workspace export test URL builder formatting - Reformat shared session and server conversation TSX expressions for frontend style checks
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
本次更新主要围绕能力配置、聊天编排和共享浏览体验展开:补强了 preset / skill 的分组选择与批量操作能力,让聊天输入框和 task composer 可以直接引用 skill,并完善了相关前后端透传与消息展示链路;同时优化了共享会话在移动端的浏览体验,并将工作区导出文件预览切换为签名同源流式访问;此外补充了 server owner 侧的删除入口,以及若干消息复制和 tool 结果展示细节修复。
1. 能力配置
2. Skill 引用
/、$触发 skill 自动补全与插入。3. 共享与工作区体验
4. 交互与服务管理
English Version
Summary
This update focuses on capability configuration, chat/task composition, and shared session browsing. It adds grouped preset and skill selection with batch actions, enables direct skill references in chat input and the task composer with end-to-end payload and rendering support, improves the mobile experience for shared sessions, and switches workspace export previewing to signed same-origin streaming routes. It also adds an owner-only server deletion flow and fixes several message copy and tool-result rendering issues.
1. Capability Configuration
2. Skill References
/and$triggered skill autocomplete and insertion in chat input and the task composer.3. Shared Session and Workspace Experience
4. Interaction and Server Management