radicle-heartwood-lfs/crates/radicle-cli/tests
Lorenz Leutgeb 22b2871f64 radicle: Add Version to User Agent
The main motivation behind this change is to get just a little
telemetry information from nodes on the network, namely the version
of Radicle they are running.

This is achieved by rewriting `impl Default for UserAgent` which now
uses the version information provided by the build script also used
in other crates.

Also, a new configuration option `node.userAgent` is added, which
allows users to override the user agent if they so please, or set
the value `null`, which will in turn send the user agent
`/radicle/`, which is not really helpful, and the default prior to
this commit.

Creations of `UserAgent` in the whole workspace is cleaned up. In
order to do that `UserAgent::test` is introduced.
2026-04-02 16:26:46 +01:00
..
commands radicle: Refactor COB Storage Access 2026-03-31 17:57:14 +01:00
data repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
util radicle: Add Version to User Agent 2026-04-02 16:26:46 +01:00
commands.rs cli/tests: Refactor workflow test 2026-03-11 10:51:57 +00:00