This website requires JavaScript.
Explore
Help
Sign In
molecule-ai
/
molecule-cli
Watch
49
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
/
cmd
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
..
agent.go
fix(cli): address CR2 review on
#13
— path-escaping, config binding, CP-admin targeting
2026-05-31 23:44:52 -07:00
bundle.go
feat(cli): fix runHTTP auth bug + add management verbs
2026-05-31 20:53:04 -07:00
completion.go
feat(cli): add molecule completion [bash|zsh|fish|powershell] subcommand
2026-04-22 18:06:02 +00:00
config.go
fix(cli): address CR2 review on
#13
— path-escaping, config binding, CP-admin targeting
2026-05-31 23:44:52 -07:00
connect_test.go
feat(connect): M1.1 — Backend interface + connect skeleton + mock backend
2026-04-30 02:05:12 -07:00
connect.go
fix(post-suspension): vanity import path go.moleculesai.app/cli (
closes
molecule-ai/internal#71
phase 2)
2026-05-07 22:26:45 +00:00
events_approvals.go
feat(cli): fix runHTTP auth bug + add management verbs
2026-05-31 20:53:04 -07:00
http_test.go
feat(cli): fix runHTTP auth bug + add management verbs
2026-05-31 20:53:04 -07:00
http.go
fix(cli): repoint org create/list to CP-admin bearer; fail-fast get/export
2026-05-31 22:35:22 -07:00
init.go
fix(post-suspension): vanity import path go.moleculesai.app/cli (
closes
molecule-ai/internal#71
phase 2)
2026-05-07 22:26:45 +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
org_test.go
fix(cli): repoint org create/list to CP-admin bearer; fail-fast get/export
2026-05-31 22:35:22 -07:00
org.go
fix(cli): address CR2 review on
#13
— path-escaping, config binding, CP-admin targeting
2026-05-31 23:44:52 -07:00
platform.go
feat(cli): fix runHTTP auth bug + add management verbs
2026-05-31 20:53:04 -07:00
root.go
fix(cli): address CR2 review on
#13
— path-escaping, config binding, CP-admin targeting
2026-05-31 23:44:52 -07:00
secret.go
feat(cli): fix runHTTP auth bug + add management verbs
2026-05-31 20:53:04 -07:00
template.go
feat(cli): fix runHTTP auth bug + add management verbs
2026-05-31 20:53:04 -07:00
workspace_mgmt.go
fix(cli): repoint org create/list to CP-admin bearer; fail-fast get/export
2026-05-31 22:35:22 -07:00
workspace_runtime_model_test.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
workspace_runtime_model.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
workspace.go
fix(cli): address CR2 review on
#13
— path-escaping, config binding, CP-admin targeting
2026-05-31 23:44:52 -07:00