···11+# Changelog
22+33+## 0.1.0
44+55+First release of `kip`, the CLI for [kipclip.com](https://kipclip.com).
66+77+### Commands
88+99+- `kip login <handle>` — AT Protocol OAuth login (PKCE + DPoP)
1010+- `kip logout` — clear stored session
1111+- `kip whoami` — show current user (DID, handle)
1212+- `kip add <url> [-t tag ...]` — bookmark a URL with optional tags
1313+- `kip list [-t tag] [-n limit] [--search query] [--json]` — list bookmarks with filtering and search
1414+- `kip search <query>` — search bookmarks by title, URL, or description
1515+- `kip open <ref>` — open a bookmark in the browser
1616+- `kip delete <ref> [--force]` — delete a bookmark and its annotation
1717+- `kip note <ref> [text]` — set or clear a note on a bookmark
1818+- `kip tag <ref> <tag...>` — add tags to a bookmark
1919+- `kip untag <ref> <tag...>` — remove tags from a bookmark
2020+- `kip tags [--json]` — list all tags with counts
2121+2222+### Features
2323+2424+- Client-side URL enrichment — extracts title, description, favicon, and image from bookmarked URLs
2525+- Ref-based bookmark resolution — address bookmarks by rkey prefix (min 4 chars)
2626+- Terminal-aware display with unicode width handling
2727+- JSON output mode for scripting
2828+- Session persistence via `~/.config/kipclip/`