Skip to content

Releases: ai-action/code-ollama

v0.30.1

10 Jun 02:03
Immutable release. Only release title and notes can be modified.
90dc7b7

Choose a tag to compare

0.30.1 (2026-06-10)

Bug Fixes

  • app: add horizontal margin for all slash-command screens (1ccfaa8)

v0.30.0

07 Jun 05:33
Immutable release. Only release title and notes can be modified.
74fe258

Choose a tag to compare

0.30.0 (2026-06-07)

Features

  • skills: enable/disable skills via config (6f8cbea)

Bug Fixes

  • chat: use mode instead of executionMode (8326b3e)
  • useScreenRouter: remove duplicate screen.clear() call on /clear (b6b96cb)

v0.29.0

06 Jun 20:17
Immutable release. Only release title and notes can be modified.
1723dec

Choose a tag to compare

0.29.0 (2026-06-06)

Features

  • skills: add skills (9dbb02e)
  • skills: changed skills from flat-file to directory-only format (a29261b)
  • skills: support optional frontmatter (8f5a2b9)

Bug Fixes

  • prompt: add guardrails to ensure tool calls were executed (504b126)
  • skills: prevent skill hallucination (11b3045)
  • tools: add failure output tail (dd82513)
  • tools: dedupe error details in shell (cd06a18)
  • tools: make the formatter bounded in case error or stack goes over limit (e000cc6)
  • tools: put failure details before bulky output for failed tool results (a78c042)
  • tools: tighten failure output to minimize redundancy (dd8bd6f)
  • utils: fix the false positive tool intent regex in ollama (f5ba438)
  • utils: refine tool intent regex (552fae3)

v0.28.0

06 Jun 02:31
Immutable release. Only release title and notes can be modified.
d16fd31

Choose a tag to compare

0.28.0 (2026-06-06)

Features

  • cli: prompt for directory trust (790237a)

v0.27.2

05 Jun 20:41
Immutable release. Only release title and notes can be modified.
767a2d5

Choose a tag to compare

0.27.2 (2026-06-05)

Bug Fixes

  • app: add download link to ollama readiness help text (a7ae2ed)
  • app: pass theme to getMessage in ReadinessCheck (613cd26)

v0.27.1

05 Jun 17:53
Immutable release. Only release title and notes can be modified.
6d2d55c

Choose a tag to compare

0.27.1 (2026-06-05)

Bug Fixes

  • tools: use ripgrep-first file discovery (b5c3f43)

v0.27.0

05 Jun 04:52
Immutable release. Only release title and notes can be modified.
7787b1d

Choose a tag to compare

0.27.0 (2026-06-05)

Features

  • commands: add durable /compact command (3fa67fe)

v0.26.0

05 Jun 01:21
Immutable release. Only release title and notes can be modified.
bb3e908

Choose a tag to compare

0.26.0 (2026-06-05)

Features

  • tools: add maxChars to readFile with default hard cap (497795a)

v0.25.0

04 Jun 19:32
Immutable release. Only release title and notes can be modified.
188114a

Choose a tag to compare

0.25.0 (2026-06-04)

Features

  • cli: resume without sessionId opens tui session picker (965fcd1)

v0.24.1

04 Jun 18:14
Immutable release. Only release title and notes can be modified.
2d8344b

Choose a tag to compare

0.24.1 (2026-06-04)

Bug Fixes

  • chat: show thinking spinner while an approved tool call is running (c190b1f)
  • plan: does not regenerate plan output when research answers directly (a0dd462)
  • plan: fix plan response precedence (da478e1)
  • plan: reduce plan-mode turns (389d028)
  • plan: stop infinite loop caused by branch order (a9e36e8)
  • prompt: improve explore section (993bf79)
  • tools: preserve error stack trace for run_shell (5f750d8)
  • tools: reword stale tool error message (efcc649)