Skip to content

aichat 0.27.0 #205720

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 28, 2025
Merged

aichat 0.27.0 #205720

merged 2 commits into from
Jan 28, 2025

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## 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
  • novita

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)
  • ernie migrates to v2 api (#1130)
  • add novita client (#1132)

Full Changelog: sigoden/aichat@v0.26.0...v0.27.0

@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Jan 28, 2025
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Jan 28, 2025
@BrewTestBot BrewTestBot enabled auto-merge January 28, 2025 02:34
@BrewTestBot BrewTestBot added this pull request to the merge queue Jan 28, 2025
Merged via the queue into master with commit 18724e2 Jan 28, 2025
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-aichat-0.27.0 branch January 28, 2025 02:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. rust Rust use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants