Skip to content
Merged
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "critters",
"version": "1.9.0",
"version": "1.10.0",
"description": "TypeScript daemon that watches issue trackers and spawns AI coding CLI instances to produce draft PRs",
"license": "MIT",
"repository": {
Expand All @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/ack-ventures/critters/issues"
},
"keywords": ["linear", "claude-code", "automation", "ai", "pull-requests"],
"keywords": ["linear", "jira", "claude-code", "codex", "ai-agents", "automation", "pull-requests"],
"bin": {
"critters": "src/index.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion src/dashboard/bundle.ts

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions src/release-notes.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
export const RELEASE_NOTES: Array<{ tag: string; date: string; name: string; body: string }> = [
{
"tag": "v1.9.0",
"date": "2026-04-26",
"name": "v1.9.0",
"body": "## What's Changed\n* Add Codex CLI support to Docker image by @andrewklingelhofer in https://github.com/ack-ventures/critters/pull/360\n* ACK-329 Pass auto mode to Codex by @andrewklingelhofer in https://github.com/ack-ventures/critters/pull/361\n* [ACK-326] Recover orphaned in-progress issues on daemon startup by @andrewklingelhofer in https://github.com/ack-ventures/critters/pull/344\n* Fix Codex dashboard logs from uploaded attachments by @andrewklingelhofer in https://github.com/ack-ventures/critters/pull/363\n* Bump version to v1.9.0 by @andrewklingelhofer in https://github.com/ack-ventures/critters/pull/364\n\n\n**Full Changelog**: https://github.com/ack-ventures/critters/compare/v1.8.2...v1.9.0"
},
{
"tag": "v1.8.2",
"date": "2026-04-26",
"name": "v1.8.2",
"body": "## What's Changed\n* Improve daemon hardening paths by @andrewklingelhofer in https://github.com/ack-ventures/critters/pull/357\n* Fix Codex connector daemon compatibility by @andrewklingelhofer in https://github.com/ack-ventures/critters/pull/358\n* Bump version to v1.8.2 by @andrewklingelhofer in https://github.com/ack-ventures/critters/pull/359\n\n\n**Full Changelog**: https://github.com/ack-ventures/critters/compare/v1.8.1...v1.8.2"
},
{
"tag": "v1.8.1",
"date": "2026-04-20",
"name": "v1.8.1",
"body": "## What's Changed\n* Multi-page dashboard: 11 new routes, grouped sidebar, config-backed pages by @andrewklingelhofer in https://github.com/ack-ventures/critters/pull/354\n* Bump version to v1.8.1 by @andrewklingelhofer in https://github.com/ack-ventures/critters/pull/355\n\n\n**Full Changelog**: https://github.com/ack-ventures/critters/compare/v1.8.0...v1.8.1"
},
{
"tag": "v1.8.0",
"date": "2026-04-19",
Expand Down
Loading