Releases: liruifengv/mini-agents
Releases · liruifengv/mini-agents
mini-agents-cli@0.0.5
Patch Changes
-
3da2f3c: Add memory support via MEMORY.md
- Add
memory.tsmodule for managing~/.mini-agents-cli/MEMORY.md - Inject memory management instructions into system prompt
- Agent can now read and update memory file across sessions
- Add
mini-agents@0.0.4
Patch Changes
- 4ed1cd0: refactor: improve summarizer with tiered compression, batch summary, and rolling summary merge
mini-agents-cli@0.0.4
Patch Changes
- Updated dependencies [4ed1cd0]
- mini-agents@0.0.4
mini-agents@0.0.3
Patch Changes
- ef5642a: feat: add Google Gemini LLM provider support with function calling, thinking extraction, and custom base URL
mini-agents@0.0.2
Patch Changes
- 3e2dd0b: refactor: modularize Agent class by extracting responsibilities into separate files (summarizer, cancellation, tool-executor, types) while keeping the public API unchanged.
- 7878837: BREAKING: rename
apiBase/apiBaseUrltoapiBaseURLacross both packages for naming consistency. - e3de83c: refactor: reorganize tools directory into subdirectories by category (core, filesystem, shell, skill) and remove unused weather-tool.
- 7878837: Unify
anthropicOptions/openaiOptions/openaiChatOptionsinto a singleproviderOptionsfield inLLMClientOptions. Add OpenAI Chat Completions API client (openai-chatprovider).