docs: align engine terminology in telegram and docs (#162)
This commit is contained in:
@@ -136,7 +136,7 @@ def test_build_bot_commands_includes_cancel_and_engine() -> None:
|
||||
assert {"command": "file", "description": "upload or fetch files"} in commands
|
||||
assert {"command": "new", "description": "start a new thread"} in commands
|
||||
assert {"command": "ctx", "description": "show or update context"} in commands
|
||||
assert {"command": "agent", "description": "set default agent"} in commands
|
||||
assert {"command": "agent", "description": "set default engine"} in commands
|
||||
assert any(cmd["command"] == "codex" for cmd in commands)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user