Skip to content

Commit 5b5d4e0

Browse files
mepukaclaude
andcommitted
chore: release v0.5.0
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 5e3afde commit 5b5d4e0

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @mepuka/skygent
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- ### New Features
8+
9+
- **`--count-by` option**: Group and count posts by `author`, `hashtag`, `date`, or `hour`
10+
```bash
11+
skygent query my-store --count-by author --limit 10
12+
skygent query my-store --count-by hashtag --since 7d
13+
```
14+
15+
### Improvements
16+
17+
- **Filter detection in store names**: When passing a filter expression like `text:epstein` as a store name, the CLI now suggests using `--filter` instead
18+
- **User-friendly handle errors**: Handle resolution errors now show clear messages like `Handle "bbc.com" not found on Bluesky` instead of raw API errors
19+
320
## 0.4.4
421

522
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mepuka/skygent",
3-
"version": "0.4.4",
3+
"version": "0.5.0",
44
"description": "Composable Bluesky data filtering and monitoring CLI built with Effect",
55
"module": "index.ts",
66
"type": "module",

0 commit comments

Comments
 (0)