Skip to content

Releases: mochow13/keen-code

v0.31.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 18:24

Changelog

  • 9ecf6d4 chore(providers): remove obsolete loader comments
  • c1e46a4 chore(release): bump version to 0.31.0
  • 51d4be4 feat(tools): add ValidateInput and centralize tool execution

v0.30.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 15:18

Changelog

  • f4324ae docs(providers): sync supported providers and models with registry
  • eb7f0ee feat(llm): replay historical tools with native blocks
  • 3ec96d8 feat(providers): add openai-compatible provider and improve historical activity format
  • 1180d89 feat(providers): document openai-compatible provider and load providers without registry models
  • 71f57a2 feat(release): prepare v0.30.0

v0.29.0

Choose a tag to compare

@github-actions github-actions released this 11 Jul 20:18

Changelog

  • 643c296 feat(release): prepare v0.29.0
  • 1967ea4 feat(repl): handle adversary tool start/end stream events
  • dccf35e fix(install): avoid GitHub API rate limit when resolving latest version

v0.28.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 20:16

Changelog

  • 4bb7a64 feat(memory): implement global and project memory
  • 7cf423a feat(memory): preserve historical tool activity
  • b4cf54d feat(release): prepare v0.28.0

v0.27.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 23:36

Changelog

  • 89cd18d feat(llm): add debug logging for unhandled LLM tool tokens
  • 29acb4a feat(providers): add GPT-5.6 models
  • 9028854 feat(release): v0.27.0

v0.26.1

Choose a tag to compare

@github-actions github-actions released this 08 Jul 18:13

Changelog

  • 2754e57 feat(llm): tighten tool-memory anti-hallucination guidance
  • bdf7ba2 release: v0.26.1

v0.26.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 23:08

Changelog

  • b72e3a0 docs(roadmap): mark subagents and delegation as done
  • a0e1b23 feat(providers): add Claude Fable 5 and Sonnet 5 models
  • f014019 release: v0.26.0

v0.25.3

Choose a tag to compare

@github-actions github-actions released this 03 Jul 18:29

Changelog

  • c3e2913 chore(release): bump version to v0.25.3
  • 7f1088c feat(repl): clear input on esc instead of quitting

v0.25.2

Choose a tag to compare

@github-actions github-actions released this 02 Jul 20:28

Changelog

  • ecdd833 chore(release): bump version to v0.25.2
  • b533db2 fix(tools): require follow-through for tool-use claims

v0.25.1

Choose a tag to compare

@github-actions github-actions released this 02 Jul 00:33

Changelog

  • b4a6870 chore(release): bump version to v0.25.1
  • 2921b6e feat(repl): batch stream viewport redraws