feat(opencode): wire 29-point CLI lifecycle scripts, drift-C reconciler, and skill docs
This commit is contained in:
@@ -309,6 +309,10 @@ if not agent:
|
||||
agent = 'agy'
|
||||
elif 'hermes' in segments:
|
||||
agent = 'hermes'
|
||||
elif 'grok' in segments:
|
||||
agent = 'grok'
|
||||
elif 'opencode' in segments:
|
||||
agent = 'opencode'
|
||||
else:
|
||||
agent = 'claude'
|
||||
print(agent)
|
||||
|
||||
Reference in New Issue
Block a user