@unity-china/codely-cli 1.0.0-rc.33 → 1.0.0-rc.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -46,6 +46,14 @@ Complete the search request efficiently and report your findings clearly.
46
46
  query = "${task}"
47
47
  inherit_core_system_prompt = false
48
48
 
49
+ [model]
50
+ #### Builtin transport is pinned (TOML is the ground truth). explore always
51
+ #### runs on codely-air via the Codely OAuth provider, independent of the
52
+ #### user's main session model or subagent-slot (/model config) settings.
53
+ model = "codely-air"
54
+ auth = "codely-oauth"
55
+ wire_api = "chat"
56
+
49
57
  [run]
50
58
  max_turns = 15
51
59
  timeout_mins = 10