Frontend UI v2 - #36
Open
jin-shan-shan wants to merge 152 commits into
Open
Conversation
- 移除旧的 Go 后端服务、配置与构建相关文件 - 新增 buf 配置、Svelte 开发环境与测试支持 - 添加 V2 API 兼容层与未实现能力提示组件 - 新增脚本服务、工具函数与各类测试用例 - 清理并更新前端依赖与配置文件 - 新增多组 E2E 测试用例与测试桩组件
Hide images/skills tabs in ResourcePanel and cache/share fieldsets in MountResourceList via CSS. Add gateway docker dev scripts, workspace panel component test, and refine workspace binding/preflight logic. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
…r stack - DataMountPanel: file browser now uses the volume's own project-key label (volumeOwnerKey) instead of the current project key, so re-keyed managed volumes stay browsable; widen fileBrowsable to accept any valid ws_ key - DataMountPanel: hide the cache/share resource-type options in the mount modal (kept in DOM, reversible) - docker: remove the obsolete all-in-one image/s6 overlay/compose file and related docs/tests; clarify LOCAL_VOLUME_ROOT comments in full compose and switch the daemon image default to chaitin/agent-compose:latest - internal/app: drop stale shutdown/proxy-panic server tests - .gitignore: ignore release_amd artifacts Co-Authored-By: Claude <noreply@anthropic.com>
…rience 1. add docker/pack-release.sh one-click offline packaging script 2. add disabled default for ResourcePanel onApply callback 3. add disabled prop and check for WorkspaceUpload component 4. add reload button and pending change detection to WorkspaceBindingBar 5. optimize workspace agent switching and apply logic 6. add comprehensive tests for workspace and mount panel features 7. update .gitignore with common build and cache files
Vitest 4 defaults mainFields to [], which makes Vite skip the `module` field when resolving package entries. monaco-editor@0.52.x only exposes `module` (no `main`, no `exports`), so `import 'monaco-editor'` fails with "Failed to resolve entry for package" before vi.mock can intercept it. Set mainFields explicitly to restore traditional resolution. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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.
No description provided.