ra - AI Agent
Version updated for https://github.com/chinmaymk/ra to version v0.0.7.
- This action is used across all versions by 0 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The ra GitHub Action is a customizable and open agent framework that enables users to automate tasks such as code review, debugging, multi-agent orchestration, and more. It addresses the limitations of traditional agent frameworks by providing full transparency, user-defined configurations, and integration with various AI providers, avoiding vendor lock-in or hidden processes. Key capabilities include configurable tools, middleware hooks for custom workflows, and support for defining task-specific “recipes” to streamline complex processes.
What’s Changed
What’s Changed
- Add blog section to documentation by @chinmaymk in https://github.com/chinmaymk/ra/pull/158
- Add LiteLLM and OpenRouter provider documentation by @chinmaymk in https://github.com/chinmaymk/ra/pull/160
- Add plain JS/TS file-based custom tool interface by @chinmaymk in https://github.com/chinmaymk/ra/pull/159
- Update tagline from “predictable, observable” to “your agent, your rules” by @chinmaymk in https://github.com/chinmaymk/ra/pull/157
- Add blog post on building Claude Code’s AutoDream with ra by @chinmaymk in https://github.com/chinmaymk/ra/pull/164
- Add shell/binary middleware support by @chinmaymk in https://github.com/chinmaymk/ra/pull/163
- Add shell script tool support, consolidating with middleware by @chinmaymk in https://github.com/chinmaymk/ra/pull/166
- Add context compaction metadata extraction and enriched summaries by @chinmaymk in https://github.com/chinmaymk/ra/pull/165
- Revamp README with Custom Tools section and improved messaging by @chinmaymk in https://github.com/chinmaymk/ra/pull/168
- Enhance tool call and result formatting with specialized handlers by @chinmaymk in https://github.com/chinmaymk/ra/pull/174
- Refactor navbar to use NavBarExtras component by @chinmaymk in https://github.com/chinmaymk/ra/pull/173
- Use dynamic site base from VitePress instead of hardcoded path by @chinmaymk in https://github.com/chinmaymk/ra/pull/175
- Add AnthropicAgentsSdkProvider — per-turn subprocess with XML conversation by @chinmaymk in https://github.com/chinmaymk/ra/pull/171
- Add config hot-reload support for development workflow by @chinmaymk in https://github.com/chinmaymk/ra/pull/170
- Add Codex subscription provider (ChatGPT Plus/Pro) by @chinmaymk in https://github.com/chinmaymk/ra/pull/167
- Add auto-improve recipe: parallel self-improvement loop with hot-reload by @chinmaymk in https://github.com/chinmaymk/ra/pull/172
- Add comprehensive config validation and improve error messages by @chinmaymk in https://github.com/chinmaymk/ra/pull/178
- Add Claude authentication provider to login command by @chinmaymk in https://github.com/chinmaymk/ra/pull/177
- Add oh-my-ra: comprehensive agent recipe with 16 skills and 8 middleware by @chinmaymk in https://github.com/chinmaymk/ra/pull/176
- Fix anthropic-agents-sdk provider: streaming, zod compat, and XML echo by @chinmaymk in https://github.com/chinmaymk/ra/pull/180
- Add ‘codex’ to valid LLM providers list by @chinmaymk in https://github.com/chinmaymk/ra/pull/181
- Add Anthropic Agents SDK provider documentation by @chinmaymk in https://github.com/chinmaymk/ra/pull/182
- Replace animated spinner with static indicator and add in-place tool result updates by @chinmaymk in https://github.com/chinmaymk/ra/pull/179
- Restructure README with clearer navigation and updated content by @chinmaymk in https://github.com/chinmaymk/ra/pull/184
- Improve conversation history handling for tool result continuations by @chinmaymk in https://github.com/chinmaymk/ra/pull/183
- Update README with API key setup guidance for providers by @chinmaymk in https://github.com/chinmaymk/ra/pull/185
- Bump version from 0.0.6 to 0.0.7 by @chinmaymk in https://github.com/chinmaymk/ra/pull/186
Full Changelog: https://github.com/chinmaymk/ra/compare/v0.0.6...v0.0.7