Aller au contenu
login

Trouve une issue

Cherche par langage, niveau ou dépôt — puis ouvre celle qui te parle vraiment.

search
sort
Niveau Langage
progress_activityChargement…

553 issues · page 12/19

agentic-lineage/lineage
star5 Poids du dépôt léger
Débutant

Emit Codex artifacts from compiled package output

## Problem statement Codex needs provider-visible context and skill layout that matches its conventions. The compiler …

Go enhancement help wanted
Ouvrirarrow_forward
agentic-lineage/lineage
star5 Poids du dépôt léger
Débutant

Add Auggie provider adapter

## Goal Add Auggie / Augment Code as a Lineage provider target. ## Why Auggie is Augment Code's terminal-based codin…

Go enhancement help wanted
Ouvrirarrow_forward
tarunjandra/agent-tools-mcp-hub
star5 Poids du dépôt léger
Débutant

[Feature]: Add Fear and Greed Crypto Sentiment Index Tool (Python)

### Description Create a Python tool in `tools/crypto_fear_greed_index/` that fetches the daily Crypto Fear and Greed I…

Python enhancement help wanted
Ouvrirarrow_forward
tarunjandra/agent-tools-mcp-hub
star5 Poids du dépôt léger
Débutant

[Feature]: Add DefiLlama Protocol TVL & Yields Explorer Tool (TypeScript)

### Description Create a TypeScript tool in `tools/defillama_tvl_ts/` that queries the free DefiLlama REST API to fetch…

Python enhancement help wanted
Ouvrirarrow_forward
agentic-lineage/lineage
star5 Poids du dépôt léger
Débutant

Support setup templates for local tracker files

## Goal Support package setup templates for local tracker files. ## Why Some agent workflows need structured local n…

Go enhancement help wanted
Ouvrirarrow_forward
Wpnx330/pharos-cli
star4 Poids du dépôt léger
Débutant

bug(doctor): validate TOML and YAML client configs, not just JSON

## Problem `pharos doctor` validates client config files for syntax errors, but only handles JSON formats. Now that Ph…

Go bug good first issue
Ouvrirarrow_forward
NeuralTrust/TrustGate
star4 Poids du dépôt moyen
Débutant

good first issue: Add Go client example

## Context From [.github/GOOD_FIRST_ISSUES.md](https://github.com/NeuralTrust/TrustGate/blob/main/.github/GOOD_FIRST_IS…

Go good first issue help wanted
Ouvrirarrow_forward
NeuralTrust/TrustGate
star4 Poids du dépôt moyen
Débutant

good first issue: Add Anthropic SDK example

## Context From [.github/GOOD_FIRST_ISSUES.md](https://github.com/NeuralTrust/TrustGate/blob/main/.github/GOOD_FIRST_IS…

Go good first issue help wanted
Ouvrirarrow_forward
NeuralTrust/TrustGate
star4 Poids du dépôt moyen
Débutant

good first issue: Document plugin configuration options

## Context From [.github/GOOD_FIRST_ISSUES.md](https://github.com/NeuralTrust/TrustGate/blob/main/.github/GOOD_FIRST_IS…

Go documentation good first issue
Ouvrirarrow_forward
yanghui1-arch/mwin
star4 Poids du dépôt léger
Débutant

Support Response API

TypeScript good first issue
Ouvrirarrow_forward
Wpnx330/pharos-cli
star4 Poids du dépôt léger
Débutant

chore: add Makefile and golangci-lint configuration

## Problem The project has no Makefile or linter config. CI runs `go vet` but no linter. A Makefile with standard targ…

Go enhancement good first issue
Ouvrirarrow_forward
Wpnx330/pharos-cli
star4 Poids du dépôt léger
Débutant

feat(init): add streamable-http transport option

## Problem `pharos init` only offers `stdio` and `http-sse` as transport options (cmd/init.go:69). The MCP spec has mo…

Go enhancement good first issue
Ouvrirarrow_forward
NeuralTrust/TrustGate
star4 Poids du dépôt moyen
Débutant

good first issue: Add TypeScript/Node.js SDK example

## Context From [.github/GOOD_FIRST_ISSUES.md](https://github.com/NeuralTrust/TrustGate/blob/main/.github/GOOD_FIRST_IS…

Go good first issue help wanted
Ouvrirarrow_forward
adhabnr-ux/evalport
star4 Poids du dépôt léger
Débutant

Adapter wanted: Humanloop (to_openeval() / from_openeval())

Humanloop (`pip install humanloop`, currently 0.8.38, actively released) is a genuinely good fit for a `good first issu…

Python help wanted good first issue
Ouvrirarrow_forward
Stellar-Ecosystem/lodestar
star4 Poids du dépôt léger
Débutant

Agents: `admin_deactivate_agent` and `flag_agent` share duplicated admin-check code

## Context The same seven-line load-admin-and-compare block appears in `flag_agent`, `admin_deactivate_agent`, and `tr…

JavaScript good first issue refactor
Ouvrirarrow_forward
gaia-research/gaia-research
star4 Poids du dépôt lourd
Débutant

Help wanted: benchmark AI *skills* (not models) — the Hell Heaven Benchmark [bleeding edge]

## We're benchmarking *skills*, not models — and we've never seen anyone do it this way. Everyone benchmarks **models*…

JavaScript help wanted research
Ouvrirarrow_forward
OWASP/OWASP-CRT
star4 Poids du dépôt léger
Débutant

Feat: Contributed Repositories to OWASP Certificate of Contribution

The certificate currently displays the number of repositories (e.g. “6 Repositories”), but does not provide any indicat…

JavaScript enhancement help wanted
Ouvrirarrow_forward
Betta-Pay/BettaPay-Frontend
star4 Poids du dépôt léger
Débutant

Replace `border-l-2` accent stripe in AdminSidebar with background-fill approach

**Description:** The admin sidebar uses `border-l-2` with `border-primary` on the active nav item. This is the #1 banne…

TypeScript enhancement help wanted
Ouvrirarrow_forward
Simba-Avionic/gs_web_app
star4 Poids du dépôt lourd
Débutant

Update README to current launch steps

Rewrite README to reflect **current launch steps**. Nice **user-friendly** step by step that is up to date. **Recreate …

Python documentation good first issue
Ouvrirarrow_forward
NeuralTrust/TrustGate
star4 Poids du dépôt moyen
Débutant

good first issue: Improve Admin API error messages

## Context From [.github/GOOD_FIRST_ISSUES.md](https://github.com/NeuralTrust/TrustGate/blob/main/.github/GOOD_FIRST_IS…

Go good first issue help wanted
Ouvrirarrow_forward
Wpnx330/pharos-cli
star4 Poids du dépôt léger
Débutant

test: add unit tests for critical CLI commands (audit, doctor, update, import)

## Problem 19 of the CLI's command files have zero test coverage, including critical user-facing commands: - `audit.go…

Go help wanted good first issue
Ouvrirarrow_forward
codechefPesuecc/CodeChef-PESUECC-Chapter
star3 Poids du dépôt moyen
Débutant

In-memory judge concurrency queue is a no-op on Workers (misleading)

**Severity:** Low (cosmetic) `src/lib/judge.ts:19-44` keeps a module-level `activeJobs`/`jobQueue` semaphore. Workers …

TypeScript good first issue
Ouvrirarrow_forward
ComputerScienceHouse/vote
star3 Poids du dépôt léger
Débutant

Populate new polls as they are posted

It would be a nice feature to automatically show new polls when they are posted. For organized events such as spring ev…

Go enhancement good first issue
Ouvrirarrow_forward
dayattt111/portofolio-daya
star3 Poids du dépôt moyen
Débutant

[Feature Request / Improvement] Integrasi Dynamic Data & Kudos untuk Optimasi SEO!

### 🌟 Kudos & Appreciations Sebelumnya mantap banget buat optimasi SEO web portofolio ini! Branding personal **"Program…

TypeScript documentation help wanted
Ouvrirarrow_forward
StayPirate/sentinel
star3 Poids du dépôt moyen
Débutant

test: use RFC 5737 documentation IP ranges instead of RFC 1918 in sanitization tests

## Outcome or problem Several tests use RFC 1918 private-range IP addresses (e.g., `10.0.0.5`) embedded in synthetic b…

Python documentation enhancement
Ouvrirarrow_forward
codechefPesuecc/CodeChef-PESUECC-Chapter
star3 Poids du dépôt moyen
Débutant

rateLimits table rows are never pruned

**Severity:** Low `src/server/rateLimit.ts` accumulates per-IP/per-email/per-user keys in D1 with no cleanup. Each key…

TypeScript good first issue
Ouvrirarrow_forward
ChelseaKR/habitable
star3 Poids du dépôt moyen
Débutant

Add a pseudo-locale / text-expansion check for the app's i18n bundles

## Summary `docs/good-first-issues.md` already names this as wanted work: "A pseudo-locale or text-expansion check to …

Python enhancement good first issue
Ouvrirarrow_forward
LF-Decentralized-Trust-labs/FabricOps
star3 Poids du dépôt léger
Débutant

Add Github issue and pull request templates

Add structured templates for bug reports, feature requests, and pull requests under `.github/`. Acceptance criteria: …

Go documentation good first issue
Ouvrirarrow_forward
codechefPesuecc/CodeChef-PESUECC-Chapter
star3 Poids du dépôt moyen
Débutant

Register endpoint missing length caps on prn, srn, password

**Severity:** Low `src/app/api/auth/register/route.ts:71-79`: `prn` and `srn` accept any non-empty string (no length/f…

TypeScript good first issue
Ouvrirarrow_forward
metal-stack/pixie
star3 Poids du dépôt moyen
Débutant

Machine becomes stuck when the bootspec lookup fails

### Description ### Problem When the gRPC call to metal-api's BootService fails, pixie logs the error and serves noth…

Go good first issue minor
Ouvrirarrow_forward