mia-platform / mia-platform/miactl

[Feature]: include cli version in user-agent

Open
#217 0 comments 1 reaction 2 assignees View on GitHub

@ThisIsDemetrio is already working on this.

Since May 13, 2026.

  • #309 by @copilot-swe-agent — open
enhancement
Dominant language
Go
Stars
22
Forks
7
Avg merge
5m
Merged PRs (30d)
1

Description

### Describe the feature

To understand which versions are the most used, it would be nice to have the cli version included in the user-agent header sent by miactl

Current

```bash
-H "User-Agent: miactl (darwin/arm64)"
```

Desired

```bash
-H "User-Agent: miactl@0.13.0 (darwin/arm64)"
# or - for custom builds -
-H "User-Agent: miactl@SHA (darwin/arm64)"
```

### Code of Conduct

- [X] I agree to follow this project’s Code of Conduct

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.