Skip to content

Commit 5e0fbaf

Browse files
authored
chore: release main (#506)
1 parent 91aaa66 commit 5e0fbaf

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oss-autopilot",
3-
"version": "0.44.0",
3+
"version": "0.44.1",
44
"description": "AI-powered autopilot for managing open source contributions - track PRs, respond to maintainers, discover issues, and maintain contribution velocity",
55
"author": {
66
"name": "John Costa",

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/core": "0.44.0",
2+
"packages/core": "0.44.1",
33
"packages/mcp-server": "1.0.1"
44
}

packages/core/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.44.1](https://github.com/costajohnt/oss-autopilot/compare/core-v0.44.0...core-v0.44.1) (2026-03-03)
9+
10+
11+
### Bug Fixes
12+
13+
* add escapeHtml XSS tests and consolidate duplicate test factories ([#510](https://github.com/costajohnt/oss-autopilot/issues/510)) ([de805ff](https://github.com/costajohnt/oss-autopilot/commit/de805ffbb3792b2bbf375375e77d89654d138f63)), closes [#486](https://github.com/costajohnt/oss-autopilot/issues/486)
14+
* add search result caching, project health caching, and repo score TTL ([#511](https://github.com/costajohnt/oss-autopilot/issues/511)) ([b8802ca](https://github.com/costajohnt/oss-autopilot/commit/b8802ca2d175a789c310156088ccd21ee1e93167)), closes [#487](https://github.com/costajohnt/oss-autopilot/issues/487)
15+
* exclude cli-registry.ts from coverage thresholds ([#516](https://github.com/costajohnt/oss-autopilot/issues/516)) ([91aaa66](https://github.com/costajohnt/oss-autopilot/commit/91aaa66be38626b31a11bd3aaa6c71214f29897f))
16+
* extract CLI command registry, fix build config ([#488](https://github.com/costajohnt/oss-autopilot/issues/488)) ([#512](https://github.com/costajohnt/oss-autopilot/issues/512)) ([22d8e55](https://github.com/costajohnt/oss-autopilot/commit/22d8e55778d9310e58f32db70cdc1199e35a345f))
17+
* filter dismissed PRs from dashboard Action Required section ([#507](https://github.com/costajohnt/oss-autopilot/issues/507)) ([9a1b04e](https://github.com/costajohnt/oss-autopilot/commit/9a1b04eb08ffabfafe070986acfe40833b565e67)), closes [#501](https://github.com/costajohnt/oss-autopilot/issues/501)
18+
* prevent self-reply filter from silencing maintainer follow-up questions ([#505](https://github.com/costajohnt/oss-autopilot/issues/505)) ([dec498d](https://github.com/costajohnt/oss-autopilot/commit/dec498dc0dcf5449709a0e7283f4deeaceda41dc)), closes [#498](https://github.com/costajohnt/oss-autopilot/issues/498)
19+
* resolve prettier formatting violations across 11 files ([#515](https://github.com/costajohnt/oss-autopilot/issues/515)) ([d3327be](https://github.com/costajohnt/oss-autopilot/commit/d3327bebb860be805df99982c4bf83f165244a4c))
20+
* return ci_blocked instead of failing_ci for non-actionable CI failures ([#509](https://github.com/costajohnt/oss-autopilot/issues/509)) ([fa3192c](https://github.com/costajohnt/oss-autopilot/commit/fa3192cf4546c9e6e392804dac7f6bbd459fae6d)), closes [#502](https://github.com/costajohnt/oss-autopilot/issues/502)
21+
822
## [0.44.0](https://github.com/costajohnt/oss-autopilot/compare/core-v0.43.1...core-v0.44.0) (2026-03-03)
923

1024

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oss-autopilot/core",
3-
"version": "0.44.0",
3+
"version": "0.44.1",
44
"description": "CLI and core library for managing open source contributions",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)