Skip to content
This repository was archived by the owner on Jul 18, 2026. It is now read-only.

AVE 1.0.14

Choose a tag to compare

@lemberalla lemberalla released this 09 Jul 15:26

AVE 1.0.14 Release Notes

Status: Released.

Base: changes after 906550d (Mark AVE 1.0.13 released) through 43f4c0f (Polish local AI model migration).

Highlights

  • Added Ask-native graphics actions so safe one-step graphics and design edits can run directly from Ask mode instead of being forced through Plan mode.
  • Added guided required-field cards when AVE needs graphic text, titles, handles, or template fields before applying an edit.
  • Improved AI graphics updates so selected or referenced graphics can be edited with clearer tool contracts and fewer raw JSON or limbo responses.
  • Improved generated sequence caption behavior so caption requests use the full caption-generation path instead of leaving most of a sequence uncaptained.
  • Replaced the retired Qwen3.5 2B OptiQ local timeline model with Qwen3 4B Instruct as the default local tool-caller candidate.
  • Added Settings cleanup for retired Qwen3.5 2B OptiQ language model files, with Reveal and Delete controls, without re-adding the retired model to normal model choices.

Verification Plan

  • npm run build
  • npm --prefix render-worker run build
  • node --check electron/main.cjs
  • node --check electron/preload.cjs
  • node --check scripts/assert-notarization-env.cjs
  • node --check scripts/audit-desktop-package.cjs
  • npm run ai:prompt-smoke
  • npm run ai:prompt-regression
  • npm run test:run
  • npm audit --json
  • npm --prefix render-worker audit --json
  • git --no-pager diff --check
  • env APPLE_KEYCHAIN_PROFILE=notarytool npm run desktop:dist
  • npm run desktop:audit-package

Known Caveats

  • Manual installed-app updater smoke from a previous public version was not run in this session. The release still verifies packaged updater metadata and public latest-mac.yml.
  • If a user installed a very old AVE build that does not contain Contents/Resources/app-update.yml, that build may not self-update. Installing this DMG manually restores the updater path for future releases.
  • The retired-model cleanup targets the old Qwen3.5 2B OptiQ language model. Qwen vision 2B remains supported for visual analysis.