Releases: LeeCheneler/tomo
Releases · LeeCheneler/tomo
v0.17.0
v0.16.1
What Changed
Bug Fixes
- fix(chat): clear stale mode initialValue on message submit (#279) @LeeCheneler
- fix(tools): disambiguate tool results sent to the LLM (#278) @LeeCheneler
v0.16.0
What Changed
Features
- feat(tools): add remove_dir tool (#277) @LeeCheneler
- feat(tools): add remove_file tool (#276) @LeeCheneler
v0.15.0
What Changed
Features
- feat(provider): add mlx provider with local context-window detection (#275) @LeeCheneler
v0.14.0
What Changed
Features
- feat(tools): support batched edits with optional replaceAll in edit_file (#274) @LeeCheneler
Bug Fixes
- fix: cap ask question length and shimmer only the tool name (#272) @LeeCheneler
v0.13.1
v0.13.0
What Changed
Features
- feat(tools): collapse tool output to single-line header with status colouring (#245) @LeeCheneler
v0.12.0
What Changed
Features
- feat(ask): replace Other option with always-visible text input (#240) @LeeCheneler
Bug Fixes
- fix(grep): handle file paths without ENOTDIR error (#233) @LeeCheneler
- fix(skill-sets): clean up cached repo and enabled sets on source delete (#231) @LeeCheneler
Maintenance
- chore(instructions): recommend single commands over compound in system prompt (#238) @LeeCheneler
- chore(tool): add universal tool result size limits and fix ANSI display (#237) @LeeCheneler
- chore(context): strip ANSI codes from tool results sent to the LLM (#236) @LeeCheneler
- chore: drop claude.md/agents.md support, migrate to tomo.md (#232) @LeeCheneler
v0.11.0
What Changed
Features
- feat(skill-sets): add update sources action to settings (#230) @LeeCheneler
- feat(skills): populate registry from enabled sets and improve autocomplete (#226) @LeeCheneler
- feat(skill-sets): clone sources and display skill sets with toggles (#225) @LeeCheneler
- feat(settings): add skill set sources management UI (#224) @LeeCheneler
v0.10.2
What Changed
Documentation
- docs: update tool usage guidance for sub-agents and agent tool description (#217) @LeeCheneler