Skip to content

release: v0.1.5#91

Merged
ajianaz merged 1 commit into
developfrom
release/v0.1.5
Jun 1, 2026
Merged

release: v0.1.5#91
ajianaz merged 1 commit into
developfrom
release/v0.1.5

Conversation

@ajianaz

@ajianaz ajianaz commented Jun 1, 2026

Copy link
Copy Markdown
Collaborator

v0.1.5 — Critical & High Priority Fixes

Resolves milestone: v0.1.5 — Critical & High fixes

Pre-release checklist

  • Version: 0.1.5 in Cargo.toml
  • CHANGELOG [0.1.5] section filled
  • cargo test — 157/157 passed
  • cargo clippy -D warnings — clean
  • cargo fmt — clean
  • README binary refs updated to v0.1.5
  • Release workflow dry run — changelog extraction verified
  • Cora self-review — 1 major (incomplete \u escape), addressed

Issues closed

Closes #69, #70, #75, #89, #90

@coderabbitai

coderabbitai Bot commented Jun 1, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@ajianaz, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 37 minutes and 26 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 4675e9f8-8b16-4159-8633-9d401609377b

📥 Commits

Reviewing files that changed from the base of the PR and between b2f47e3 and 1889dea.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (7)
  • CHANGELOG.md
  • Cargo.toml
  • README.md
  • src/commands/config_cmd.rs
  • src/config/loader.rs
  • src/engine/llm.rs
  • src/main.rs
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v0.1.5

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@github-actions

github-actions Bot commented Jun 1, 2026

Copy link
Copy Markdown

🔍 Cora AI Code Review

Blocked — critical issues found.

🔴 Error (1)

  • src/engine/llm.rs:575 — When hex_count < 4, the code truncates the last 2 characters from output (the \u), then pushes \\u (a literal double-backslash followed by u). But then it re-consumes the remaining non-hex characters that weren't consumed in the loop. However, the original loop already consumed hex_count hex digits and pushed them to output. After truncating only 2 chars (\u), those valid hex digits remain in output but are now orphaned without the \u prefix. The repair produces malformed output like \\u followed by the non-hex chars, but the already-pushed hex digits are left dangling before the \\u.

Review powered by cora-cli · BYOK · MIT

@ajianaz
ajianaz merged commit 46ce8d2 into develop Jun 1, 2026
8 checks passed
@ajianaz
ajianaz deleted the release/v0.1.5 branch June 1, 2026 05:07
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.

🔴 Security: TOML injection in save_api_key()

1 participant