Skip to content

build(deps): bump the minor-and-patch group with 7 updates#33

Closed
dependabot[bot] wants to merge 310 commits into
mainfrom
dependabot/go_modules/minor-and-patch-3140096d82
Closed

build(deps): bump the minor-and-patch group with 7 updates#33
dependabot[bot] wants to merge 310 commits into
mainfrom
dependabot/go_modules/minor-and-patch-3140096d82

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 18, 2026

Copy link
Copy Markdown

Bumps the minor-and-patch group with 7 updates:

Package From To
filippo.io/age 1.2.1 1.3.1
github.com/anthropics/anthropic-sdk-go 1.56.0 1.58.0
github.com/aws/aws-sdk-go-v2/config 1.32.25 1.32.30
github.com/coder/websocket 1.8.14 1.8.15
github.com/go-chi/chi/v5 5.2.4 5.3.1
github.com/openai/openai-go/v3 3.41.0 3.44.0
github.com/spiffe/go-spiffe/v2 2.6.0 2.8.1

Updates filippo.io/age from 1.2.1 to 1.3.1

Release notes

Sourced from filippo.io/age's releases.

v1.3.1 is a minor release to restore version injection from downstream package build processes.

See the v1.3.0 release notes for an overview of recent additions.

age v1.3.0: post-quantum (and more)!

Exactly six years after the first age beta release, v1.3.0 brings post-quantum resistance to age, along with a couple long-requested features, built-in support for recipients compatible with hardware plugins, I/O API improvements, and many usability enhancements.

Post-quantum recipients

age now has native post-quantum recipients based on HPKE with a hybrid ML-KEM-768 KEM. The recipients start with age1pq1..., and the identities start with AGE-SECRET-KEY-PQ-1....

To generate a post-quantum keypair:

$ age-keygen -pq

If you have your own age implementation, C2SP has the specification, and CCTV has test vectors for the new hybrid recipient types.

(If you are using an older age client, an optional plugin is available that provides out-of-the-box support for encryption to hybrid recipients. Hybrid identities can be converted to work with the plugin with age-plugin-pq -identity.)

New I/O APIs

The new DecryptReaderAt API implements seeking decryption, which can be used with zip.NewReader.

The new EncryptReader API implements pull-based encryption by wrapping an io.Reader, as opposed to wrapping an io.Writer like Encrypt.

age-inspect

The new age-inspect(1) tool presents the metadata of an age file without decrypting it.

hello.age is an age file, version "age-encryption.org/v1".

This file is ASCII-armored.

This file is encrypted to the following recipient types:

  • "mlkem768x25519"

This file uses post-quantum encryption.

Size breakdown (assuming it decrypts successfully):

Header                      1627 bytes
Armor overhead              1350 bytes
Encryption overhead           32 bytes
Payload                     1959 bytes
                    -------------------

</tr></table>

... (truncated)

Commits
  • b8564ad .github/workflows: inject version into source release artifact
  • e4c611f cmd,extra: restore the Version link-time variable
  • 6a8065f SIGSUM.md: update policy for v1.3.0
  • 50a600e .github/workflows: improve release reproducibility
  • 13aab81 .github/workflows: build and release source tarball
  • 52338c2 .github/workflows: enable GitHub artifact attestation
  • b70af41 cmd/age: don't output binary plaintext to terminal
  • 4202739 internal/stream: fix DecryptReaderAt concurrency
  • da21917 age: add ExampleDecryptReaderAt with zip.NewReader
  • 2ff5d34 age: add DecryptReaderAt
  • Additional commits viewable in compare view

Updates github.com/anthropics/anthropic-sdk-go from 1.56.0 to 1.58.0

Release notes

Sourced from github.com/anthropics/anthropic-sdk-go's releases.

v1.58.0

1.58.0 (2026-07-16)

Full Changelog: v1.57.0...v1.58.0

Features

  • api: add support for MCP Tunnels (3465b89)

v1.57.0

1.57.0 (2026-07-10)

Full Changelog: v1.56.0...v1.57.0

Features

  • api: add support for dreaming (3736bf0)
  • tools: gate session tool calls on evaluated_permission (#151) (4d85a6f)

Bug Fixes

  • helpers: distinguish canonical agent.message events from open previews (#118) (c49c17c)

Chores

  • docs: small updates to field descriptions (61bc396)
  • docs: update model example (937a29c)
  • docs: updates to descriptions and examples (2c59f79)
Changelog

Sourced from github.com/anthropics/anthropic-sdk-go's changelog.

1.58.0 (2026-07-16)

Full Changelog: v1.57.0...v1.58.0

Features

  • api: add support for MCP Tunnels (3465b89)

1.57.0 (2026-07-10)

Full Changelog: v1.56.0...v1.57.0

Features

  • api: add support for dreaming (3736bf0)
  • tools: gate session tool calls on evaluated_permission (#151) (4d85a6f)

Bug Fixes

  • helpers: distinguish canonical agent.message events from open previews (#118) (c49c17c)

Chores

  • docs: small updates to field descriptions (61bc396)
  • docs: update model example (937a29c)
  • docs: updates to descriptions and examples (2c59f79)
Commits
  • 0ce94bd release: 1.58.0
  • 77889cc codegen metadata
  • 7d7e416 feat(api): add support for MCP Tunnels
  • b6d3cc8 release: 1.57.0
  • c7c6467 feat(api): add support for dreaming
  • 136d960 codegen metadata
  • 3586232 feat(tools): gate session tool calls on evaluated_permission (#151)
  • d85cb0f chore(docs): update model example
  • 8e3d49a fix(helpers): distinguish canonical agent.message events from open previews (...
  • 086b92d chore(docs): updates to descriptions and examples
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.25 to 1.32.30

Commits

Updates github.com/coder/websocket from 1.8.14 to 1.8.15

Release notes

Sourced from github.com/coder/websocket's releases.

v1.8.15

Changes

New Contributors

Full Changelog: coder/websocket@v1.8.14...v1.8.15

Commits
  • 9c8faad conn: skip timeout callbacks for background contexts (#566)
  • 7039364 avoid per-frame cleanup closures on read to remove 2 allocs per frame read (#...
  • d099e16 docs: fix roadmap links (#558)
  • c98e9dc docs: fix lint issue (#557)
  • 39b7b07 docs: remove mention of resolved issue in README (#556)
  • 9f473ad docs: add document for AI agents (AGENTS.md) (#547)
  • 8d3545a fix: transmit in single frame when compression enabled (#552)
  • 8bf6dd2 chore: fix typo in Accept function (#544)
  • See full diff in compare view

Updates github.com/go-chi/chi/v5 from 5.2.4 to 5.3.1

Release notes

Sourced from github.com/go-chi/chi/v5's releases.

v5.3.1

What's Changed

New Contributors

Full Changelog: go-chi/chi@v5.3.0...v5.3.1

v5.3.0

What's Changed

New Contributors

SECURITY: middleware.ClientIP, a replacement for middleware.RealIP

@​VojtechVitek submitted PR #967, which introduces middleware.ClientIP — a replacement for middleware.RealIP that closes the three open spoofing advisories:

It also addresses issues outlined at:

... (truncated)

Commits
  • 8b258c7 ci: pin GitHub Actions to full commit SHAs (#1116)
  • caf87e6 feat(mux): support http QUERY method ietf rfc10008 (#1132)
  • 7fcb8a2 middleware: document printPrettyStack and harden NoColor panic test (#1131)
  • 878fe71 Fix defaultLogEntry.Panic not respecting NoColor setting (#1050)
  • d7b767b feat(middleware): add text/xml and application/xml to default compressible ty...
  • 3b50c7c Tidy build directives (#1113)
  • 2b9fca2 Honor Discard() in httpFancyWriter.ReadFrom (#1110)
  • 3b17157 feat: middleware.ClientIP, a replacement for middleware.RealIP (#967)
  • 818fdcf fix: set Request.Pattern from RoutePattern() (#1097)
  • f975af0 Fix typo in Route doc comment (#1073)
  • Additional commits viewable in compare view

Updates github.com/openai/openai-go/v3 from 3.41.0 to 3.44.0

Release notes

Sourced from github.com/openai/openai-go/v3's releases.

v3.44.0

3.44.0 (2026-07-17)

Full Changelog: v3.43.0...v3.44.0

Features

  • api: /organization/projects/{project_id}/service_accounts/{service_account_id}/api_keys" endpoint (28d2a6a)
  • api: manual updates (a531d4a)
  • api: manual updates (8073e1e)

Bug Fixes

  • api: format service account API key path (999e165)
  • format service account API key path (9fb19bb)

v3.43.0

3.43.0 (2026-07-14)

Full Changelog: v3.42.0...v3.43.0

Features

  • api: add owner_project_access to APIKeyListParams (df2e35d)

Bug Fixes

  • example: set the 'include usage' field to true under stream options to get accurate usage information (#125) (c38b6c3)
  • ssestream: skip SSE blocks without data (#621) (114224d)

Documentation

v3.42.0

3.42.0 (2026-07-09)

Full Changelog: v3.41.1...v3.42.0

Features

  • api: gpt-5.6-sol updates (8c062a6)

Bug Fixes

... (truncated)

Changelog

Sourced from github.com/openai/openai-go/v3's changelog.

3.44.0 (2026-07-17)

Full Changelog: v3.43.0...v3.44.0

Features

  • api: /organization/projects/{project_id}/service_accounts/{service_account_id}/api_keys" endpoint (28d2a6a)
  • api: manual updates (a531d4a)
  • api: manual updates (8073e1e)

Bug Fixes

  • api: format service account API key path (999e165)
  • format service account API key path (9fb19bb)

3.43.0 (2026-07-14)

Full Changelog: v3.42.0...v3.43.0

Features

  • api: add owner_project_access to APIKeyListParams (df2e35d)

Bug Fixes

  • example: set the 'include usage' field to true under stream options to get accurate usage information (#125) (c38b6c3)
  • ssestream: skip SSE blocks without data (#621) (114224d)

Documentation

3.42.0 (2026-07-09)

Full Changelog: v3.41.1...v3.42.0

Features

  • api: gpt-5.6-sol updates (8c062a6)

Bug Fixes

  • api: restore programmatic response types (2384620)
  • api: restore response union metadata (7b2e975)

... (truncated)

Commits
  • 83462df release: 3.44.0
  • a8660b4 feat(api): manual updates
  • 495e590 fix(api): format service account API key path
  • 6f55fda feat(api): /organization/projects/{project_id}/service_accounts/{service_acco...
  • 027f906 fix: format service account API key path
  • ca4134d feat(api): manual updates
  • d097feb release: 3.43.0
  • bd79bf3 feat(api): add owner_project_access to APIKeyListParams
  • c72453b codegen metadata
  • f0934e2 ci: add CodeQL scanning (#702)
  • Additional commits viewable in compare view

Updates github.com/spiffe/go-spiffe/v2 from 2.6.0 to 2.8.1

Release notes

Sourced from github.com/spiffe/go-spiffe/v2's releases.

v2.8.1

Changed

  • WIT bundle JWKS entries now include "use": "wit-svid" as required by the SPIFFE WIT spec (#395)

v2.8.0

Added

  • Experimental SPIFFE Broker API protobuf definitions in the new exp/proto/spiffe/broker package (#388)

v2.7.0

Added

  • Experimental support for WIT-SVIDs, including the new exp/svid/witsvid and exp/bundle/witbundle packages and Workload API client support for fetching and watching WIT-SVIDs and WIT bundles (#385, #391)

Changed

  • X509-SVID verification now rejects leaf certificates with a SPIFFE ID that has a root path (#375)
  • Other dependency updates.
Changelog

Sourced from github.com/spiffe/go-spiffe/v2's changelog.

[2.8.1] - 2026-06-19

Changed

  • WIT bundle JWKS entries now include "use": "wit-svid" as required by the SPIFFE WIT spec (#395)

[2.8.0] - 2026-06-16

Added

  • Experimental SPIFFE Broker API protobuf definitions in the new exp/proto/spiffe/broker package (#388)

[2.7.0] - 2026-06-03

Added

  • Experimental support for WIT-SVIDs, including the new exp/svid/witsvid and exp/bundle/witbundle packages and Workload API client support for fetching and watching WIT-SVIDs and WIT bundles (#385, #391)

Changed

  • X509-SVID verification now rejects leaf certificates with a SPIFFE ID that has a root path (#375)
  • Other dependency updates.
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…l P3-ATS-1)

The WARDYN_TEST_PG bootstrap (env-gate, db.Connect, db.Migrate,
t.Cleanup, embedded.New, New(Config{...})) was copy-pasted three times.
pgHarness is now a thin wrapper over pgHarnessWithRunner that overrides
DefaultPolicy, and the inline copy in
TestReconcileFinalize_TeardownErrorAudited calls pgHarnessWithRunner
directly and reads audit via the established srv.cfg.Audit cast.

Signed-off-by: cjohnstoniv <cjohnstoniv@users.noreply.github.com>
…P3-ATS-2)

Five test sites still hand-rolled the verbatim Config preamble
baseTestConfig was extracted to eliminate: approved_egress_test.go x3,
scanresult_test.go x1, and site_config_test.go's newSiteConfigHarness.
Each is now srv := New(baseTestConfig(h, fake)) with any overrides
applied on the returned Config, matching the package norm.

Signed-off-by: cjohnstoniv <cjohnstoniv@users.noreply.github.com>
…P3-UWZ-1)

guaranteeSentences was a third parallel prose-projection of RunPolicySpec
duplicating canLines/cantLines, with exactly one caller (policies.tsx) and
zero test coverage. Render ComposeQuickReview inline_policy={policy.spec}
in the stored-policy detail sheet instead, and delete guaranteeSentences.

Signed-off-by: cjohnstoniv <cjohnstoniv@users.noreply.github.com>
…il P3-UWZ-2)

The third describe block re-rendered ComposeReview to re-assert the
high-risk ack gate and the no-"unrestricted" invariant, both already
covered as a strict superset by compose-review.test.tsx. Delete the
block, the baseRun fixture, and the now-unused imports.

Signed-off-by: cjohnstoniv <cjohnstoniv@users.noreply.github.com>
run-detail.tsx's ReasonDialog copy had drifted stale: it showed the
credential-mint description for every approve, including egress_domain
and tool_call kinds where no mint happens. Consolidate to one shared
kind-aware ReasonDialog in wardyn/, imported by both run-detail.tsx and
approvals.tsx; thread ApprovalRequest.kind through onDecide.

Signed-off-by: cjohnstoniv <cjohnstoniv@users.noreply.github.com>
…l P3-ULS-1)

workspaces.tsx, policies.tsx, and secrets.tsx each re-rolled a
near-verbatim delete-confirm block (state + confirmDelete + destructive
AlertDialog). One shared wardyn/DeleteConfirmDialog now owns the busy
spinner and toast.success/toast.error(getErrorMessage); each screen
keeps only its toDelete state and a short usage.

Signed-off-by: cjohnstoniv <cjohnstoniv@users.noreply.github.com>
…ULS-2)

approvals.tsx, audit.tsx, and runs.tsx each duplicated the entire
fetch+setState body between the foreground load() and the silent
background poll. Extract one fetch body per file (fetchAll/fetchEvents/
fetchRuns) shared by both; keeps the deliberate skeleton-vs-silent
behavior the comments defend.

Signed-off-by: cjohnstoniv <cjohnstoniv@users.noreply.github.com>
The "StepIndicator regression" describe block tested a StepIndicator x
SETUP_STEPS pairing that exists nowhere in prod (SetupScreen renders its
own FunnelStepper) plus a PermissionWizard smoke test already covered by
wizard.test.tsx. Delete the block and its now-unused imports; un-export
SETUP_STEPS/SetupStepId since setup-screen.tsx was their only consumer.

Signed-off-by: cjohnstoniv <cjohnstoniv@users.noreply.github.com>
…tail P3-USU-2)

CredentialsStep drilled 10 props from SetupScreen for form state only it
uses, unlike its sibling corp steps which keep local state, and included
a patHost field that was never saved, sent to any API, or read anywhere
("informational only" per its own copy). Move appId/savingAppId state +
saveAppId() into CredentialsStep and drop the do-nothing patHost field.

Signed-off-by: cjohnstoniv <cjohnstoniv@users.noreply.github.com>
stepDot(), StepDot, and isFailedStatus() were exported and unit-tested
but never rendered — the import rail uses StepIndicator (step-shell.tsx),
which derives done/active/todo from the current index and has no
failed-dot concept. Delete the dead functions and their tests.

Signed-off-by: cjohnstoniv <cjohnstoniv@users.noreply.github.com>
…-ULB-3)

tsconfig.node.json is a Vite-template vestige: its only include
(vite.config.ts) is already in tsconfig.json's own include, and nothing
runs tsc -b or plain tsc on it — only `tsc -p tsconfig.check.json` runs
in CI. Delete it, drop the project-references entry from tsconfig.json,
and drop the references:[] workaround from tsconfig.check.json.

Signed-off-by: cjohnstoniv <cjohnstoniv@users.noreply.github.com>
…nytail P3-ULB-4)

package.json declared react/react-dom ONLY as optional peerDependencies
in a private:true end-user app (peerDependencies are library semantics;
nothing depends ON @wardyn/ui) — installation relied on pnpm's
auto-install-peers. Move react/react-dom into dependencies and drop the
peerDependencies/peerDependenciesMeta blocks (also covers DEP-1, the
identical fix). Delete pnpm-workspace.yaml (packages: ['.'], zero refs
anywhere, no parent workspace) — a no-op single-package guard.

Signed-off-by: cjohnstoniv <cjohnstoniv@users.noreply.github.com>
…ail P3-STO-1)

194-line hand-rolled memStore + 6 contract tests exercised only the in-file
fake (zero prod code). secretstoretest.RunConformance already asserts the
identical contract (roundtrip, missing->ErrNotFound, overwrite,
delete-idempotent, list) against the real pg backend.

Signed-off-by: cjohnstoniv <cjohnstoniv@users.noreply.github.com>
…ail P3-STO-4)

TestMigrationsDiscoveredInLexicalOrder and TestMigrationFilenamesUnique are
fully subsumed by TestMigrationPrefixesNoGapsOrDupes: with the NNNN prefix
regex enforced, lexical order == numeric order (can only fail on a
duplicate prefix, already caught), and duplicate filenames from a single
ReadDir are unreachable.

Signed-off-by: cjohnstoniv <cjohnstoniv@users.noreply.github.com>
Both tests open-coded the connect+migrate+cleanup harness inline while the
same package already has runsPGPool(t) doing exactly this (identical
Getenv-skip/db.Connect/db.Migrate/t.Cleanup(pool.Close) steps).

Signed-off-by: cjohnstoniv <cjohnstoniv@users.noreply.github.com>
… (ponytail P3-STO-2)

The PG adapter's 38 one-line delegation methods existed only because every
query was a free function taking an explicit *pgxpool.Pool. Make the free
functions methods on PG directly (drop the pool param, bodies unchanged) and
delete the delegation block; Store interface, NewPG, and the SQLite-seam
story are unchanged. Updates all callers: cmd/wardynd/adapters.go,
internal/api test helpers, test/apie2e harness, and the *_pg_test.go suite.

Signed-off-by: cjohnstoniv <cjohnstoniv@users.noreply.github.com>
…ytail P3-STO-3)

pgx.Rows structurally satisfies pgx.Row (both declare Scan(dest ...any)
error), so the 5 *Row twin scanners (scanPolicyRow, scanGrantRow,
scanApprovalRow, scanAuditEventRow, scanWorkspaceRow) that duplicated
scanPolicy/scanGrant/scanApproval/scanAuditEvent/scanWorkspace line-for-line
are gone: collectRuns and every List* loop now pass rows straight to the
Row-variant scanner. wsScanDest/fillWorkspace (existed only to share code
between the workspace twins) are folded back into scanWorkspace.

Signed-off-by: cjohnstoniv <cjohnstoniv@users.noreply.github.com>
…ytail P3-TYP-1)

internal/identity/identity_test.go was 273 lines asserting the Provider
contract against a hand-rolled fakeProvider, exercising zero production
code (package identity holds only interfaces + registry).

Same invariants are covered against the REAL provider by
identitytest.RunConformance (wired via embedded_conformance_test.go) and
embedded/embedded_test.go (expired token, sponsor defaults, CloudSTS
refusal, revoke).

Signed-off-by: cjohnstoniv <cjohnstoniv@users.noreply.github.com>
Provider.Keys() exported the verification key as a JWKS 'for the API
to serve', but no route/sidecar/script/doc ever serves or fetches it —
verification is in-process on the same Provider. Delete Keys() and its
TestKeysJWKS twin, plus the jose/encoding-json imports that became
unused. keyID()/kid stay; still stamped into the signer header.

Signed-off-by: cjohnstoniv <cjohnstoniv@users.noreply.github.com>
…imeout knob (ponytail P3-TYP-3)

Config.Clock had one prod impl (realClock) and a 19-line test fakeClock
whose Advance() was never called; StopTimeout had zero setters anywhere
(prod or test). Replace Clock with Now func() time.Time, the same
'now func() time.Time // overridable in tests' idiom already used by
embedded.Provider. Drop StopTimeout and use defaultStopTimeout directly
in Tick; the 2-min per-stop bound is preserved as a constant.

Signed-off-by: cjohnstoniv <cjohnstoniv@users.noreply.github.com>
…3-SCM-1)

selectConfig mirrored main()'s config-source switch and mostly re-tested the
owning-package loader (internal/egress/proxy). Delete the file; fold the
non-duplicated cases (control_plane_url/run_token required, malformed JSON,
explicit Listen/DecisionBufferSize overrides) into
TestLoadConfigDefaultsAndValidation, which exercises the real LoadConfig.

Signed-off-by: cjohnstoniv <cjohnstoniv@users.noreply.github.com>
…tail P3-SCM-2)

buildLocalURL hand-rolled URL joining that url.JoinPath (Go 1.19+) does in
one line; both callers (callMint, pollApproval) only ever pass host:port
bases with no path, so output is unchanged. Delete TestBuildLocalURL, which
only asserted stdlib behavior.

Signed-off-by: cjohnstoniv <cjohnstoniv@users.noreply.github.com>
…M-3)

heartbeatLoop/refreshLoop/statsLoop were three copies of identical
ticker+ctx-select boilerplate around a one-line body, each called exactly
once. Replace with a single every(ctx, ival, fn) helper plus three closures;
heartbeat's immediate first beat stays inside its own goroutine so startup
never blocks on a control-plane POST.

Signed-off-by: cjohnstoniv <cjohnstoniv@users.noreply.github.com>
audit_test.go was 156 lines asserting hand-rolled fakes (fakeRecorder/
fakeSink) satisfy interfaces already compile-checked by real impls
(store/recorder.go:16, adapters.go:173/199/234) and covered by
sinks/* tests. No production code path exercised.

Signed-off-by: cjohnstoniv <cjohnstoniv@users.noreply.github.com>
ListCasts had zero production callers (no list-recordings endpoint
anywhere). Drop it from the Store interface, FSStore, the conformance
list subtest, TestFSStore_ListCasts, and the forced fake impl in
recording_upload_test.go. Re-add when a listing feature ships.

Signed-off-by: cjohnstoniv <cjohnstoniv@users.noreply.github.com>
…P3-AUX-2)

TestFSStore_Roundtrip and TestFSStore_OpenCast_NotFound (+ isNotFound
helper) are strict subsets of TestFSStore_Conformance's
save_open_roundtrip and open_missing_returns_ErrNotFound, run against
the same NewFSStore(t.TempDir()). TestFSStore_TraversalRejection
(security) and the handler tests are untouched.

Signed-off-by: cjohnstoniv <cjohnstoniv@users.noreply.github.com>
Replace 14 near-identical error-path tests (one-status server -> call ->
assertAPIError) across client_test.go and client_more_test.go with a
single table-driven TestAPIErrorPaths. assertAPIError now returns
*client.APIError so callers can chain Body/Error() assertions; the
duplicate assertAsAPIError helper is deleted.

Signed-off-by: cjohnstoniv <cjohnstoniv@users.noreply.github.com>
…nytail P3-SDK-2)

Replace 7 hand-rolled slice-membership/index loops across 5 apie2e test
files with stdlib slices.Contains/ContainsFunc/IndexFunc, and rewrite
equalStringSets as slices.Equal over slices.Sorted(slices.Values(...))
(preserves multiset equality). actionsOf stays (it's a transform, not a
membership check).

Signed-off-by: cjohnstoniv <cjohnstoniv@users.noreply.github.com>
…-SDK-4)

doAdmin, getJSON, and putRaw each hand-rolled the same build-request/
set-bearer/Do/read-body skeleton. Extract one shared doRaw(t, method,
url, bearer, body) in harness_test.go; the three become 1-line wrappers.
doRaw sends Content-Type/Accept: application/json unconditionally —
neither is enforced server-side (recording upload ignores Content-Type;
only an SSE Accept is special-cased), so this is safe for putRaw's raw
asciicast body too.

Signed-off-by: cjohnstoniv <cjohnstoniv@users.noreply.github.com>
…onytail P3-SDK-3)

RecordingOptions embeds Options instead of re-declaring
SandboxImage/Timeout/ExitArgv and copying timeout()/image() verbatim;
this changes neither Run's signature nor behaviour, only the 4
RecordingOptions literal call sites in none_test.go (now nest their
fields under Options:).

Weakened per skeptic verify_note: only the 3 preambles that share the
same no-classes-handling KIND (Skipf) — testL0StructuralEgress,
testWaitExitCode, testInteractiveAttach — are folded into a new
createStrongestSandbox helper. testCapabilities (Logf) and
CheckRecordingCapability (fail-closed Errorf) keep their own preambles;
forcing them into one helper was flagged as a misfit.

Signed-off-by: cjohnstoniv <cjohnstoniv@users.noreply.github.com>
cjohnstoniv and others added 16 commits July 17, 2026 17:24
…ence; storage posture documented honestly (U098)
…reads AND stale doc rows fail); typed helpers on remaining parseable reads (U084 + codequal)
…rridable so it passes locally and on ubuntu-latest (U064)
…label uses RUN_MODE copy, CLI 401 carries a token hint, OIDC discovery bounded by bootCtx, compose.go/store.go leave the size allowlist
… 18 blind re-assessments), residuals; Fable-audited (two prose corrections applied)
…dual-daemon socket fix

- Demos become a funnel phase before Your Work: four demos as sidebar sub-steps, each with overview + policy YAML + UI-setup steps, an inline audit panel, and a launched-checkmark. Corporate phase moved earlier with one-click skip; SCM stays in Your Work.

- Harness container-login: auto-launch the login sandbox, auto-type 'claude setup-token', auto-open the OAuth URL, add a paste-the-code field, and auto-capture the sk-ant-oat token.

- attach-terminal: own paste end-to-end (raw send + preventDefault + coalescing) and expose a sendText handle; denied demo curls use -sSI so the 403 is visible.

- scripts/lib/common.sh derives WARDYN_DOCKER_SOCK from DOCKER_HOST (dual-daemon tier fix); ci-run.sh drops its duplicate derivation.
A new wardyn-proxy local route (/wardyn/gh/<org>/<repo>) reverse-proxies git-smart-HTTP to github.com: it enforces a per-repo allowlist in cleartext, mints the repo-scoped GitHub App token proxy-side (never into the sandbox), and re-originates upstream. agent-run rewrites granted github URLs to the broker via url.insteadOf; github.com is dropped from run egress. Repo is the unit of trust — an un-granted github repo is denied.

- Per-grant token cache (correctness-critical: a clone is >=2 requests and approval-gated grants are single-use, so no cache would 409 on the second).

- GitGrants threaded run-create -> ProxyConfig -> proxy.Config; built from grant scope.repos plus the declared clone set (run.Repo + WorkspaceRepos), since example grants carry empty repos.

- scanEgressDomains drops the github bundle (keeps ssh-over-443 for ssh_key repos); record-egress never promotes github hosts; example policies drop github.

- Clone + push (git-receive-pack) brokered, repo-scoped. v1 github-HTTPS only; LFS / GHES / ADO-GitLab / in-repo branch confinement deferred.

- Tests: handler (Basic x-access-token auth, sandbox-cred strip, path/service/Git-Protocol preserved, single-mint cache, traversal/ungranted 403s) + wiring helpers; CI/TRY-IT/sdk docs updated.
…d internal markers

Untrack (kept out of the repo) maintainer-local process/design artifacts: review notes, design-tool exports, contributor-campaign results, and the design-system-sync tooling. Genericize a company name in test fixtures. Strip internal review-tracking markers and stray development-mode annotations from code comments. Rename the fat toolchain agent image to a neutral name. No behavior change; build/test/typecheck green.

History is intentionally not rewritten; this cleans the current tree only.
Signed-off-by: cjohnstoniv <cjohnstoniv@users.noreply.github.com>
…der the complexity gate)

Signed-off-by: cjohnstoniv <cjohnstoniv@users.noreply.github.com>
Signed-off-by: cjohnstoniv <cjohnstoniv@users.noreply.github.com>
Bumps the minor-and-patch group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [filippo.io/age](https://github.com/FiloSottile/age) | `1.2.1` | `1.3.1` |
| [github.com/anthropics/anthropic-sdk-go](https://github.com/anthropics/anthropic-sdk-go) | `1.56.0` | `1.58.0` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.25` | `1.32.30` |
| [github.com/coder/websocket](https://github.com/coder/websocket) | `1.8.14` | `1.8.15` |
| [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) | `5.2.4` | `5.3.1` |
| [github.com/openai/openai-go/v3](https://github.com/openai/openai-go) | `3.41.0` | `3.44.0` |
| [github.com/spiffe/go-spiffe/v2](https://github.com/spiffe/go-spiffe) | `2.6.0` | `2.8.1` |


Updates `filippo.io/age` from 1.2.1 to 1.3.1
- [Release notes](https://github.com/FiloSottile/age/releases)
- [Commits](FiloSottile/age@v1.2.1...v1.3.1)

Updates `github.com/anthropics/anthropic-sdk-go` from 1.56.0 to 1.58.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-go/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-go/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-go@v1.56.0...v1.58.0)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.25 to 1.32.30
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.25...config/v1.32.30)

Updates `github.com/coder/websocket` from 1.8.14 to 1.8.15
- [Release notes](https://github.com/coder/websocket/releases)
- [Commits](coder/websocket@v1.8.14...v1.8.15)

Updates `github.com/go-chi/chi/v5` from 5.2.4 to 5.3.1
- [Release notes](https://github.com/go-chi/chi/releases)
- [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)
- [Commits](go-chi/chi@v5.2.4...v5.3.1)

Updates `github.com/openai/openai-go/v3` from 3.41.0 to 3.44.0
- [Release notes](https://github.com/openai/openai-go/releases)
- [Changelog](https://github.com/openai/openai-go/blob/main/CHANGELOG.md)
- [Commits](openai/openai-go@v3.41.0...v3.44.0)

Updates `github.com/spiffe/go-spiffe/v2` from 2.6.0 to 2.8.1
- [Release notes](https://github.com/spiffe/go-spiffe/releases)
- [Changelog](https://github.com/spiffe/go-spiffe/blob/main/CHANGELOG.md)
- [Commits](spiffe/go-spiffe@v2.6.0...v2.8.1)

---
updated-dependencies:
- dependency-name: filippo.io/age
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/anthropics/anthropic-sdk-go
  dependency-version: 1.58.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/coder/websocket
  dependency-version: 1.8.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/go-chi/chi/v5
  dependency-version: 5.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/openai/openai-go/v3
  dependency-version: 3.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/spiffe/go-spiffe/v2
  dependency-version: 2.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot
dependabot Bot deleted the dependabot/go_modules/minor-and-patch-3140096d82 branch July 20, 2026 02:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant