Skip to content

feat: add iii-coding worker#14

Open
rohitg00 wants to merge 1 commit intomainfrom
feat/coding
Open

feat: add iii-coding worker#14
rohitg00 wants to merge 1 commit intomainfrom
feat/coding

Conversation

@rohitg00
Copy link
Copy Markdown

@rohitg00 rohitg00 commented Apr 7, 2026

Summary

  • Scaffold workers, generate functions/triggers, execute code with 6 functions
  • Generates valid iii worker code for Rust, TypeScript, Python
  • All through iii primitives: State, HTTP triggers
  • 21 tests, 0 warnings

Functions

Function Description
coding::scaffold Generate complete worker project
coding::generate_function Write a single function handler
coding::generate_trigger Wire HTTP/cron/queue/subscribe trigger
coding::execute Run code in subprocess with timeout
coding::test Run tests for scaffolded worker
coding::deploy Prepare deployment record

Test plan

  • cargo test — 21 tests passing
  • cargo check — 0 warnings

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 7, 2026

Warning

Rate limit exceeded

@rohitg00 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 21 minutes and 5 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 21 minutes and 5 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: CHILL

Plan: Pro

Run ID: f7082826-682f-4835-8b03-e1872c13192b

📥 Commits

Reviewing files that changed from the base of the PR and between 606a4d4 and f6e0d88.

📒 Files selected for processing (17)
  • coding/Cargo.toml
  • coding/README.md
  • coding/SPEC.md
  • coding/build.rs
  • coding/config.yaml
  • coding/src/config.rs
  • coding/src/functions/deploy.rs
  • coding/src/functions/execute.rs
  • coding/src/functions/generate_function.rs
  • coding/src/functions/generate_trigger.rs
  • coding/src/functions/mod.rs
  • coding/src/functions/scaffold.rs
  • coding/src/functions/test.rs
  • coding/src/main.rs
  • coding/src/manifest.rs
  • coding/src/state.rs
  • coding/src/templates.rs
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/coding

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.

Scaffold workers, generate functions/triggers, execute code. 6 functions:
- coding::scaffold — generate complete worker project (Rust/TypeScript/Python)
- coding::generate_function — write a single function handler
- coding::generate_trigger — wire HTTP/cron/queue/subscribe trigger
- coding::execute — run code in subprocess with timeout
- coding::test — run tests for scaffolded worker or inline code
- coding::deploy — prepare deployment record

Uses iii primitives: State (workers, functions, deployments), HTTP triggers.
21 tests, 0 warnings.
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