Skip to content

Commit 6c7736e

Browse files
Default to Materios path unless user specifies direct Cardano
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent be8fa0e commit 6c7736e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • community/orynq-ai-auditability

community/orynq-ai-auditability/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,8 @@ async def run(self):
324324
mode = self._detect_anchor_mode(mode_input)
325325
if not mode:
326326
# Default to managed API if unclear
327-
mode = "direct"
328-
self._log_info("[OrynqAudit] No clear preference, defaulting to direct Cardano")
327+
mode = "materios"
328+
self._log_info("[OrynqAudit] No clear preference, defaulting to Materios")
329329

330330
if mode == "materios":
331331
await self.capability_worker.speak(

0 commit comments

Comments
 (0)