Skip to content

Sawra/sdk_fix_ts#92

Merged
sawradip merged 2 commits into
mainfrom
sawra/sdk_fix_ts
Nov 13, 2025
Merged

Sawra/sdk_fix_ts#92
sawradip merged 2 commits into
mainfrom
sawra/sdk_fix_ts

Conversation

@sawradip
Copy link
Copy Markdown
Contributor

@sawradip sawradip commented Nov 13, 2025

  • Updated all SDK versions to 0.1.31
  • Generated changelog with git-cliff

Summary by CodeRabbit

  • New Features

    • Enhanced error handling in RunAgentClient and WebSocket clients.
  • Chores

    • Bumped package versions to 0.1.30–0.1.31 across all SDKs.
    • Updated development tooling configurations for improved code quality checks.

- Removed the pull_request trigger for closed PRs from the create-release workflow to streamline the release process.
- Updated all SDK versions to 0.1.31
- Generated changelog with git-cliff
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Nov 13, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

This PR removes the pull_request trigger from the release workflow and performs a version bump across all package files from 0.1.30 to 0.1.31. CHANGELOG and pyproject.toml are updated with feature documentation and expanded mypy configuration.

Changes

Cohort / File(s) Change Summary
Workflow Configuration
\.github/workflows/create-release\.yml
Removed pull_request trigger block; workflow now runs only on push to main instead of on PR merge events.
Version Bumps (0.1.30 → 0.1.31)
pyproject\.toml, runagent-go/runagent/version\.go, runagent-rust/runagent/Cargo\.toml, runagent-ts/package\.json, runagent/__init__\.py, runagent/__version__\.py
Version string updated across all language/platform-specific package files and configuration files.
Project Configuration
pyproject\.toml
Expanded mypy configuration with additional type-checking rules (disallow_incomplete_defs, check_untyped_defs, disallow_untyped_decorators, no_implicit_optional) and pydantic plugin; Ruff configuration extended with broader selector set.
Release Documentation
CHANGELOG\.md
Version bumped to 0.1.30; added Features section highlighting "Enhance error handling in RunAgentClient and WebSocket clients"; updated version reference lines.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

  • Workflow trigger removal logic in .github/workflows/create-release.yml may warrant verification of intended trigger behavior
  • Expanded mypy configuration should be reviewed to ensure all new checks align with existing codebase standards

Possibly related PRs

Poem

🐰 Versions hop, one-thirty-one,
Workflows streamlined, PR-triggers done,
Type checks tighter, mypy now aware,
Changelog whispers of errors we care. 🔧✨

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch sawra/sdk_fix_ts

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 6fe9b9f and 4de2a46.

⛔ Files ignored due to path filters (1)
  • runagent-ts/package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (8)
  • .github/workflows/create-release.yml (0 hunks)
  • CHANGELOG.md (1 hunks)
  • pyproject.toml (3 hunks)
  • runagent-go/runagent/version.go (1 hunks)
  • runagent-rust/runagent/Cargo.toml (1 hunks)
  • runagent-ts/package.json (1 hunks)
  • runagent/__init__.py (1 hunks)
  • runagent/__version__.py (1 hunks)

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.

@sawradip sawradip merged commit fbb5e00 into main Nov 13, 2025
1 of 2 checks passed
@coderabbitai coderabbitai Bot mentioned this pull request Nov 19, 2025
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