Skip to content

Releases: iOfficeAI/aionrs

v0.2.11

Choose a tag to compare

@github-actions github-actions released this 13 Aug 06:07
8e61a90

0.2.11 (2026-08-13)

Features

  • agent: stamp per-run turn ids onto conversation messages (5889110)
  • session: add session forking with lineage and turn-anchored boundaries (df1cf85)
  • session: support session forking with turn-anchored boundaries (a48be3b)

Documentation

  • refresh tool and provider documentation (f7b000e)
  • refresh tool and provider documentation (0a0efcf)

v0.2.10

Choose a tag to compare

@github-actions github-actions released this 06 Aug 05:33
4cf42f2

0.2.10 (2026-08-06)

Bug Fixes

  • deps: update rust crate getrandom-6f8ce4dd05d13bba to 0.4 (#212) (ec435b9)

v0.2.9

Choose a tag to compare

@github-actions github-actions released this 03 Aug 08:51
1581f40

0.2.9 (2026-07-28)

Bug Fixes

  • agent: eliminate empty responses from embedded stream errors and reasoning-only turns (9056753)
  • agent: keep tools available on first empty-final retry (159ded6)
  • config: default to max_completion_tokens for official openai endpoint (70d5bee)
  • config: default to max_completion_tokens for official openai endpoint (9c806bd)
  • providers: address review findings on error mapping and retry semantics (6be9f13)
  • providers: fail chat streams on embedded errors and missing terminals (6ece23d)

v0.2.8

Choose a tag to compare

@github-actions github-actions released this 23 Jul 14:54
4bd4f32

0.2.8 (2026-07-23)

Features

  • agent: persist and report context usage (bda1c18)
  • agent: persist and report context usage (b3c78a6)

Bug Fixes

  • agent: preserve emergency watermark after microcompact (fbe70ed)

v0.2.7

Choose a tag to compare

@github-actions github-actions released this 23 Jul 08:33
445a18e

0.2.7 (2026-07-23)

Bug Fixes

  • agent: finalize repeated tool failures without tools (d459812)
  • agent: finalize repeated tool failures without tools (1f784b1)
  • agent: retain repeated failures across mixed rounds (559aa3f)
  • compact: correct context token accounting (#233) (ca5cef0)
  • providers: buffer partial UTF-8 across SSE chunk boundaries (a23390d)
  • providers: buffer partial UTF-8 across SSE chunk boundaries (49b83ad)
  • providers: handle embedded json errors in streaming responses (386c6fe)
  • providers: handle embedded json stream errors (2ed229b)
  • providers: preserve successful json responses (161b815)
  • tools: handle line ending differences in edit (de03e6b)
  • tools: handle line ending differences in edit (84be8fa)
  • tools: prioritize exact edit matches (e95043a)

v0.2.6

Choose a tag to compare

@github-actions github-actions released this 20 Jul 03:25
3cb928d

0.2.6 (2026-07-20)

Features

  • providers: add openai responses api support (d2bf89f)
  • providers: add openai responses api support (3185442)

Bug Fixes

  • providers: add sanitized stream diagnostics (141635f)
  • providers: add sanitized stream diagnostics (405a55b)
  • providers: ignore canceled stream diagnostics (7f27e9d)

v0.2.5

Choose a tag to compare

@github-actions github-actions released this 17 Jul 03:02
8fa397b

0.2.5 (2026-07-17)

Features

  • add image content block support for Aion CLI (e362e0a)
  • agent: route images through capability-aware view tool (3c28b34)

Bug Fixes

  • agent: harden image input handling (d8905c0)
  • cli: declare direct aion-types dependency (43ddbf7)

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 14 Jul 12:13
cb4a10f

0.2.4 (2026-07-14)

Bug Fixes

  • agent: enforce runtime tool policies (c504789)
  • agent: enforce runtime tool policies (609e6e5)
  • agent: inherit tool policy in sub-agents (6626b61)
  • agent: scope tool search to runtime policy (29ba1ab)

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 13 Jul 08:00
e884400

0.2.3 (2026-07-13)

Bug Fixes

  • agent: fingerprint tool-call failure breaker (299853b)
  • agent: fingerprint tool-call failure breaker (5d86fe5)

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 09 Jul 12:47
1b22409

0.2.2 (2026-07-09)

Bug Fixes

  • deps: update rust crate getrandom to 0.4 (c78cbcf)
  • deps: update rust crate getrandom to 0.4 (37666d3)
  • deps: update rust crate getrandom to 0.4 (#193) (2a02775)
  • honor compat max token defaults (77029c3)
  • make max tokens optional by provider (6f2f8ad)
  • providers: retry initial provider 5xx responses (618f3ee)
  • providers: retry initial provider 5xx responses (9c9b7ec)
  • provider: support OpenAI-compatible thinking and chat paths (#203) (6a05d5a)
  • remove duplicate aws smithy lock entry (f807a15)
  • remove redundant compat default update (b3ec51f)

Documentation