REPL Changes
.file %% # Include last reply with `%%`
.file `git diff` # Include command execution with `<cmd>`
.macro <macro> [arg]... # Execute macro
.edit config # Modify configuration file
.edit agent-config # Modify agent configuration file
.agent <agent> <variable:key=value>... # Accept agent variables
New CLI Options
--rebuild-rag Rebuild the RAG to sync document changes
--macro <MACRO> Execute a macro
--list-macros List all macros
--sync-models Sync models updates
New Providers
- minimax
- hyperbolic
New Features
- add cli option
--rebuild-rag
(#1074) .file
supports external command execution (#1075).file
supports including last reply with%%
(#1079)- discontinue
rag_min_score_*
config items (#1081) - support default terminal editor (#1082)
- no longer support
.set agent_prelude <value>
(#1086) - support macro (#1087)
.agent
accept variable key-value pairs (#1090)- support minimax client (#1091)
- no longer support
.variable
repl command (#1092) .starter
accepts index other than text (#1093)- add a default base_url to ollama (#1102)
- support
.edit config
and.edit agent-config
repl commands (#1103) - add
--sync-models
cli option (#1114) - support hyperbolic client (#1115)
Full Changelog: v0.26.0...v0.27.0-rc2