fix: detect low balance and prompt for top up (#7166)

Signed-off-by: raj-subhankar <subhankar.rj@gmail.com>
Co-authored-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: raj-subhankar <subhankar.rj@gmail.com>
This commit is contained in:
Michael Neale
2026-02-19 13:20:16 +11:00
committed by GitHub
parent 3600c84e4b
commit 629108d0fc
13 changed files with 461 additions and 103 deletions
+2 -16
View File
@@ -48,18 +48,13 @@ runners:
# stdio:
# - node mcp-harness/dist/index.js
- name: goose
- name: goose-full
type: goose
bin: goose
extensions: [developer, todo, skills, code_execution, extensionmanager]
stdio:
- node mcp-harness/dist/index.js
- name: goose-diet
type: goose
bin: ~/Downloads/goose-diet
extensions: [developer]
- name: opencode
type: opencode
bin: opencode
@@ -74,12 +69,6 @@ runners:
stdio:
- node mcp-harness/dist/index.js
- name: pi-lean
type: pi
bin: pi
# Pi takes provider/model from the test matrix, not config
# MCP support via pi-mcp-adapter: `pi install npm:pi-mcp-adapter`
# =============================================================================
# Test Matrix
# =============================================================================
@@ -91,9 +80,6 @@ matrix:
- scenario: everyday-app-automation
- scenario: file-editing
# Feature removal: all runners
- scenario: remove-feature
# Multi-turn: goose and pi only (opencode doesn't support session continuation)
- scenario: multi-turn-edit
runners: [pi, goose]
runners: [goose-full]