anomalyco / anomalyco/opencode
[FEATURE]:内置多用户账户与工作区隔离
Open
@kitlangton is already working on this.
Since Sep 16, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Feature hasn't been suggested before.
- I have verified this feature I'm about to request hasn't been suggested before.
Describe the enhancement you want to request
当前 opencode 没有内置的用户账户/密码认证体系,username 仅是显示字段。对于本机多用户共享的场景,希望支持:
内置多普通用户账户(用户名+密码),而非依赖操作系统用户或 HTTP Basic Auth
每个用户绑定独立的工作区(workspace)目录
权限限制:普通用户只能在其工作区内操作,无法越权访问其他目录
示例需求:3个用户(如 test1/test2/test3),各自密码登录,各用各的 workspace。
thanks!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.