Skip to content

AIT-376: release CLI 0.14.12 - #55

Merged
ord669 merged 5 commits into
mainfrom
ait-376-release-cli-0-14-12
Aug 12, 2026
Merged

AIT-376: release CLI 0.14.12#55
ord669 merged 5 commits into
mainfrom
ait-376-release-cli-0-14-12

Conversation

@ord669

@ord669 ord669 commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Fixes AIT-376

Version bump to 0.14.12 for the release carrying:

Backend v1.6.18 is deploying to production now; the v0.14.12 tag follows this merge.

Summary by CodeRabbit

  • Chores

    • Updated the application version to 0.14.12.
  • Documentation

    • Added release notes for phone-alert management and organization profile management.
    • Updated notification terminology and documented removal of the unpublished top-level phone command.
    • Documented legacy update-cache fallback behavior and related command and configuration changes.

@ord669

ord669 commented Aug 12, 2026

Copy link
Copy Markdown
Contributor Author

@codex review

@coderabbitai

coderabbitai Bot commented Aug 12, 2026

Copy link
Copy Markdown

Review Change Stack

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: fa43fa20-0c85-4409-9e6a-d335da14685d

📥 Commits

Reviewing files that changed from the base of the PR and between 98907ed and 1ad7ac6.

📒 Files selected for processing (1)
  • CHANGELOG.md
🚧 Files skipped from review as they are similar to previous changes (1)
  • CHANGELOG.md

📝 Walkthrough

Walkthrough

The package version changes from 0.14.11 to 0.14.12. The changelog adds the dated 0.14.12 release entry and documents the included CLI changes.

Changes

Package release version update

Layer / File(s) Summary
Update package version
package.json
The package version changes from 0.14.11 to 0.14.12.
Record release changes
CHANGELOG.md
The changelog adds the 0.14.12 release entry and documents phone-alert, organization-profile, notifications, top-level phone, and update-cache changes.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

  • hookmyapp/cli#51 — Introduces CLI commands documented in this release entry.
  • hookmyapp/cli#52 — Introduces alert-phone CLI functionality documented in this release entry.
  • hookmyapp/cli#54 — Implements the phone-alert command consolidation documented in this release entry.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the CLI release and version 0.14.12, which matches the main changes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ait-376-release-cli-0-14-12

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🧹 Nitpick comments (1)
package.json (1)

3-3: 🩺 Stability & Availability | 🔵 Trivial

Verify the backend deployment before publishing 0.14.12.

Confirm that backend v1.6.18 and the /notifications route are live before publishing this CLI version.

Based on learnings: “Merging the CLI pull request does not publish an npm release. hookmyapp#198 must merge and deploy the /notifications route to production before the backend production tag and subsequent CLI npm release.”

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@package.json` at line 3, Before publishing version 0.14.12, verify that
backend v1.6.18 is deployed to production and that the /notifications route is
live; only proceed with the CLI release after both deployment checks pass.

Source: Learnings

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@package.json`:
- Line 3: Update CHANGELOG.md by moving the current release notes from the
Unreleased section into a new dated 0.14.12 release entry, matching the version
advertised in package.json. Preserve the existing release-note content and leave
the Unreleased section ready for future changes.

---

Nitpick comments:
In `@package.json`:
- Line 3: Before publishing version 0.14.12, verify that backend v1.6.18 is
deployed to production and that the /notifications route is live; only proceed
with the CLI release after both deployment checks pass.
🪄 Autofix

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 38eb3e0f-b6b1-43bc-8424-379b0971f3f5

📥 Commits

Reviewing files that changed from the base of the PR and between cd2a6d6 and 700c71b.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (1)
  • package.json

Comment thread package.json
@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. 🎉

Reviewed commit: 700c71b7b0

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@ord669

ord669 commented Aug 12, 2026

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 0ea07e2ccf

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread CHANGELOG.md Outdated
@ord669

ord669 commented Aug 12, 2026

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: ffa00c8530

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread CHANGELOG.md Outdated
@ord669

ord669 commented Aug 12, 2026

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 98907edbac

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread CHANGELOG.md Outdated
@ord669

ord669 commented Aug 12, 2026

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. 🎉

Reviewed commit: 1ad7ac6ef4

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@ord669
ord669 merged commit bba7bcd into main Aug 12, 2026
3 checks passed
@ord669
ord669 deleted the ait-376-release-cli-0-14-12 branch August 12, 2026 09:07
ord669 added a commit that referenced this pull request Aug 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant