Omnigent is an open-source AI agent framework and meta-harness: orchestrate Claude Code, Codex, Cursor, Pi, and custom agents — swap harnesses without rewriting, enforce policies and sandboxing, and collaborate in real time from any device.
Showing 30 of 11,431 opportunities to contribute
Desktop app for managing BibTeX and BibLaTeX (.bib) libraries
Aesthetic, minimalist platform for learning Japanese inspired by Duolingo and Monkeytype, built with Next.js and sponsored by Vercel. Beginner-friendly with plenty of good first issues - all contributions are welcome!
Omnigent is an open-source AI agent framework and meta-harness: orchestrate Claude Code, Codex, Cursor, Pi, and custom agents — swap harnesses without rewriting, enforce policies and sandboxing, and collaborate in real time from any device.
Layer5, expect more from your infrastructure
Layer5, expect more from your infrastructure
Aesthetic, minimalist platform for learning Japanese inspired by Duolingo and Monkeytype, built with Next.js and sponsored by Vercel. Beginner-friendly with plenty of good first issues - all contributions are welcome!
AI Kubernetes CLI: natural language → reviewable plan → approve before apply
AI Kubernetes CLI: natural language → reviewable plan → approve before apply
AI Kubernetes CLI: natural language → reviewable plan → approve before apply
AI Kubernetes CLI: natural language → reviewable plan → approve before apply
AI Kubernetes CLI: natural language → reviewable plan → approve before apply
AI Kubernetes CLI: natural language → reviewable plan → approve before apply
Layer5, expect more from your infrastructure
Aesthetic, minimalist platform for learning Japanese inspired by Duolingo and Monkeytype, built with Next.js and sponsored by Vercel. Beginner-friendly with plenty of good first issues - all contributions are welcome!
An open-source platform for managing biological and geological collections.
TraceRoot - open-source observability and self-healing layer for AI agents. YC S25
Aesthetic, minimalist platform for learning Japanese inspired by Duolingo and Monkeytype, built with Next.js and sponsored by Vercel. Beginner-friendly with plenty of good first issues - all contributions are welcome!
AI Summary: This issue reports on dependency updates for July 27, 2026. It indicates no backend changes were found, but there are critical errors in the CI environment where `ruff`, `mypy`, and `pytest` commands are not found. Additionally, ESLint is encountering a configuration conflict related to Vue plugins.
An open-source activism platform
AI Summary: This issue proposes enhancing the CI process to validate Hermes' governance files against their defined schemas. The goal is to ensure that these files adhere to the expected structure and syntax, failing the build if any discrepancies are found. This will improve the reliability and consistency of governance configurations.
Repo-native governance kernel that turns natural-language intent into enriched context, bounded execution, and proof-backed work across coding agent graphs. 🦀
AI Summary: This issue proposes documenting the `bashunit::unmock` function in the project's documentation. Currently, `bashunit::unmock`, which removes mocks and cleans up their state, is not adequately explained in the relevant documentation pages. The documentation should clarify its signature, behavior, and when it's necessary, especially concerning the automatic cleanup after each test and its use for mocks set up before a script.
A simple yet powerfull testing library for bash scripts.
AI Summary: This issue proposes to enhance `bashunit::mock` to accept an optional second argument for specifying an exit code, mirroring the functionality of `bashunit::spy`. This change aims to simplify error-path testing by allowing direct simulation of command failures without requiring auxiliary helper functions, making the mocking and spying functionalities symmetric.
A simple yet powerfull testing library for bash scripts.
AI Summary: This issue is a beginner-friendly task to add a new Japanese proverb to a JSON file. It requires no coding and can be completed in under a minute by forking the repository, editing the file directly in the browser, and submitting a pull request.
Aesthetic, minimalist platform for learning Japanese inspired by Duolingo and Monkeytype, built with Next.js and sponsored by Vercel. Beginner-friendly with plenty of good first issues - all contributions are welcome!
AI Summary: This issue requests that backticks used for code formatting in collector component descriptions on the OTel Ecosystem Explorer website be rendered as code elements, similar to how they are displayed in Java agent instrumentation descriptions. This change aims to improve the readability and consistency of technical documentation.
A repository for the OpenTelemetry Ecosystem Explorer, a tool to help users discover and learn about the various projects in the OpenTelemetry ecosystem.
AI Summary: The `setFee` function in `bridge.ts` lacks client-side validation for the fee amount, allowing values outside the documented 0-1000 bps range. This issue requires adding a check to ensure the fee is within the valid range before making an RPC call and updating the corresponding test to verify this client-side rejection.
AI Summary: Users are reporting that the `pg_search` and `bktree` PostgreSQL extensions are unavailable and cannot be installed, even when using pgAdmin 4. This prevents the creation of necessary trigram indexes, indicating a potential issue with the PostgreSQL installation or available extensions.
Stash App's own OpenSource video indexing and Perceptual Hashing MetaData API
AI Summary: The SDK is missing wrappers for the `set_loyalty_token` and `query_loyalty_token` functions implemented in the contract. This issue requires adding these methods to the `OnboardingBridgeSDK` in `sdk/src/bridge.ts` and including corresponding tests.
AI Summary: The MIGRATION.md file contains numerous references to SDK methods that do not exist in the codebase, as confirmed by searches in `sdk/src/bridge.ts` and `sdk/src/types.ts`. Additionally, an incorrect Rust target triple is used in a build command. The task involves correcting these method names and the target triple, and implementing a test to prevent future drift.
AI Summary: This issue identifies inconsistencies in the repository URL used across several documentation files (`DEVELOPER_SETUP.md`, `CHANGELOG.md`, `CONTRIBUTING.md`, and `Cargo.toml`). The goal is to update `DEVELOPER_SETUP.md` and `CHANGELOG.md` to match the canonical repository organization found in `CONTRIBUTING.md` and `Cargo.toml`.
AI Summary: The README documentation for the Credit Card On-Ramp section incorrectly demonstrates deprecated methods for generating on-ramp URLs. The issue requires updating the README to use the unified `getOnRampUrl()` method instead of the older, provider-specific methods.