Émile Fugulin

Results 323 issues of Émile Fugulin

Explain that a plugin package in Caido is composed of "plugins" (right now the UI says plugin for both those concepts). You can enable and disable each independently.

priority: medium

1. Docker compose ```yaml services: litellm: build: context: . args: target: runtime image: ghcr.io/berriai/litellm:main-stable ports: - '4000:4000' environment: LITELLM_MASTER_KEY: sk-admin-key-1234567890 DATABASE_URL: 'postgresql://llmproxy:dbpassword9090@db:5432/litellm' STORE_MODEL_IN_DB: 'True' STORE_PROMPTS_IN_SPEND_LOGS: 'True' depends_on: - db db:...

priority: medium

- What are Caido teams - How to create a team - How to setup payment - How to assign licenses

priority: low

Based on the rhynorator workshop

priority: medium

Agents should understand the placeholders in replay since they can contain valuable information like a workflow running a hash or something like it. Right now it wipes them. We might...

component:agent
topic:context

This is a big task, but we will likely want agents to live in the backend eventually so the user can close the caido frontend and it still continues to...

component:agent
topic:runtime

Newer versions of chrome introduced features to make https the default for users. This is kinda of PITA when you want to deal with http. - `--disable-features=HttpsUpgrades`: This prevents chrome...

kind:feature
tag:help wanted
topic:interface
topic:process

Asking the community, are you using async-std. The support of it is a continuous burden and since it is deprecated I want to remove it. This will not be in...

kind:feature
topic:fetcher
topic:process

Hi there! Thanks for building this image. I see that the `latest` tag seems to be built on cron schedule without any associated Github tag or reference. It's not super...