You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let(reason, next_step) = if code.contains("model_unavailable"){
898
+
let(reason, next_step) = if code.contains("configuration_unavailable"){
899
+
(
900
+
"BitFun could not read its model settings.",
901
+
"Open BitFun model settings and confirm they load. If not, restart BitFun. If the problem continues, check that BitFun can read and save its settings; then refresh.",
902
+
)
903
+
}elseif code.contains("model_unavailable"){
899
904
(
900
905
"The requested model is not available in BitFun.",
901
906
"Choose an available model in the source application, or set a fixed Sub-Agent model in BitFun, then refresh.",
|`opencode-adapter`| OpenCode source semantics for the live Command, standalone Tool, and Subagent providers; managed-package static preview|[AGENTS.md](opencode-adapter/AGENTS.md)|
16
16
|`transport`| Event transport emitters and host transport adapters |[AGENTS.md](transport/AGENTS.md)|
17
17
|`webdriver`| Embedded WebDriver protocol and browser automation adapter |[AGENTS.md](webdriver/AGENTS.md)|
0 commit comments