Skip to content

Instantly share code, notes, and snippets.

View JuanRdBO's full-sized avatar
:shipit:
Focusing

Joan Ruiz de Bustillo JuanRdBO

:shipit:
Focusing
View GitHub Profile
@JuanRdBO
JuanRdBO / README.md
Last active September 11, 2026 06:50
Paseo plugin: auto-send 'continue' when an agent turn fails with 'Selected model is at capacity'

capacity-retry

A Paseo plugin. When an agent turn fails with [System Error] Selected model is at capacity. Please try a different model., it sends continue to that agent so the work resumes on its own.

Install

paseo plugin add https://gist.github.com/a241858e6de98bd24a6f60175986ba12.git --id capacity-retry
const { withAndroidManifest, withDangerousMod } = require("@expo/config-plugins");
const { mergeContents } = require("@expo/config-plugins/build/utils/generateCode");
const fs = require("node:fs");
const path = require("node:path");
/**
* Config plugin to add border radius to Android popup menus
* @param {import('@expo/config-types').ExpoConfig} config - Expo config
* @param {Object} options - Plugin options
* @param {number} [options.radius=14] - Border radius in dp
@JuanRdBO
JuanRdBO / vs-code
Created December 13, 2024 22:19
vs-code
{"":""}
@JuanRdBO
JuanRdBO / cloudSettings
Last active December 13, 2024 22:03
cloudSettings
{}