Releases: link-assistant/agent
[js] 0.22.8
fix(ci): add recovery for missing Rust GitHub releases and improve crates.io publish resilience
Related Pull Request: #263
[rust] 0.9.2
Fixed
- Use
CARGO_TOKEN(organization-level secret) as fallback whenCARGO_REGISTRY_TOKENis 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
Handle crates.io propagation delays and treat "already exists" as successful publish in CI/CD scripts
Related Pull Request: #262
[js] 0.22.6
Added shared concurrency group to JS release jobs to prevent race condition with Rust CI/CD pushes to main
Related Pull Request: #260
[js] 0.22.5
Add CARGO_TOKEN fallback support to publish-to-crates.mjs for organization-level secrets
Related Pull Request: #258
[js] 0.22.4
Add publish verification to Rust CI/CD to prevent false positive releases
Related Pull Request: #256
[js] 0.22.3
Fix Rust CI/CD publishing by committing Cargo.lock in version bump to prevent cargo publish failure
Related Pull Request: #254
[rust] 0.8.0
Added
- Separate CI/CD pipelines for JS and Rust code
rust.ymlworkflow for Rust-specific builds, tests, and releases- Changelog fragment system in
rust/changelog.d/for tracking changes
Added
- Added
--temperatureCLI 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()toauto-releaseandmanual-releasejob conditions to prevent GitHub Actions from skipping them when thechangelog-checkjob is skipped on push events - Fixed changelog version regex in
create-github-release.mjsto support Rust's `
- Added
[js] 0.22.2
[js] 0.22.1
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