Commit Graph

60 Commits

Author SHA1 Message Date
iamlovingit 4ebb5f46d1 Add instance agent control plane and runtime console 2026-04-05 01:02:53 +08:00
Qingshan Chen 58936726ed Merge pull request #40 from Iamlovingit/openclaw_control
Release / Prepare Scheduled Release (push) Has been skipped
Release / Publish Release (push) Failing after 1s
feat: add OpenClaw resource management
v2026.4.4
2026-04-03 20:38:35 +08:00
Qingshan Chen ceb14b3b3f feat: add OpenClaw resource management and bootstrap flows 2026-04-03 20:33:30 +08:00
huifu 89ad4d8a2c Merge pull request #36 from Yuan-lab-LLM/Yuan-lab-LLM-patch-1
Release / Prepare Scheduled Release (push) Has been skipped
Release / Publish Release (push) Failing after 1s
Update README.md
v2026.4.2
2026-04-02 11:30:59 +08:00
Yuan-lab-LLM 05854839cf Update README.md 2026-04-02 11:25:06 +08:00
Qingshan Chen bc130d41a4 Merge pull request #35 from Iamlovingit/codex/add_anthropic_provider
feat: support anthropic protocol for local providers and add anthropic provider
2026-04-01 23:27:21 +08:00
Qingshan Chen 095e62140c feat: support anthropic protocol for local providers
Add a protocol selector for local/internal model templates, route gateway requests through Anthropic native APIs when selected, and update the Anthropic template icon.
2026-04-01 23:18:45 +08:00
Qingshan Chen 91e9b60197 Merge pull request #31 from Yuan-lab-LLM/Huifu1018-patch-7
Release / Prepare Scheduled Release (push) Has been skipped
Release / Publish Release (push) Failing after 0s
upload clawmanager feature pic
v2026.4.1
2026-04-01 09:07:26 +08:00
huifu cce74279e3 upload clawmanager feature pic 2026-03-31 18:52:20 +08:00
Qingshan Chen 8b7ad8dc34 Merge pull request #29 from Iamlovingit/e2etest
fix import user by .csv error
2026-03-31 18:45:51 +08:00
Yuan-lab-LLM 330de8af75 Merge pull request #30 from Yuan-lab-LLM/Huifu1018-patch-6
Replace 'Groq' with 'xAI' in the list
2026-03-31 18:32:07 +08:00
huifu 856b32c2a1 Replace 'Groq' with 'xAI' in the list 2026-03-31 18:26:15 +08:00
Qingshan Chen 48420cc148 Refine admin audit and management UX 2026-03-31 17:47:00 +08:00
Yuan-lab-LLM 9d6792ff0a Merge pull request #27 from Yuan-lab-LLM/Yuan-lab-LLM-patch-1
Update README.md
2026-03-31 17:36:31 +08:00
Yuan-lab-LLM 4d00f14313 Update README.md 2026-03-31 17:36:15 +08:00
Qingshan Chen adccd1e37b fix: release only when image contents change (#25)
Release / Prepare Scheduled Release (push) Has been skipped
Release / Publish Release (push) Failing after 0s
v2026.3.31
2026-03-30 22:32:37 +08:00
Qingshan Chen 4fc5201cb2 Support multiple model service platforms, redesign the AI audit detail page, and upgrade the OpenClaw image and Gateway startup flow (#24)
Background
This update focuses on three areas:

- Improve model onboarding capabilities by supporting unified configuration across multiple model service platforms
- Optimize the AI audit detail page to improve trace troubleshooting and readability
- Upgrade the OpenClaw runtime image and automatically enable the Gateway after instance startup

Changes
1. Support multiple model service platforms
- Introduce a vendor template mechanism for model onboarding, allowing quick selection of different model service platforms through a searchable dropdown
- Preconfigure fixed `base_url` values for common platforms to reduce manual input and configuration errors
- Support custom `base_url` for `Local / Internal`, compatible with local gateways, internal proxies, and self-hosted compatible services
- Add vendor icons to improve recognizability on the model configuration page
- Optimize the model creation experience so newly created cards appear at the top, making them easier to find when many models exist
- Optimize provider model discovery logic to support OpenAI-compatible services with non-standard version paths

2. Optimize the AI audit detail page
- Rework the trace detail layout to improve information hierarchy and readability
- Change audit timestamps to a combined relative + absolute format for more intuitive troubleshooting
- Add an execution flow view so the full process can be inspected by execution node
- Add a minimap to quickly locate execution nodes and keep navigation aligned with detail scrolling
- Remove duplicated or low-value information blocks to simplify the trace detail experience
- Optimize status rendering and failure reason unwrapping to prevent error payloads from polluting the status field

3. Upgrade the OpenClaw image and automatically enable the Gateway
- Upgrade the default OpenClaw runtime image to the new image address
- Automatically initialize and enable the Gateway when the new image starts, reducing manual instance-side operations
- Update the system default image configuration and add migration logic for existing default values
2026-03-30 21:27:37 +08:00
Qingshan Chen 6952d9a821 fix: stabilize release fingerprint detection (#20)
Release / Prepare Scheduled Release (push) Has been skipped
Release / Publish Release (push) Failing after 0s
v2026.3.30
2026-03-29 17:33:57 +08:00
huifu a8dc889ee5 add release infomation (#16) 2026-03-29 17:16:02 +08:00
huifu 6e7ff6cb68 add release infomation (#17) 2026-03-29 17:15:18 +08:00
huifu 21718dc39b add release infomation (#19) 2026-03-29 17:14:17 +08:00
huifu aea9912938 add release infomation (#18) 2026-03-29 17:13:28 +08:00
Yuan-lab-LLM fa79c88e7c Merge pull request #15 from Yuan-lab-LLM/Huifu1018-patch-1
add release infomation
2026-03-29 16:22:56 +08:00
huifu d6112562b4 add release infomation 2026-03-29 16:12:29 +08:00
Qingshan Chen 36390395d7 change virtual display from auto to manual (#14)
Release / Publish Release (push) Failing after 0s
Release / Prepare Scheduled Release (push) Has been skipped
* fix: avoid auto-connecting desktop sessions

* fix: gate desktop launch and release parsing
v2026.3.27 v2026.3.28 v2026.3.29
2026-03-27 17:43:27 +08:00
Qingshan Chen ef3033ca9d chore: update default openclaw image (#13) 2026-03-26 21:05:29 +08:00
Qingshan Chen 34b95a1a41 feat: add AI gateway governance and stabilize desktop access (#12)
big update
2026-03-26 20:43:42 +08:00
Qingshan Chen 8c02c18800 Fix scheduled release publishing flow (#10)
Release / Prepare Scheduled Release (push) Has been skipped
Release / Publish Release (push) Failing after 0s
v2026.3.24
2026-03-24 11:00:05 +08:00
Yuan-lab-LLM 8976c042ce Merge pull request #9 from Iamlovingit/codex/upstream-clean
Fix delete dialogs, websocket auth, and startup script
2026-03-23 18:00:05 +08:00
Qingshan Chen 7abd056504 Add manual LGTM workflow 2026-03-23 17:52:40 +08:00
Qingshan Chen 8acfc83105 Remove PR comment step from build workflow 2026-03-23 17:27:50 +08:00
Qingshan Chen 58a3c6b1a9 Fix delete dialogs, websocket auth, and startup script 2026-03-23 17:16:27 +08:00
Yuan-lab-LLM 9638e15d08 Merge pull request #8 from Iamlovingit/codex/upstream-clean
Codex/upstream clean
2026-03-23 16:40:37 +08:00
Qingshan Chen 36baef3073 Adjust smoke test service for kind cluster 2026-03-23 16:32:44 +08:00
Yuan-lab-LLM 649db9f6f2 fix build.yaml
fix build.yaml
2026-03-23 16:22:43 +08:00
Qingshan Chen 4aa503c43e Stabilize Kubernetes smoke test startup order 2026-03-23 16:20:10 +08:00
Qingshan Chen 1ae0ef5866 Improve enter key submission on login page 2026-03-23 16:07:07 +08:00
Yuan-lab-LLM ddb7e74b7f Merge pull request #6 from Iamlovingit/codex/upstream-clean
Add CI checks and automated release workflows
2026-03-23 15:51:47 +08:00
Qingshan Chen d970cb8269 Switch release workflow to GHCR for upstream 2026-03-23 15:48:16 +08:00
Qingshan Chen 15e8427feb Add automated release workflow 2026-03-23 15:48:16 +08:00
Qingshan Chen 9d659cee1d Add GitHub Actions build and deployment checks 2026-03-23 15:48:16 +08:00
Qingshan Chen 7ca03931d2 Switch release workflow to GHCR for upstream 2026-03-23 15:38:40 +08:00
Qingshan Chen a5f145c1e2 Add automated release workflow 2026-03-23 15:31:56 +08:00
Qingshan Chen f74100ba08 Add GitHub Actions build and deployment checks 2026-03-23 15:18:12 +08:00
Qingshan Chen 3c73023be1 update readme and add license (#5)
* update deployment

* Simplify README structure and add license
2026-03-23 14:54:49 +08:00
Qingshan Chen de80893c95 Simplify README structure and add license 2026-03-23 14:52:41 +08:00
Qingshan Chen 87a6ac6a13 update deployment (#4) 2026-03-23 10:33:19 +08:00
Qingshan Chen 21ef2662a3 update deployment 2026-03-23 10:31:27 +08:00
Qingshan Chen f9eaece684 update image address and readme (#3)
* Update deployment images and simplify README setup

* Ignore local project docs and remove unused scripts

* remove useless files
2026-03-21 23:17:43 +08:00
Yuan-lab-LLM 72d37aac63 Update README.de.md 2026-03-20 20:44:51 +08:00