Meshery, the cloud native manager
Showing 30 of 12,974 opportunities to contribute
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!
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!
Heterogeneous GPU Sharing on Kubernetes
Repo-native governance kernel that turns natural-language intent into enriched context, bounded execution, and proof-backed work across coding agent graphs. 🦀
Heterogeneous GPU Sharing on Kubernetes
Animation-first CSS framework with reusable UI components, modern effects, and zero dependencies. Lightweight, beginner-friendly, and open-source.
TypeScript multi-agent orchestration framework. Describe a goal, a coordinator decomposes it into a task DAG that runs on any LLM: Claude, ChatGPT, Gemini, DeepSeek, or local models.
A local-first desktop workspace for running, organizing, and resuming multiple coding agents and shells with real PTYs, split panes, persistent layouts, and local session history.
A local-first desktop workspace for running, organizing, and resuming multiple coding agents and shells with real PTYs, split panes, persistent layouts, and local session history.
A local-first desktop workspace for running, organizing, and resuming multiple coding agents and shells with real PTYs, split panes, persistent layouts, and local session history.
A local-first desktop workspace for running, organizing, and resuming multiple coding agents and shells with real PTYs, split panes, persistent layouts, and local session history.
AI Summary: This issue is a request to transfer ownership or responsibility for open pull requests related to the caretaker agent prototype. It signifies a handover of ongoing development tasks for this specific project component.
An open-source AI agent that brings the power of Gemini directly into your terminal.
AI Summary: The `rtk git log` command silently filters out merge commits, leading to a misrepresented repository history. This makes it appear as though branches were merged linearly when they were not, potentially causing incorrect conclusions about the project's state for both users and automated tools. The issue is confirmed by comparing `rtk git log` output with standard `git log` output, and it seems an implicit `--no-merges` flag is being applied by default.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies
the full-stack Vue framework
AI Summary: This issue is a feature request for a CSS-only animated accordion component. The contributor proposes a zero-dependency solution using the checkbox hack for toggling, incorporating design tokens for animations, and supporting various layouts, icon styles, and accessibility features like dark mode and reduced motion.
Animation-first CSS framework with reusable UI components, modern effects, and zero dependencies. Lightweight, beginner-friendly, and open-source.
AI Summary: This issue proposes adding a new test file (`src/lib/themes.test.ts`) to ensure consistency across theme definitions. The test will verify that theme IDs defined in `THEME_OPTIONS` in `themes.ts` have corresponding CSS blocks in `theme.css` and matching translation keys in `en.ts`. This aims to prevent silent failures where themes might appear in the UI but lack proper styling or translations.
A local-first desktop workspace for running, organizing, and resuming multiple coding agents and shells with real PTYs, split panes, persistent layouts, and local session history.
AI Summary: This issue requests the addition of unit tests for the `lib/paths.ts` file, which centralizes path manipulation logic. The tests should cover various scenarios for `pathSegments`, `basename`, and `sameCwd` functions, ensuring correct handling of both POSIX and Windows path separators, as well as edge cases like empty strings and trailing separators. The goal is to verify the existing functionality without introducing any new code changes to `paths.ts` itself.
A local-first desktop workspace for running, organizing, and resuming multiple coding agents and shells with real PTYs, split panes, persistent layouts, and local session history.
AI Summary: Eight test files in the `tests/` directory are not being executed locally or in CI due to the `vitest.config.ts` configuration incorrectly scoping tests only to the `src/` directory. Additionally, the CI workflow mistakenly runs `npm test` instead of the `npm run test:node` script, which was intended to run these tests.
A local-first desktop workspace for running, organizing, and resuming multiple coding agents and shells with real PTYs, split panes, persistent layouts, and local session history.
AI Summary: This issue requests a comprehensive update to the application's keyboard shortcut documentation. The current documentation is incomplete, missing many useful shortcuts implemented in the source code. The task involves reading the `useKeybindings.ts` file to identify all shortcuts and then creating a complete reference table in `docs/FEATURES.md`, including platform-specific modifier conventions and conditions under which shortcuts are suppressed.
A local-first desktop workspace for running, organizing, and resuming multiple coding agents and shells with real PTYs, split panes, persistent layouts, and local session history.
AI Summary: A user wants to contribute a new Animated Context Menu component to the repository. This component aims to provide modern, animated, and accessible context menu functionality with features like smooth animations, submenus, keyboard navigation, and viewport awareness. The contribution will be placed in a dedicated directory within `submissions/examples` and will not modify core framework files.
Animation-first CSS framework with reusable UI components, modern effects, and zero dependencies. Lightweight, beginner-friendly, and open-source.
AI Summary: This issue proposes adding interactive morphing buttons to the repository's examples. The contributor wants to create reusable button components with smooth state transitions, animated loading indicators, and visual feedback, ensuring accessibility. The implementation will be contained within a new directory and will not modify core framework files.
Animation-first CSS framework with reusable UI components, modern effects, and zero dependencies. Lightweight, beginner-friendly, and open-source.
AI Summary: This GitHub issue is a feature request to contribute a zero-dependency, CSS-only animated progress bar component. The proposed solution includes various features like determinate and indeterminate animations, color and size variants, striped patterns, circular indicators, multi-step indicators, dark mode support, and a `prefers-reduced-motion` fallback, all adhering to the library's contribution guidelines.
Animation-first CSS framework with reusable UI components, modern effects, and zero dependencies. Lightweight, beginner-friendly, and open-source.
AI Summary: The script incorrectly parses inlet and exhaust temperatures, truncating 3-digit readings to 2 digits and dropping single-digit readings entirely. This is due to the use of a fixed two-digit pattern (`\d{2}`) in the parsing logic, which was previously fixed for CPU temperatures but not for inlet and exhaust.
Docker image to control your Dell PowerEdge fans via IPMI
AI Summary: This issue requires localizing all hardcoded English strings within the OpenAI-Compatible provider setup UI. This includes extracting strings from predefined templates (like OpenRouter, Together AI, Groq, Cloudflare AI, NVIDIA NIM) and the custom server path into locale resource files for translation. UI components rendering these strings must be updated to use `stringResource(key)` calls.
AI Client for chat, RAG, plans, MCP tools, and agents with multi-provider model support. ⭐ Star this repo if you find it useful!
AI Summary: This issue proposes adding a new interactive component to the repository: 3D Tilt Cards with mouse tracking and touch support. The contributor has outlined the benefits and confirmed adherence to contribution guidelines, seeking approval to proceed with a Pull Request.
Animation-first CSS framework with reusable UI components, modern effects, and zero dependencies. Lightweight, beginner-friendly, and open-source.
AI Summary: The user wants to contribute a CSS-only animated skeleton loader component to the library. This component will be zero-dependency, feature various animation styles (shimmer, pulse, wave), support multiple layouts and shapes, and include accessibility fallbacks. They are requesting an assignment to proceed with the pull request.
Animation-first CSS framework with reusable UI components, modern effects, and zero dependencies. Lightweight, beginner-friendly, and open-source.
AI Summary: The `MutateAdmission` function in the ascend backend panics when a container only specifies resource limits but no requests. This is because it attempts to write to `ctr.Resources.Requests` which is nil in such cases, leading to a nil map assignment error. Similar issues have been fixed in other backends, and the kunlun backend already has a safeguard for this specific write operation.
Heterogeneous GPU Sharing on Kubernetes
AI Summary: A contributor wants to add animated testimonial cards to the repository's examples. This feature aims to enhance trust and social proof on websites with smooth animations, interactive controls, and accessibility features.
Animation-first CSS framework with reusable UI components, modern effects, and zero dependencies. Lightweight, beginner-friendly, and open-source.