Skip to content

promote: staging -> main (bug fixes v0.2.1)#20

Merged
mabry1985 merged 5 commits intomainfrom
staging
Apr 20, 2026
Merged

promote: staging -> main (bug fixes v0.2.1)#20
mabry1985 merged 5 commits intomainfrom
staging

Conversation

@mabry1985
Copy link
Copy Markdown
Contributor

Summary

Ship v0.2.0 bug fixes to main:

Post-merge prepare-release.yml will bump to v0.2.1.

mabry1985 and others added 5 commits April 19, 2026 18:21
…OKEN is set (#14)

Co-authored-by: Automaker <automaker@localhost>
…ersistence de (#15)

Co-authored-by: Automaker <automaker@localhost>
…_skill_index (#17)

Co-authored-by: Automaker <automaker@localhost>
Addresses bug #3 from v0.2.0 smoke test: MemoryMiddleware was silently
skipped when knowledge: false (the default config), so session memory
never worked out of the box.

- graph/agent.py: drop `and knowledge_store` from activation guard — memory
  middleware now activates whenever memory: true, regardless of knowledge store
- graph/middleware/memory.py: knowledge_store is now optional (default None);
  guard knowledge-extraction block when store is None; add standalone
  prior_sessions injection via before_model when running without
  KnowledgeMiddleware (no double-injection: only fires when self._store is None)

Co-authored-by: Ava <ava@protolabs.ai>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
promote: dev -> staging (bug fixes v0.2.1)
@mabry1985 mabry1985 merged commit c73b487 into main Apr 20, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 20, 2026

Warning

Rate limit exceeded

@mabry1985 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 7 minutes and 2 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 7 minutes and 2 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, 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 have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: f9f30f2b-6906-4c49-b5be-31876cef695b

📥 Commits

Reviewing files that changed from the base of the PR and between f14b2fd and 305756e.

📒 Files selected for processing (9)
  • .github/workflows/docker-publish.yml
  • graph/agent.py
  • graph/middleware/memory.py
  • pyproject.toml
  • requirements.txt
  • server.py
  • tests/conftest.py
  • tests/test_a2a_integration.py
  • tests/test_memory_persistence.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch staging

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

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