Skip to content

Rapida v0.1.3

Choose a tag to compare

@iamprashant iamprashant released this 26 Jan 04:17
· 1364 commits to main since this release
Immutable release. Only release title and notes can be modified.

New Features

Model Context Protocol (MCP) & Remote Agent Execution

  • WebSocket-Based LLM Executor — Enable real-time, low-latency communication with language models via WebSocket integration for streaming responses
  • Remote Executor and AgentKit (gRPC) — Run agents and models remotely with improved deployment flexibility and scalability

MCP Tool Implementation

  • New tools added to expand integration capabilities with external services and APIs

Improvements

Frontend & Dependency Updates

  • React Dependency Upgrades — Updated to the latest React dependencies for improved security and performance
  • Cleaner Logging — Removal of unnecessary logs for a more focused development experience
  • ESLint Fixes — Addressed outstanding lint errors to maintain codebase hygiene

CI/CD and Quality-of-Life Enhancements

  • Optimized Build Pipeline — CI updated to skip CGO-dependent packages and make Trivy scans non-blocking for faster, more reliable builds
  • Go Linting Improvements — Comprehensive auto-formatting and convention enforcement using golangci-lint, standardized to Go 1.25 in Docker and CI
  • Dependency Security — Packages updated and audit processes improved for enhanced security postures

Stability & Refactoring

  • Multiple under-the-hood improvements to enhance reliability and maintainability

Upgrade Considerations

  • No breaking changes — Applications using existing features remain fully compatible
  • Validation recommended — Applications utilizing new LLM execution paths or remote deployment features should be tested
  • Reinstall dependencies — Developers should update dependencies with npm install and go mod download