Releases: spencerkit/coder-studio
v0.2.5
v0.2.4
Release v0.2.4
v0.2.2
v0.2.2
v0.2.1
v0.2.1 现已发布。
这次更新主要聚焦在远程访问体验和发布完善上:
- 远程 public mode 访问不再强制要求 HTTPS
- 远程 HTTP 场景下,登录页现在会正常显示密码登录流程
- 仍然推荐公网部署时继续使用 HTTPS 反向代理,以避免口令和 session cookie 经过明文链路
- 新增了针对远程 HTTP 登录流程的 release E2E 覆盖
- 补充了 CHANGELOG.md,后续版本变化会持续在这里记录
- README 中补充了社区支持说明
This is a small but important patch release focused on making remote access easier to deploy.
Highlights
- Remote public-mode access no longer hard-requires HTTPS.
- Remote HTTP hosts now show the normal sign-in flow instead of being blocked by an HTTPS-only restriction.
- Deployment documentation now explains the HTTP/HTTPS tradeoff and
Securecookie behavior more clearly. - Added release E2E coverage for remote HTTP sign-in.
Why This Release
In the previous behavior, remote access was forced into HTTPS-only mode at the application layer. That was too strict for some real
deployment setups, especially when TLS is terminated upstream or when the service is used inside trusted internal environments.
With v0.2.1, Coder Studio is more flexible:
- HTTP is now allowed for remote access.
- HTTPS is still strongly recommended for any public-facing deployment.
- The sign-in experience is now consistent and does not block users unnecessarily on remote HTTP hosts.
Notes
- If you are exposing the service to the public internet, you should still use HTTPS.
- If you are deploying behind a reverse proxy or inside a private network, this release removes an unnecessary restriction and makes
setup simpler.
v0.2.0
Coder Studio v0.2.0 正式发布。
这一版的重点,是把产品从“能跑”进一步推进到“更适合真正安装、启动、部署和稳定使用”。我们围绕启动体验、运行架构、Linux 兼容性和发布链路,
做了一轮比较扎实的整理。
本次更新重点
- 首次使用更简单
现在如果用户第一次启动时还没有设置密码,CLI 会先引导完成密码设置,再继续启动流程。默认配置也已经补齐,大多数情况下不需要先手动配很多 参数。 - 默认配置可直接使用
如果你接受默认工作目录和默认监听地址,基本只需要设置密码,就可以直接开始用。对首次安装和试用会友好很多。 - 运行架构更轻
这一版进一步收敛为本地 server + Web UI 的形态,移除了多余的 Tauri runtime 壳层依赖。整体结构更直接,后续开发、调试和部署成本都会更
低。 - Linux 兼容性增强
重点补强了 Linux 发布链路,统一了 Linux 构建策略,并针对 Ubuntu 22.04 做了更稳妥的兼容路径,降低运行失败概率。 - 发布流程更完整
从版本校验、构建、打包,到多平台 npm 包发布和 GitHub Release 产物生成,这一整套发布流程已经可以稳定跑通。
适合升级的人群
- 希望直接通过 npm 安装使用的用户
- 在 Linux,尤其是 Ubuntu 22.04 上运行的用户
- 希望把 Coder Studio 部署到公网入口后的用户
- 希望降低首次配置成本的用户
Coder Studio v0.2.0 is now available
We’ve released Coder Studio v0.2.0.
This release is less about shipping flashy surface features and more about making the product truly installable, startable,
deployable, and reliable in day-to-day use. The focus of v0.2.0 is clear: simplify first-time setup, streamline the runtime
architecture, and harden Linux compatibility and release delivery.
Highlights
- Leaner runtime architecture
Coder Studio is now further consolidated around a local server + web UI model, with the extra Tauri runtime shell layer removed. The
result is a cleaner architecture and a more straightforward path for development, deployment, and release management. - Better first-run experience
If a user starts the app for the first time without a password configured, the CLI now guides them through password setup before
continuing the startup flow. In most cases, users no longer need to manually configure multiple settings up front. - Sensible defaults out of the box
For common setups, default configuration is now enough to get started. If the default workspace path and bind address work for you,
setting a password is all you need. - Improved Linux compatibility
This release hardens the Linux packaging and runtime path, with a stronger compatibility target for Ubuntu 22.04 and a more robust
release build strategy for Linux environments. - More reliable release pipeline
Version checks, packaging, multi-platform npm publishing, and GitHub Release artifact generation now run as a more complete and
stable release workflow.
Who should upgrade
- Users installing Coder Studio directly from npm
- Users running on Linux, especially Ubuntu 22.04
- Users deploying Coder Studio behind a public HTTPS entrypoint
- Anyone who wants a simpler first-time startup and setup flow
v0.1.3
中文版本
Coder Studio v0.1.3 正式发布
我们正式发布 Coder Studio v0.1.3。
Coder Studio 是一个本地优先的开发工作台,围绕真实 Git 仓库工作。它把仓库接入、Agent 运行、代码浏览与编辑、Git 操作和终端整合到同一个界 面里,帮助开发者更顺畅地完成从“提任务”到“提交代码”的完整闭环。
当前版本已经提供这些核心能力:
- 支持 Local Folder 和 Remote Git 两种工作区接入方式
- 支持 Native 运行,环境允许时支持 WSL
- 支持多 Pane 并行运行 Agent 任务
- 内置文件树、文件搜索、代码预览与编辑能力
- 内置 Git 面板,可查看改动并完成常见操作
- 内置终端面板,减少工具切换
- 支持中英文界面切换
- 提供 Public Mode,包含单口令登录、会话 Cookie、IP 封禁和 root.path 白名单
- 提供默认配置,首次启动若未设置密码,会先引导完成密码设置,再启动服务
如果你希望在一套本地工作流里,把 Agent、代码、Git 和终端放到一起,Coder Studio 现在已经可以直接上手使用。
安装方式:
npm install -g @spencer-kit/coder-studio
coder-studio start
coder-studio open
Release 地址:
https://github.com/spencerkit/coder-studio/releases/tag/v0.1.3
欢迎试用,也欢迎反馈你的使用场景、问题和建议。
English Version
Coder Studio v0.1.3 Is Now Available
We’re happy to announce the release of Coder Studio v0.1.3.
Coder Studio is a local-first development workspace built around real Git repositories. It brings repository access, agent sessions,
code browsing and editing, Git operations, and terminal workflows into one interface, making it easier to move through the full loop
from tasking to code review to commit.
This release includes the following core capabilities:
- Workspace onboarding with both Local Folder and Remote Git
- Support for Native execution, with WSL support when available
- Parallel agent workflows with multi-pane sessions
- Built-in file tree, search, code preview, and editing
- Built-in Git panel for inspecting changes and handling common actions
- Built-in terminal panel to reduce context switching
- Chinese and English UI support
- Public Mode with single-password authentication, session cookies, IP lockouts, and root.path allowlisting
- Sensible default configuration, with a first-run password setup flow before startup if no password has been configured yet
If you want a local workspace where agents, code, Git, and terminals live together in one place, Coder Studio is now ready to use.
Install with:
npm install -g @spencer-kit/coder-studio
coder-studio start
coder-studio open
Release link:
https://github.com/spencerkit/coder-studio/releases/tag/v0.1.3
We’d love to hear how you use it and what you’d like to see next.