Releases: spencerkit/coder-studio
Release list
@spencer-kit/coder-studio 0.5.5
Coder Studio v0.5.5
中文
这个版本为什么重要
v0.5.5 把最近一轮 workspace 与 runtime 的大改动整理成一个可发布版本。它把 canvas、技能管理、terminal profile、automation entry 和一批 workspace 交互改进合到同一个交付里,同时补上了 Windows WSL 编码识别和 pane divider 可见性这类会直接影响日常使用的修复。
实际体验上,这个版本意味着:
- workspace 现在可以直接承载 canvas 文件与架构/报告视图,不再只能停留在普通文本编辑
- 技能管理、技能文件编辑和内置能力桥接更完整,workspace 内的技能工作流更顺手
- terminal profile 与 runtime 装配能力更成熟,尤其是 Windows/WSL 环境下的终端识别更可靠
- 桌面端和移动端的 workspace、skills、settings、open editors 与 terminal 相关交互更一致
这个版本包含哪些变化
- 新增 canvas 数据模型、服务端路由、渲染组件和嵌入式 canvas 路径,支持架构图和报告画布
- 扩展技能管理能力,补齐技能文件读写、挂载、推荐与内置 automation bridge 相关流程
- 引入 terminal profile 注册与检测链路,并修复 Windows 下
wsl.exe -l -q的 UTF-16 输出解码 - 更新 automation entry、runtime 装配、host/runtime router 与 session 相关能力,提升运行时组织方式
- 打磨 workspace、skills panel、code editor tabs、mobile drawer、settings terminal section 等 UI 细节
- 修复 agent pane split divider 不可见问题,并补强相关主题测试
- 同步更新文档、预览场景、测试与发布辅助脚本
谁最受益
- 需要在 workspace 内查看或维护架构图、报告画布的用户
- 重度依赖技能管理、自定义技能与自动化桥接能力的用户
- 在 Windows 或 WSL 环境中运行 Coder Studio 的开发者
- 希望桌面端和移动端 workspace 体验更完整、更稳定的日常使用者
安装或升级
npm install -g @spencer-kit/coder-studio@latest
coder-studio open完整变更
English
Why this release matters
v0.5.5 packages the latest workspace and runtime refresh into a releasable build. It brings canvas support, skill-management improvements, terminal profile handling, automation entry updates, and a broad set of workspace refinements into one delivery, while also fixing daily-use issues like Windows WSL label decoding and invisible pane dividers.
In practice, this release means:
- the workspace can now handle canvas files and architecture/report views instead of treating everything as plain text
- skill management, skill-file editing, and builtin automation bridging are more complete inside the workspace
- terminal profile detection and runtime assembly are more mature, especially for Windows and WSL environments
- desktop and mobile flows across workspace, skills, settings, open editors, and terminal interactions behave more consistently
Included in v0.5.5
- add canvas domain models, server routes, rendering components, and embedded canvas paths for architecture and report canvases
- expand skill-management workflows with skill-file read/write flows, mounting improvements, recommendations, and a builtin automation bridge
- introduce terminal profile registry and detection flows, and fix UTF-16 decoding for
wsl.exe -l -qon Windows - update automation entry, runtime assembly, host/runtime routing, and session plumbing for a cleaner runtime structure
- refine workspace, skills panel, code editor tabs, mobile drawer, and terminal settings UI surfaces
- restore visible agent pane split dividers and strengthen the related theme tests
- sync docs, preview scenes, tests, and release-supporting scripts with the new behavior
Who benefits most
- users who need to view or maintain architecture diagrams and report canvases inside the workspace
- users who rely heavily on skill management, custom skills, and automation bridge flows
- developers running Coder Studio in Windows or WSL environments
- daily users who want a fuller, more stable workspace experience across desktop and mobile
Install or upgrade
npm install -g @spencer-kit/coder-studio@latest
coder-studio openFull changelog
@spencer-kit/coder-studio 0.5.4
What's Changed
- feat: refresh develop workspace and runtime updates by @pallyoung in #82
- release: version packages by @github-actions[bot] in #83
Full Changelog: v0.5.3...v0.5.4
@spencer-kit/coder-studio 0.5.3
What's Changed
- fix: exclude dev-browser-sw.js from static glob by @pallyoung in #80
- release: version packages by @github-actions[bot] in #81
Full Changelog: v0.5.2...v0.5.3
@spencer-kit/coder-studio 0.5.2
What's Changed
- fix: stabilize web tests and dev-browser handling by @pallyoung in #77
- release: version packages by @github-actions[bot] in #78
Full Changelog: v0.5.1...v0.5.2
@spencer-kit/coder-studio 0.5.1
What's Changed
- fix(web): hide extension status entry by @pallyoung in #74
- chore: add extension entry changeset by @pallyoung in #75
- release: version packages by @github-actions[bot] in #76
Full Changelog: v0.5.0...v0.5.1
@spencer-kit/coder-studio 0.5.0
What's Changed
- Merge develop into main by @pallyoung in #71
- Merge develop into main for minor release by @pallyoung in #72
- release: version packages by @github-actions[bot] in #73
Full Changelog: v0.4.9...v0.5.0
@spencer-kit/coder-studio 0.4.9
Coder Studio v0.4.9
中文
这个版本为什么重要
v0.4.9 是一轮围绕 workspace 编码体验、诊断安装、Vue 编辑支持和运行监控的集中升级。它把缺失系统依赖的发现与安装、Vue 3 LSP 语义能力、VS Code 风格的搜索替换、commit history 文件级预览,以及更清晰的监控设置整合到同一个工作流里,让 Coder Studio 更接近一个可以长期驻留的浏览器 IDE。
实际体验上,这个版本意味着:
- Diagnostics 可以识别并安装关键系统依赖,减少因为 Git、Node 或语言服务缺失导致的配置阻塞
- Vue 文件获得更完整的编辑体验,包含 managed Vue LSP、TypeScript bridge、Monaco 语言注册和语义高亮恢复
- workspace search / replace 更接近 VS Code 的使用方式,并由 server 统一处理匹配、预览和替换语义
- commit history 不再只是提交列表,可以按文件查看改动,并在编辑器区域预览文本和图片差异
- Performance monitoring 进入 Settings 工作流,支持 host、runtime、workspace、session 和 subprocess 维度的可配置观察
- 工作区面板、Open Editors、draft pane 和 mobile files 面板的状态表达更统一,重载和窄面板场景更稳
这个版本包含哪些变化
- 新增 system dependency runtime diagnostics、interactive installer、安装状态轮询和 Diagnostics 安装面板
- 新增 managed Vue LSP 支持,并通过 tsserver bridge 恢复 Vue 3 项目的 TypeScript 语义能力
- 注册 Vue Monaco language,补齐 Vue 文件路由、LSP provider 映射、语义 tokens 和 Windows runtime hardening
- 新增 performance monitoring 域,采集 host CPU / memory、Coder Studio runtime、workspace / session / subprocess attribution,并接入 settings 控制
- 重做 monitoring settings hierarchy,优化桌面端和移动端的状态卡片、刷新动作、间距和视觉层级
- 将 workspace search and replace 对齐 VS Code 模型,新增 server-side search/replace 语义、分组状态、预览动作和快速回退保护
- 新增 structured git history diff commands、commit file list preview、commit SHA image revisions 和文件级 history diff preview
- 稳定 file tree refresh,并为 gitignored entries 提供更明确的样式表达
- 在 workspace launch modal 中新增 inline folder creation,并补齐路径校验、取消失效和 stale request guard
- 统一 explorer、search、git panel 和 mobile files 的 workbench chrome,恢复 git staged / changes sections、折叠动作和选择态
- 将 editor panes 集成进 agent layout,补齐单 editor pane 路由、active pane targeting 和 normalized pane layout 持久化
- 将 open editor state 持久化到 server,优化 dirty state、open files sidebar controls、窄面板 draft launcher 和 editor toolbar 回归
- 新增 seasonal themes,并翻译剩余 UI copy,让设置、编辑器、终端和 workspace 边界文案更完整
- 修复 local preview resource rewriting、terminal recovery activation gating、Windows shim Node fallback 和多项 CI / 测试覆盖问题
谁最受益
- 使用 Vue 3、TypeScript 和 Monaco 编辑器语义能力的前端开发者
- 需要在新机器或远程环境里快速修复缺失依赖的用户
- 高频使用 workspace search / replace、git history 和文件级 diff review 的用户
- 同时打开多个 editor pane、draft pane 和 agent session 的重度工作区用户
- 需要观察 Coder Studio runtime、workspace session 和 subprocess 资源占用的用户
- 在桌面端和移动端之间切换,并依赖一致 workspace 面板行为的开发者
安装或升级
npm install -g @spencer-kit/coder-studio
coder-studio open完整变更
English
Why this release matters
v0.4.9 is a broad workflow release for workspace coding, dependency diagnostics, Vue editing, and runtime monitoring. It brings system dependency detection and installation, Vue 3 LSP semantics, VS Code-style search and replace, file-level commit history previews, and clearer monitoring settings into one more coherent browser IDE experience.
In practice, this release means:
- Diagnostics can detect and install required system dependencies, reducing setup blockers around Git, Node, and language tooling
- Vue files get a much stronger editing path with managed Vue LSP, a TypeScript bridge, Monaco language registration, and restored semantic highlighting
- workspace search and replace behaves closer to VS Code, with the server owning match, preview, and replacement semantics
- commit history now supports file-level review, including text and image diff previews inside the editor surface
- Performance monitoring moves into the Settings workflow with configurable views across host, runtime, workspace, session, and subprocess activity
- workspace panels, Open Editors, draft panes, and mobile files surfaces are more consistent and more resilient across reloads and narrow layouts
Included in v0.4.9
- add system dependency runtime diagnostics, an interactive installer, install-status polling, and a Diagnostics install panel
- add managed Vue LSP support and restore Vue 3 TypeScript semantics through a tsserver bridge
- register the Vue Monaco language and tighten Vue file routing, LSP provider mapping, semantic tokens, and Windows runtime behavior
- add the performance monitoring domain for host CPU / memory, Coder Studio runtime, workspace / session / subprocess attribution, and settings-driven controls
- redesign the monitoring settings hierarchy with clearer cards, refresh actions, spacing, and desktop / mobile visual parity
- align workspace search and replace with a VS Code-style model, including server-owned search / replace semantics, grouped state, preview actions, and rapid-revert guards
- add structured git history diff commands, commit file list previews, commit SHA image revisions, and file-level history diff previews
- stabilize file tree refresh and give gitignored entries a clearer visual treatment
- add inline folder creation to the workspace launch modal with stronger path validation, cancel invalidation, and stale-request guards
- unify the explorer, search, git panel, and mobile files surfaces around shared workbench chrome, including restored staged / changes sections, collapsible sections, and selection states
- integrate editor panes into the agent layout, with single editor pane routing, active pane targeting, and normalized pane layout persistence
- persist open editor state on the server and refine dirty-state indicators, open-files sidebar controls, narrow-pane draft launcher behavior, and editor toolbar regressions
- add seasonal themes and translate remaining UI copy across settings, editor, terminal, and workspace surfaces
- fix local preview resource rewriting, terminal recovery activation gating, Windows shim Node fallback, and CI / test stability gaps
Who benefits most
- frontend developers working with Vue 3, TypeScript, and Monaco editor semantics
- users setting up Coder Studio on fresh machines or remote environments with missing dependencies
- users who rely heavily on workspace search / replace, git history, and file-level diff review
- heavy workspace users with multiple editor panes, draft panes, and agent sessions open at once
- users who need visibility into Coder Studio runtime, workspace session, and subprocess resource usage
- developers switching between desktop and mobile sessions who expect consistent workspace panel behavior
Install or upgrade
npm install -g @spencer-kit/coder-studio
coder-studio openFull changelog
@spencer-kit/coder-studio 0.4.8
What's Changed
- release: merge develop into main by @pallyoung in #66
- chore(release): add patch changeset for main release by @pallyoung in #67
- release: version packages by @github-actions[bot] in #68
Full Changelog: v0.4.7...v0.4.8
@spencer-kit/coder-studio 0.4.7
What's Changed
- merge: develop into main by @pallyoung in #64
- release: version packages by @github-actions[bot] in #65
Full Changelog: v0.4.6...v0.4.7
@spencer-kit/coder-studio 0.4.6
What's Changed
- Merge develop into main for patch release by @pallyoung in #62
- release: version packages by @github-actions[bot] in #63
Full Changelog: v0.4.5...v0.4.6