Codex
c1018efb65
fix: assemble UniDesk SSH endpoint env
2026-06-09 21:33:02 +08:00
Lyon
de58bda353
Merge pull request #111 from pikasTech/fix/issue1054-hwpod-tools-path
...
修复 gitbundle tools shim 保留 wrapper 相对路径
2026-06-09 02:52:41 +08:00
Codex
fe33a6ee4b
fix: preserve gitbundle tool wrapper paths
2026-06-09 02:51:25 +08:00
Lyon
99973b07f4
Merge pull request #110 from pikasTech/fix/issue105-queue-cancel-run
...
修复 Queue cancel 未收敛 run 终态
2026-06-09 02:13:07 +08:00
Codex
70f2a6e22a
fix: propagate queue cancel to run state
2026-06-09 02:12:12 +08:00
Lyon
0227babce6
Merge pull request #109 from pikasTech/fix/issue105-queue-read-cancel
...
fix: 修复 Queue 已读投影和取消传播
2026-06-09 01:57:29 +08:00
Codex
88ed2c1791
fix: 修复 Queue 已读投影和取消传播
2026-06-09 01:55:42 +08:00
Lyon
424058e40b
Merge pull request #108 from pikasTech/fix-issue105-codex-tools-sandbox
...
fix: 修复 runner Codex shell 工具环境
2026-06-09 01:07:44 +08:00
Codex
aeb49460b7
fix: 修复 runner Codex shell 工具环境
2026-06-09 01:06:19 +08:00
Lyon
437822e5fd
Merge pull request #107 from pikasTech/fix/issue105-dynamic-profile-visibility
...
v0.1:动态 provider profile 纳入 backends 可见性
2026-06-09 00:30:50 +08:00
Codex
c685b749e4
fix: expose dynamic provider profiles in backends list
2026-06-09 00:28:32 +08:00
Lyon
56761b8e5f
Merge pull request #106 from pikasTech/fix/issue105-commander-task-plane
...
v0.1:收敛指挥官任务面与 runner tran 工具
2026-06-09 00:07:37 +08:00
Codex
2f5cf8b3d4
feat: close AgentRun commander task plane gaps
2026-06-09 00:06:53 +08:00
Lyon
96c8283574
Merge pull request #104 from pikasTech/fix/issue-103-dsflash-go-profile
...
fix: 接入 dsflash-go model catalog
2026-06-08 23:32:23 +08:00
Codex
6dd8c75528
fix: 接入 dsflash-go model catalog
2026-06-08 23:31:33 +08:00
Lyon
1bd65a4d1a
Merge pull request #102 from pikasTech/fix/hwlab-1045-gitbundle-ref
...
fix: gitbundle 从 repo ref 解析实际 commit
2026-06-08 15:05:27 +08:00
Codex
32318ea881
fix: resolve gitbundle source from repo ref
2026-06-08 15:04:08 +08:00
Lyon
e753b853ce
Merge pull request #101 from pikasTech/docs/gitbundle-runtime-reference
...
docs: update runtime assembly index
2026-06-08 12:01:49 +08:00
Codex
7eb8ab0549
docs: update runtime assembly index
2026-06-08 12:00:51 +08:00
Lyon
f206235f37
Merge pull request #100 from pikasTech/fix/issue1037-ignore-non-shebang-tools
...
fix: ignore non-shebang gitbundle tool files
2026-06-08 11:40:15 +08:00
Codex
811b58b71c
fix: ignore non-shebang gitbundle tool files
2026-06-08 11:39:34 +08:00
Lyon
a5250d985d
Merge pull request #99 from pikasTech/fix/issue1037-tree-bundle
...
支持 gitbundle 资源装配
2026-06-08 11:27:58 +08:00
Codex
52376fb71e
支持 gitbundle 资源装配
2026-06-08 11:21:34 +08:00
Codex
47b02b5101
feat: 支持 provider profile auth.json 写入
2026-06-08 10:59:38 +08:00
Codex
f86bee4563
docs: 明确 provider profile 动态 slug 规则
2026-06-08 10:33:18 +08:00
Codex
d082514f50
fix: 移除 v0.1 CI 自测试门禁
2026-06-08 05:40:08 +08:00
Codex
601d8190d0
feat: add provider profile removal
2026-06-08 05:30:48 +08:00
Codex
509c2aa6fd
fix: 支持动态 provider profile slug
2026-06-08 04:19:58 +08:00
Codex
bda8e3bb1e
修正 provider Secret create RBAC 语义
2026-06-08 02:17:33 +08:00
Codex
96bdc262ad
支持 provider profile Secret 首次创建
2026-06-08 02:08:50 +08:00
Codex
41886aef80
feat: 将 ofcx-go backend 收敛为 dsflash-go
2026-06-08 01:38:50 +08:00
Codex
eef59c74ee
fix: replace hardcoded backend profile validation with isBackendProfile()
...
The session creation route had a hardcoded check for only codex/deepseek/minimax-m3
profiles. Since ofcx-go was added to BackendProfile type and backend-profiles.ts
spec list, the validation must use isBackendProfile() from the shared module so
that adding new profiles only requires one data change, not scattered string checks.
Refs pikasTech/HWLAB#1034
2026-06-07 21:03:47 +08:00
Codex
3afb2bf8ec
feat: add ofcx-go provider profile for OpenCode Zen Go DeepSeek V4 Flash
...
- Add ofcx-go to BackendProfile type union
- Add ofcx-go backend profile spec (Codex app-server stdio)
- Add defaultConfig for ofcx-go (deepseek-v4-flash via Moon Bridge)
- Add Secret mount in deploy.json for runner projection
- Add RBAC access for ofcx-go provider secret
- Update self-test to cover 4 profiles
2026-06-07 20:14:52 +08:00
Codex
0ff445e182
feat: remove workspace file count limit, raise total size to 4MB
...
- maxWorkspaceFiles: 16 → Number.MAX_SAFE_INTEGER (unlimited)
- maxWorkspaceFilesTotalBytes: 512KB → 4MB
- Enables large skill directories (e.g. arm2d-skill with references)
2026-06-07 14:44:15 +08:00
Lyon
5ad29247ad
Merge pull request #98 from pikasTech/fix/workspace-seed-files-97
...
支持 ResourceBundleRef workspaceFiles
2026-06-06 18:00:00 +08:00
Codex
7b3c0ea584
fix: 支持 ResourceBundleRef workspaceFiles
2026-06-06 17:59:05 +08:00
Lyon
c320459deb
Merge pull request #95 from pikasTech/fix/provider-profile-config-toml
...
feat: 支持 provider profile config.toml 管理
2026-06-05 22:37:14 +08:00
Codex
dd58cf9a8e
feat: 支持 provider profile config.toml 管理
2026-06-05 22:35:40 +08:00
Lyon
17e9cd3995
fix: remove provider secret last-applied annotation ( #94 )
...
Co-authored-by: Codex <codex@pikas.tech >
2026-06-05 19:04:59 +08:00
Lyon
46e3b771bb
fix: upsert provider secrets without patch-file ( #93 )
...
Co-authored-by: Codex <codex@pikas.tech >
2026-06-05 18:50:50 +08:00
Lyon
a8f1e56367
fix: avoid provider secret last-applied annotation ( #92 )
...
Co-authored-by: Codex <codex@pikas.tech >
2026-06-05 18:34:13 +08:00
Codex
1d434cfc53
docs: align provider profile management status
2026-06-05 18:26:38 +08:00
Codex
7f5fc963c7
docs: align HWLAB assembly to HWPOD
2026-06-05 16:51:16 +08:00
Lyon
ffc4f5d6cb
Merge pull request #91 from pikasTech/fix/issue28-provider-validation-workspace
...
fix: provider validation 使用真实工作目录
2026-06-05 16:36:07 +08:00
Codex
25ec9f459d
fix: use existing workspace for provider validation
2026-06-05 16:34:54 +08:00
Lyon
a9891b45f5
Merge pull request #89 from pikasTech/fix/issue28-provider-secret-rbac
...
fix: 补齐 provider profile Secret RBAC
2026-06-05 16:24:38 +08:00
Codex
8099207353
fix: grant provider profile secret rbac
2026-06-05 16:23:33 +08:00
Lyon
aef9a66a11
Merge pull request #88 from pikasTech/feat/issue28-provider-profile-management
...
feat: 增加 provider profile 管理 API
2026-06-05 16:09:16 +08:00
Codex
05809058a5
feat: add provider profile management api
2026-06-05 16:07:26 +08:00
Codex
8e64a3974a
docs: add provider profile management spec
2026-06-05 15:48:30 +08:00