Skip to content

Releases: link-assistant/agent

[js] 0.22.8

14 Apr 07:58

Choose a tag to compare

fix(ci): add recovery for missing Rust GitHub releases and improve crates.io publish resilience

Related Pull Request: #263


npm version

[rust] 0.9.2

14 Apr 07:59

Choose a tag to compare

Fixed

  • Use CARGO_TOKEN (organization-level secret) as fallback when CARGO_REGISTRY_TOKEN is not set, fixing crates.io publishing in CI/CD

Fixed

  • Fixed git push race condition in Rust CI/CD auto-release that caused non-fast-forward rejection when JS CI pushed concurrently
  • Added fetch/rebase before commit and push retry with pull --rebase (up to 3 attempts)
  • Added shared concurrency group (release-main) across Rust and JS release jobs to serialize pushes to main

[js] 0.22.7

13 Apr 10:16

Choose a tag to compare

Handle crates.io propagation delays and treat "already exists" as successful publish in CI/CD scripts

Related Pull Request: #262


npm version

[js] 0.22.6

13 Apr 08:54

Choose a tag to compare

Added shared concurrency group to JS release jobs to prevent race condition with Rust CI/CD pushes to main

Related Pull Request: #260


npm version

[js] 0.22.5

13 Apr 07:51

Choose a tag to compare

Add CARGO_TOKEN fallback support to publish-to-crates.mjs for organization-level secrets

Related Pull Request: #258


npm version

[js] 0.22.4

13 Apr 06:21

Choose a tag to compare

Add publish verification to Rust CI/CD to prevent false positive releases

Related Pull Request: #256


npm version

[js] 0.22.3

13 Apr 01:57

Choose a tag to compare

Fix Rust CI/CD publishing by committing Cargo.lock in version bump to prevent cargo publish failure

Related Pull Request: #254


npm version

[rust] 0.8.0

12 Apr 11:56

Choose a tag to compare

Added

  • Separate CI/CD pipelines for JS and Rust code
  • rust.yml workflow for Rust-specific builds, tests, and releases
  • Changelog fragment system in rust/changelog.d/ for tracking changes

Added

  • Added --temperature CLI option to override the temperature for model completions (#241)

Fixed

  • Fixed Rust CI/CD release pipeline that was silently skipping all releases (#247)
    • Added always() to auto-release and manual-release job conditions to prevent GitHub Actions from skipping them when the changelog-check job is skipped on push events
    • Fixed changelog version regex in create-github-release.mjs to support Rust's `

[js] 0.22.2

12 Apr 11:55

Choose a tag to compare

fix: update create-github-release.mjs to support both JS and Rust changelog formats (#247)

  • Fixed changelog version regex to handle Rust's `

Related Pull Request: #248


npm version

[js] 0.22.1

12 Apr 11:27

Choose a tag to compare

Lower compaction safety margin from 85% to 75% to reduce context overflow errors. Add token estimation fallback when providers return 0 token counts. Cap maxOutputTokens to never exceed model context limit.

Related Pull Request: #250


npm version