Skip to content

Aiden v4.19.0-rc.1

Pre-release
Pre-release

Choose a tag to compare

@shivadeore111-design shivadeore111-design released this 04 Aug 13:43
· 84 commits to main since this release
5e5911d

Aiden 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
aiden

Without permanent installation:

npx aiden-runtime@latest

Release candidate - v4.19.0-rc.1

npm channel:

beta -> 4.19.0-rc.1

Global installation through beta:

npm install -g aiden-runtime@beta
aiden

Exact-version installation:

npm install -g aiden-runtime@4.19.0-rc.1
aiden

Without permanent installation:

npx aiden-runtime@beta

Exact version without permanent installation:

npx aiden-runtime@4.19.0-rc.1

Verify the installed version

aiden --version

Expected result:

Stable:            4.18.0
Release candidate: 4.19.0-rc.1

Verify the RC directly without a permanent installation:

npx aiden-runtime@beta --version

Highlights

  • 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.