loki-cli 1.2.0

Loki: 🚀 A Git productivity tool
1
2
3
4
5
6
7
8
9
10
11
## Agent Contribution Guide

Whenever an automated agent lands code in this repository, it must also:

- Bump the crate version in `Cargo.toml` before shipping.
- Choose the bump size using semantic versioning rules:
  - Increment the **major** version (`x.0.0`) for breaking changes.
  - Increment the **minor** version when adding backward-compatible functionality.
  - Increment the **patch** version for bug fixes and other backward-compatible maintenance work.

If you are unsure which category applies, err on the side of a **minor** bump and leave a note in your PR with the reasoning.