Skip to content

chore(release): v1.1.5 - #555

Merged
ralyodio merged 1 commit into
masterfrom
release/v1.1.5
Sep 9, 2026
Merged

chore(release): v1.1.5#555
ralyodio merged 1 commit into
masterfrom
release/v1.1.5

Conversation

@ralyodio

@ralyodio ralyodio commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Bumps package.json to 1.1.5, marking the CoinPay reconnect fix (#554).

A worker whose CoinPay link predated the wallet:read scope was told to connect an account they had already connected — reported from the agenticjobs apply flow, where an agent tried to invoice $0.25 and got the same sentence twice. The invoice API now distinguishes none from needs_reconnect and says reconnect, with steps that lead with reconnecting.

Worth knowing: the tags have drifted

  • v1.1.3 is 882 commits behind master
  • package.json had already been moved to 1.1.4 by 1c4e430, and no tag was ever cut for it
  • the repo has no GitHub releases, only tags

So v1.1.5 will be the first tag in a long while, and it covers far more than the line above. Nothing was broken by this — Railway builds from the GitHub connection on merge, so the deploy has never depended on the tags — but the tag has not been a useful marker of what is live, and this is a step back towards one. Worth deciding separately whether you want tagging to be routine here or dropped honestly, rather than left half-done.

Checks

Pre-commit hooks pass (lint + full Next build). #554 itself went in with all six checks green: build 2m41s, test 2m13s, credential scan, ThreatCrush and both Socket checks, on top of 2104 local tests across 219 files.

Merging this auto-deploys, since the Railway service is connected to this repo.

🤖 Generated with Claude Code

Marks the CoinPay reconnect fix (#554): a worker whose link predated the
wallet:read scope was told to connect an account they had already connected,
and the invoice API now tells them to reconnect instead.

Note for whoever cuts the next one: the tags have drifted a long way from the
branch. v1.1.3 is 882 commits behind master, and package.json had already been
moved to 1.1.4 by 1c4e430 without a tag ever being cut for it. So v1.1.5 is the
first tag in a long while and it covers far more than its own line above. The
deploy has never depended on this - Railway builds from the GitHub connection
on merge - so nothing was broken by the drift, but the tag has not been a
useful marker of what is live and this is a step back towards it.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WxWrsbLuaSaZqQ7FFTrdVW
@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown

ThreatCrush Security Scan

45 finding(s)

HIGH/CRITICAL: 1 | MEDIUM: 8 | LOW: 36

Severity Rule Location
HIGH js-ssrf-outbound-request scripts/scan-all-skills.ts:38
MEDIUM js-open-redirect src/app/agent-login/AgentLoginForm.tsx:38
MEDIUM js-unescaped-html-sink src/app/blog/[slug]/page.tsx:79
MEDIUM js-open-redirect src/app/dashboard/subscription/page.tsx:90
MEDIUM js-open-redirect src/app/dashboard/subscription/page.tsx:113
MEDIUM js-open-redirect src/app/dashboard/subscription/page.tsx:144
MEDIUM js-open-redirect src/components/funding/FundingClient.tsx:137
MEDIUM js-dynamic-code-execution src/lib/skills/metadata-extract.ts:300
MEDIUM js-dynamic-code-execution src/lib/skills/security-scan.ts:48
LOW secret-generic-credential cli/src/commands/auth.test.ts:66
LOW secret-generic-credential cli/src/commands/auth.test.ts:85
LOW secret-generic-api-key docs/agents/integration-guide.md:893
LOW secret-generic-credential src/app/api/auth/login/route.test.ts:53
LOW secret-generic-credential src/app/api/auth/login/route.test.ts:68
LOW secret-generic-credential src/app/api/auth/login/route.test.ts:87
LOW secret-generic-credential src/app/api/auth/signup/route.test.ts:158
LOW secret-generic-credential src/app/api/auth/signup/route.test.ts:182
LOW secret-generic-credential src/app/api/auth/signup/route.test.ts:193
LOW secret-generic-credential src/app/api/auth/signup/route.test.ts:232
LOW js-dynamic-code-execution src/app/api/skills/[slug]/scan/route.test.ts:212
LOW js-dynamic-code-execution src/app/api/skills/[slug]/scan/route.test.ts:223
LOW js-dynamic-code-execution src/app/api/skills/[slug]/scan/route.test.ts:239
LOW secret-generic-credential src/lib/api.test.ts:126
LOW secret-generic-credential src/lib/api.test.ts:131
LOW js-dynamic-code-execution src/lib/skills/composite-scanner.test.ts:106
LOW js-dynamic-code-execution src/lib/skills/secureclaw-scanner.test.ts:36
LOW js-dynamic-code-execution src/lib/skills/secureclaw-scanner.test.ts:44
LOW js-dynamic-code-execution src/lib/skills/secureclaw-scanner.test.ts:66
LOW js-dynamic-code-execution src/lib/skills/secureclaw-scanner.test.ts:81
LOW js-dynamic-code-execution src/lib/skills/secureclaw-scanner.test.ts:94
LOW js-dynamic-code-execution src/lib/skills/secureclaw-scanner.test.ts:103
LOW js-dynamic-code-execution src/lib/skills/secureclaw-scanner.test.ts:118
LOW js-dynamic-code-execution src/lib/skills/secureclaw-scanner.test.ts:144
LOW js-dynamic-code-execution src/lib/skills/secureclaw-scanner.test.ts:162
LOW js-dynamic-code-execution src/lib/skills/security-scan.test.ts:28
LOW js-dynamic-code-execution src/lib/skills/url-import.test.ts:178
LOW js-dynamic-code-execution src/lib/skills/url-import.test.ts:191
LOW secret-generic-credential src/lib/validations.test.ts:148
LOW secret-generic-credential src/lib/validations.test.ts:512
LOW secret-generic-credential src/lib/validations.test.ts:523
LOW secret-generic-credential src/lib/validations.test.ts:538
LOW secret-generic-credential src/lib/validations.test.ts:548
LOW secret-generic-credential src/lib/validations.test.ts:557
LOW secret-generic-credential src/lib/validations.test.ts:567
LOW secret-generic-credential src/lib/validations.test.ts:582

Snippets are redacted; ThreatCrush never prints matched credential material.

@ralyodio
ralyodio merged commit 28ca278 into master Sep 9, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant