This website requires JavaScript.
Explore
Help
Sign In
molecule-ai
/
molecule-cli
Watch
48
Star
0
Fork
0
You've already forked molecule-cli
Code
Issues
Pull Requests
3
Actions
Packages
Projects
Releases
Wiki
Activity
Files
feat/20-set-runtime-model-commands
molecule-cli
/
internal
/
client
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
History
Molecule AI Dev Engineer A (Kimi)
f484772b78
CI / Test / test (pull_request)
Successful in 41s
Details
Release Go binaries / test (pull_request)
Successful in 1m49s
Details
Release Go binaries / release (pull_request)
Has been skipped
Details
fix(cli): fail-closed on offered-models transient errors (
#21
)\n\nCR2 RC 11957: requireModelCompatibleWithRuntime previously returned nil on\nANY ListOfferedModels error, failing open on 5xx/network/transient failures.\n\n- ListOfferedModels now distinguishes HTTP 404 (runtime unknown to registry)\n via ErrRuntimeNotInRegistry from other errors.\n- The compat guard only fails-open on ErrRuntimeNotInRegistry (federated\n runtimes); every other fetch error returns an exitError and blocks the\n runtime switch.\n- Added test for 500 response fail-closed behaviour.\n\nCo-Authored-By: Claude <noreply@anthropic.com>
2026-06-15 09:19:06 +00:00
..
management_test.go
fix(cli): address CR2 review on
#13
— path-escaping, config binding, CP-admin targeting
2026-05-31 23:44:52 -07:00
management.go
fix(cli): fail-closed on offered-models transient errors (
#21
)\n\nCR2 RC 11957: requireModelCompatibleWithRuntime previously returned nil on\nANY ListOfferedModels error, failing open on 5xx/network/transient failures.\n\n- ListOfferedModels now distinguishes HTTP 404 (runtime unknown to registry)\n via ErrRuntimeNotInRegistry from other errors.\n- The compat guard only fails-open on ErrRuntimeNotInRegistry (federated\n runtimes); every other fetch error returns an exitError and blocks the\n runtime switch.\n- Added test for 500 response fail-closed behaviour.\n\nCo-Authored-By: Claude <noreply@anthropic.com>
2026-06-15 09:19:06 +00:00
platform.go
feat(cli): add workspace set-runtime and set-model commands
2026-06-15 08:56:34 +00:00