Skip to content
This repository was archived by the owner on Jul 7, 2026. It is now read-only.

chore: simplify tools & funcs#40

Merged
techwithanirudh merged 9 commits into
mainfrom
chore/cleanup-rewrite
Jun 25, 2026
Merged

chore: simplify tools & funcs#40
techwithanirudh merged 9 commits into
mainfrom
chore/cleanup-rewrite

Conversation

@techwithanirudh

Copy link
Copy Markdown
Collaborator

Description

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactor (non-breaking change that doesn't fix a bug or add a feature)
  • Documentation update

Pre-flight Checklist

  • Changes are limited to a single feature, bugfix or chore (split larger changes into separate PRs)
  • bun check without any issues
  • I have reviewed contributor guidelines

Additional Notes

@coderabbitai

coderabbitai Bot commented Jun 25, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

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

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

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ 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.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 6953f5a4-dccb-48a5-afcb-12914cd1e504

📥 Commits

Reviewing files that changed from the base of the PR and between 28a3205 and c3f7ffc.

⛔ Files ignored due to path filters (2)
  • .agents/skills/refactor/SKILL.md is excluded by !.agents/**
  • .claude/skills/refactor is excluded by !.claude/**
📒 Files selected for processing (70)
  • AGENTS.md
  • REWRITE_TODO.md
  • TODO.md
  • apps/bot/src/bot.ts
  • apps/bot/src/features/customizations/index.ts
  • apps/bot/src/features/customizations/schema.ts
  • apps/bot/src/features/customizations/views.ts
  • apps/bot/src/lib/agent/compaction.ts
  • apps/bot/src/lib/agent/index.ts
  • apps/bot/src/lib/agent/mentions.ts
  • apps/bot/src/lib/agent/prompt.ts
  • apps/bot/src/lib/agent/reply.ts
  • apps/bot/src/lib/agent/sandbox.ts
  • apps/bot/src/lib/agent/steering.ts
  • apps/bot/src/lib/agent/turns.ts
  • apps/bot/src/lib/ai/attachments.ts
  • apps/bot/src/lib/ai/attempts.ts
  • apps/bot/src/lib/ai/stream/index.ts
  • apps/bot/src/lib/ai/stream/tasks/chat.ts
  • apps/bot/src/lib/ai/stream/tasks/default.ts
  • apps/bot/src/lib/ai/stream/tasks/generate-image.ts
  • apps/bot/src/lib/ai/stream/tasks/get-file.ts
  • apps/bot/src/lib/ai/stream/tasks/helpers.ts
  • apps/bot/src/lib/ai/stream/tasks/index.ts
  • apps/bot/src/lib/ai/stream/tasks/leave-thread.ts
  • apps/bot/src/lib/ai/stream/tasks/mermaid.ts
  • apps/bot/src/lib/ai/stream/tasks/pi.ts
  • apps/bot/src/lib/ai/stream/tasks/schedule-reminder.ts
  • apps/bot/src/lib/ai/stream/tasks/search-slack.ts
  • apps/bot/src/lib/ai/stream/tasks/search-web.ts
  • apps/bot/src/lib/ai/stream/tasks/summarize-thread.ts
  • apps/bot/src/lib/ai/stream/tasks/types.ts
  • apps/bot/src/lib/ai/stream/tasks/upload-file.ts
  • apps/bot/src/lib/ai/tools/generate-image.ts
  • apps/bot/src/lib/ai/tools/get-channel-info.ts
  • apps/bot/src/lib/ai/tools/get-user.ts
  • apps/bot/src/lib/ai/tools/list-threads.ts
  • apps/bot/src/lib/ai/tools/post-message.ts
  • apps/bot/src/lib/ai/tools/posting.ts
  • apps/bot/src/lib/ai/tools/react.ts
  • apps/bot/src/lib/ai/tools/read-conversation-history.ts
  • apps/bot/src/lib/ai/tools/schedule-reminder.ts
  • apps/bot/src/lib/ai/tools/search-slack.ts
  • apps/bot/src/lib/ai/tools/search-web.ts
  • apps/bot/src/lib/ai/tools/summarize-thread.ts
  • apps/bot/src/lib/ai/tools/utils.ts
  • apps/bot/src/lib/ai/toolset.ts
  • apps/bot/src/lib/allowed-users.ts
  • apps/bot/src/lib/commands.ts
  • apps/bot/src/lib/errors.ts
  • apps/bot/src/lib/onboarding.ts
  • apps/bot/src/lib/slack/names.ts
  • apps/bot/src/lib/utils/message.ts
  • apps/bot/src/types/agent.ts
  • apps/bot/src/types/attachments.ts
  • apps/bot/src/types/attempts.ts
  • apps/bot/src/types/names.ts
  • apps/bot/src/types/task-renderers.ts
  • apps/bot/src/types/tools/generate-image.ts
  • apps/bot/src/types/views.ts
  • docs/architecture.md
  • docs/reference/tools.md
  • docs/runtime/streaming.md
  • packages/ai/src/prompts/core.ts
  • packages/ai/src/prompts/customization.ts
  • packages/ai/src/prompts/index.ts
  • packages/ai/src/prompts/slack.ts
  • packages/ai/src/providers/models.ts
  • packages/sandbox/src/provider.ts
  • plans/rewrite.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/cleanup-rewrite

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.

@techwithanirudh

Copy link
Copy Markdown
Collaborator Author

@coderabbitai review

@techwithanirudh

Copy link
Copy Markdown
Collaborator Author

@claude[agent] review

@Claude

Claude AI commented Jun 25, 2026

Copy link
Copy Markdown

@techwithanirudh The model is not available for your account. This can happen if the model was disabled by your organization's policy or if your Copilot plan doesn't include access to it.

You can try again without specifying a model (just @copilot) to use the default, or choose a different model from the model picker.

If you want to contact GitHub about this error, please mention the following identifier so they can better serve you: b03342dd-02ba-4af9-a595-51249d7c7cd2

1 similar comment
@Claude

Claude AI commented Jun 25, 2026

Copy link
Copy Markdown

@techwithanirudh The model is not available for your account. This can happen if the model was disabled by your organization's policy or if your Copilot plan doesn't include access to it.

You can try again without specifying a model (just @copilot) to use the default, or choose a different model from the model picker.

If you want to contact GitHub about this error, please mention the following identifier so they can better serve you: b03342dd-02ba-4af9-a595-51249d7c7cd2

@techwithanirudh

Copy link
Copy Markdown
Collaborator Author

@claude review

@Claude

Claude AI commented Jun 25, 2026

Copy link
Copy Markdown

@techwithanirudh The model is not available for your account. This can happen if the model was disabled by your organization's policy or if your Copilot plan doesn't include access to it.

You can try again without specifying a model (just @copilot) to use the default, or choose a different model from the model picker.

If you want to contact GitHub about this error, please mention the following identifier so they can better serve you: b03342dd-02ba-4af9-a595-51249d7c7cd2

3 similar comments
@Claude

Claude AI commented Jun 25, 2026

Copy link
Copy Markdown

@techwithanirudh The model is not available for your account. This can happen if the model was disabled by your organization's policy or if your Copilot plan doesn't include access to it.

You can try again without specifying a model (just @copilot) to use the default, or choose a different model from the model picker.

If you want to contact GitHub about this error, please mention the following identifier so they can better serve you: b03342dd-02ba-4af9-a595-51249d7c7cd2

@Claude

Claude AI commented Jun 25, 2026

Copy link
Copy Markdown

@techwithanirudh The model is not available for your account. This can happen if the model was disabled by your organization's policy or if your Copilot plan doesn't include access to it.

You can try again without specifying a model (just @copilot) to use the default, or choose a different model from the model picker.

If you want to contact GitHub about this error, please mention the following identifier so they can better serve you: b03342dd-02ba-4af9-a595-51249d7c7cd2

@Claude

Claude AI commented Jun 25, 2026

Copy link
Copy Markdown

@techwithanirudh The model is not available for your account. This can happen if the model was disabled by your organization's policy or if your Copilot plan doesn't include access to it.

You can try again without specifying a model (just @copilot) to use the default, or choose a different model from the model picker.

If you want to contact GitHub about this error, please mention the following identifier so they can better serve you: b03342dd-02ba-4af9-a595-51249d7c7cd2

@coderabbitai

coderabbitai Bot commented Jun 25, 2026

Copy link
Copy Markdown
✅ Action performed

Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@techwithanirudh techwithanirudh merged commit 7569837 into main Jun 25, 2026
5 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants