Aiden v4.19.0-rc.1
Pre-releaseAiden v4.19.0-rc.1
Aiden v4.19.0-rc.1 is the public release candidate for the Worker and Model Bridge.
It is published through npm's beta channel. The stable npm latest channel remains on v4.18.0.
Install
Stable - v4.18.0
npm channel:
latest -> 4.18.0
Global installation:
npm install -g aiden-runtime
aidenWithout permanent installation:
npx aiden-runtime@latestRelease candidate - v4.19.0-rc.1
npm channel:
beta -> 4.19.0-rc.1
Global installation through beta:
npm install -g aiden-runtime@beta
aidenExact-version installation:
npm install -g aiden-runtime@4.19.0-rc.1
aidenWithout permanent installation:
npx aiden-runtime@betaExact version without permanent installation:
npx aiden-runtime@4.19.0-rc.1Verify the installed version
aiden --versionExpected result:
Stable: 4.18.0
Release candidate: 4.19.0-rc.1
Verify the RC directly without a permanent installation:
npx aiden-runtime@beta --versionHighlights
- durable Worker contracts and read-only repository Workers
- parent and child execution authority
- immutable provider and model binding
- logical provider-call, physical-attempt, token and usage accounting
- budget reservation and pre-send budget enforcement
- bounded retries and provider fallback
- cancellation during provider work and rejection of late provider results
- Worker restart and reopen
- child Evidence and parent Verification
- parallel Worker admission and reservations
- stable joins and deterministic reconciliation
Release artifact
aiden-runtime-4.19.0-rc.1.tgz
SHA-256:
C6DA1C6091EB8777A985B2ECAAB269B9923FC2576981D11794B0377113C17EAF
Known issue
Aggressive terminal resizing may produce cosmetic activity-row projection artifacts.
Investigation found no duplicate tool execution, duplicate mutating effect, durable-state corruption, approval corruption, lost input or crash. This remains classified as a P2 cosmetic issue and does not block RC testing.
Feedback
Report RC problems through GitHub Issues or the Aiden Discord community.
Include:
- operating system
- Node version
- installation command
- output from
aiden --version - provider and model, when relevant
- exact reproduction steps
- relevant logs or Evidence
- whether restart/reopen recovered the Job
Do not include API keys, access tokens, secrets or private repository content.