Skip to content

FLASH CLI v0.5.7

Choose a tag to compare

@Natuworkguy Natuworkguy released this 27 Sep 03:54
· 7 commits to main since this release
f97c56b

What's Changed

  • Fix Flash forgetting what happened two messages ago: the space held back for the reply is now capped at a quarter of the context window, instead of all of MAX_OUTPUT_TOKENS, which could leave the conversation almost no room at all. The last three exchanges now always stay word for word, and old tool output is cut down before any exchange is dropped by @Natuworkguy
  • Make summarizing old messages opt-in: it is off by default, and you can switch it on under Settings, General, or with AUTO_COMPACT=1. When it runs, the summary keeps names, paths, versions, and error text exactly by @Natuworkguy
  • Rewrite the system prompt: Flash now rereads the last few turns before acting, looks before it guesses, plans anything with more than two steps, verifies before calling work done, and changes approach after two failed attempts. It is also about a fifth shorter, leaving more room for your conversation by @Natuworkguy
  • Update Flash from the web UI: a dot on Settings and a toast say when a new version is out, and Settings, General, Updates installs it with live progress. When Flash runs as flash --web, Restart brings it back on the new version at the same link, and the page reloads straight into it by @Natuworkguy
  • Add a send_html tool: a page Flash builds opens in your browser, or beside the chat in the web UI, where it runs sandboxed so its scripts cannot reach Flash by @Natuworkguy
  • Send finished work without being asked: Flash now hands you the images, PDFs, and pages it makes as soon as they are done by @Natuworkguy

Full Changelog: v0.5.6...v0.5.7