Commit Graph

1603 Commits

Author SHA1 Message Date
Codex Agent 1ce1a40292 refactor: model runtime lanes by node config 2026-06-08 17:44:25 +08:00
Codex Agent 9ce42e810f fix: align runtime lane kustomization resources 2026-06-08 16:21:16 +08:00
Codex Agent df2a24a345 Refresh Argo for runtime lanes 2026-06-08 16:12:33 +08:00
Codex Agent e06f348dca Fix runtime lane GitOps promote path 2026-06-08 16:02:07 +08:00
Codex Agent 6a8aa7da2a Generalize artifact catalog refresh lanes 2026-06-08 15:54:23 +08:00
Codex Agent d25c992a71 Remove stale runtime download script 2026-06-08 15:43:43 +08:00
Codex Agent f4b6c12488 Configure runtime lane download stack 2026-06-08 15:39:17 +08:00
Codex Agent e63e2afbe4 Generalize artifact publish runtime lanes 2026-06-08 15:14:14 +08:00
Codex Agent 5e59a75ff8 Generalize CI plan runtime lanes 2026-06-08 15:07:35 +08:00
Codex Agent 8874f79b0b Fix git mirror missing ref detection 2026-06-08 14:54:59 +08:00
Codex Agent 1657c84697 Generalize runtime lane git mirror refs 2026-06-08 14:46:20 +08:00
Codex Agent 6c5166d816 Add HWLAB v0.3 lane expansion config 2026-06-08 14:08:18 +08:00
Codex Agent 34ee947285 feat: add caserun prompt preview 2026-06-08 13:27:16 +08:00
Codex Agent 1b87c3d672 fix: pass env recipe into v02 artifact publish 2026-06-08 13:26:07 +08:00
Codex Agent a5f38a95ee docs: document v02 deploy yaml source 2026-06-08 13:21:26 +08:00
Codex Agent 435ce50f11 fix: refresh full trace aggregates in caserun 2026-06-08 13:14:53 +08:00
Codex Agent 19161b5f82 fix: preserve full web trace details 2026-06-08 13:13:48 +08:00
Codex Agent 23c414834f fix: install v02 prepare-source dependencies 2026-06-08 13:04:56 +08:00
Codex Agent a309f06867 fix: polish caserun aggregate trace markdown 2026-06-08 13:04:29 +08:00
Codex Agent 225269b5ad fix: resolve hwpod by id for caserun agents 2026-06-08 12:51:42 +08:00
Codex Agent 5a92233bd9 refactor: keep deploy yaml parsing in config layer 2026-06-08 12:42:30 +08:00
Codex Agent e17d7f92b2 docs: use deploy config reader in smoke example 2026-06-08 12:40:05 +08:00
Codex Agent 8bbad10a01 fix: finish deploy yaml config cleanup 2026-06-08 12:35:31 +08:00
Codex Agent 7021c693be docs: align v02 deploy config references 2026-06-08 12:22:54 +08:00
Codex Agent 916838bde4 feat: update caserun aggregation and v02 deploy config 2026-06-08 12:21:09 +08:00
Lyon d07565c6f1 Merge pull request #1044 from pikasTech/issue1011-remove-direct-helper-workspacefiles
fix: remove direct helper workspaceFiles injection
2026-06-08 12:20:20 +08:00
Codex Agent 6b175ea28a fix: remove direct helper workspaceFiles injection 2026-06-08 12:19:31 +08:00
Lyon fb09510d63 Merge pull request #1042 from pikasTech/docs/gitbundle-skill-reference
docs: update code agent gitbundle skill reference
2026-06-08 12:01:49 +08:00
Codex Agent e86cf0b271 docs: update code agent gitbundle skill reference 2026-06-08 12:00:51 +08:00
Codex Agent 1160089d3b fix: make hwpod workspace search node-native 2026-06-08 11:29:37 +08:00
Lyon 1798e1845e Merge pull request #1040 from pikasTech/fix/issue1037-client-only-bundle
v0.2 切换 AgentRun 资源装配到 gitbundle
2026-06-08 11:27:58 +08:00
Codex Agent 9d76230bc3 切换 AgentRun 资源装配到 gitbundle 2026-06-08 11:25:54 +08:00
Codex Agent c52ba0dac2 feat: 支持 provider profile auth.json CLI 写入 2026-06-08 10:59:38 +08:00
Codex Agent c0b3939624 docs: document code agent profile inheritance 2026-06-08 10:37:56 +08:00
Codex Agent 6d1b1fd7ea code-agent: inherit child profile via env 2026-06-08 08:18:13 +08:00
Codex Agent 7408ba9da7 feat: add provider profile removal delegation 2026-06-08 05:29:11 +08:00
Codex Agent 466a5350de feat: remove static provider profile gating 2026-06-08 04:58:29 +08:00
Codex Agent 34788702dc Allow dynamic AgentRun provider profiles 2026-06-08 03:22:26 +08:00
Codex Agent 97998ffec7 feat: add ofcx-go to code agent session provider profile allowlist
CODE_AGENT_PROVIDER_PROFILE_IDS was missing ofcx-go, causing session
creation to normalize ofcx-go back to the default deepseek profile.
Adding ofcx-go to the allowlist ensures sessions are created with the
correct providerProfile that propagates to AgentRun backend profile routing.

Refs pikasTech/HWLAB#1034
2026-06-07 23:01:14 +08:00
Codex Agent d3a9f592c2 feat: add ofcx-go model and provider mappings to agentrun adapter
ofcx-go uses deepseek-v4-flash model (not deepseek-chat) and identifies
as provider ofcx-go (not deepseek). Without these mappings, the adapter
falls back to deepseek defaults, causing ofcx-go sessions to route through
the wrong model.

Refs pikasTech/HWLAB#1034
2026-06-07 22:28:13 +08:00
Codex Agent a592bd9ad0 fix: keep v02 edge proxy probe local 2026-06-07 21:58:46 +08:00
Codex Agent 18bdaf313f fix: launch v02 bridge containers with env reuse 2026-06-07 21:49:54 +08:00
Codex Agent 1b76fb3760 fix: enable v02 env reuse for runtime services 2026-06-07 21:26:07 +08:00
Codex Agent 7a7dac50a8 feat: add ofcx-go provider profile to cloud-api
Add ofcx-go (DeepSeek V4 Flash via OpenCode Zen Go) to the public provider
profiles list and wire its bridge summary to the existing hwlab-deepseek-proxy
Moon Bridge service. This allows cloud-api to accept ofcx-go as a valid
provider profile for Code Agent sessions and delegate to AgentRun.

Changes:
- Add ofcx-go to publicProfiles Set in provider-profile-management.ts
- Add opencodeZenGoBridgeSummary() returning the shared Moon Bridge URL
- Wire ofcx-go profile to bridge summary in normalizeProfileData()

The Moon Bridge side (opencode provider + deepseek-v4-flash route) was
already deployed in commit c19b6ef5. This commit completes the cloud-api
routing for the ofcx-go profile.

Refs pikasTech/HWLAB#1034
2026-06-07 20:43:43 +08:00
Codex Agent c19b6ef529 feat: add ofcx-go code agent profile and Moon Bridge OpenCode route
- Add ofcx-go to backendProfiles allowlist in agentrun-dispatch.mjs
- Extend deepseek-proxy Moon Bridge config with opencode provider
- Add deepseek-v4-flash model and opencode route to Moon Bridge config
- Add OPENCODE_API_KEY env var injection from hwlab-v02-code-agent-provider Secret
- Support both deepseek and opencode providers in shared Moon Bridge instance
2026-06-07 20:15:05 +08:00
Codex Agent 28d363f8c9 fix: add missing commas in toolAliases and skillRefs arrays 2026-06-07 18:25:15 +08:00
Codex Agent 4c3a8951f6 feat: hwlab-code-agent tool and skill for agent scheduling
- tools/hwlab-code-agent-cli.ts: thin wrapper importing from skills/
- skills/hwlab-code-agent/: SKILL.md, config.json, scripts/src/client.ts
- toolAliases: hwlab-code-agent (spawn/poll/result/trace)
- skillRefs: hwlab-code-agent SKILL.md
- hwpod spec auto-inheritance: --spec-path, CWD .hwlab/, HWPOD_SPEC_CONTENT
- Leader agent can spawn Coder/Reviewer with inherited hwpod spec
2026-06-07 18:11:43 +08:00
Codex Agent 2577ecfaf9 refactor: remove skill files from seed, keep only tool files
Skills now delivered exclusively via AgentRun skillRefs channel.
Removed: hwpod-cli, hwpod-ctl, hwlab-agent-runtime SKILL.md entries.
Removed: arm2d-skill directory seed + collectDirectorySeedFiles helper.
Seed array now only contains hwpod tool files (*.ts).
2026-06-07 15:07:31 +08:00
Codex Agent 7b5dd408fc fix: align hwpod apply-patch with v2 engine 2026-06-07 15:00:26 +08:00
Codex Agent bfedec8f30 fix: add missing collectDirectorySeedFiles definition 2026-06-07 14:51:35 +08:00