Look at the implementation of the `current` singleton in Metaflow, likely in `metaflow/current.py`. The singleton provides access to the current run context. To add tags, you need to expose the tags associated with the current run. Check how tags are stored in the run object and add a property or method to `current` to retrieve them. Review any existing tests for the current singleton to ensure consistency.