Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"apps/cli": "0.1.11"
"apps/cli": "0.1.12"
}
13 changes: 13 additions & 0 deletions apps/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.1.12](https://github.com/obsessiondb/rudel/compare/rudel@0.1.11...rudel@0.1.12) (2026-04-11)


### Features

* **api-cli:** track lifecycle analytics events ([#161](https://github.com/obsessiondb/rudel/issues/161)) ([4b1940b](https://github.com/obsessiondb/rudel/commit/4b1940baba46a9a997163e6cca614f114c3d81f8))


### Bug Fixes

* align Claude Code and Codex copy ([#189](https://github.com/obsessiondb/rudel/issues/189)) ([a68d6aa](https://github.com/obsessiondb/rudel/commit/a68d6aa0ad88b573eca550df803e38b23cde94ad))
* improve ingestion rate limit handling in CLI and API ([#156](https://github.com/obsessiondb/rudel/issues/156)) ([726370d](https://github.com/obsessiondb/rudel/commit/726370dcfbeb63b6255953da590617903a6ef516))

## [0.1.9](https://github.com/obsessiondb/rudel/compare/rudel@0.1.8...rudel@0.1.9) (2026-03-11)


Expand Down
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rudel",
"version": "0.1.11",
"version": "0.1.12",
"type": "module",
"description": "CLI for the Coding Agent Analytics Platform rudel.ai",
"license": "MIT",
Expand Down