🆕 New Features
- feat: integrate API documentation generation in build process & add /update command
- add chain commands and context adding
⚡ Improvements
- update readme
- update readme for chaining commands
🐛 Bug Fixes
- fix /exit command : /issues/21
- fix release workflow remove tag
🔧 Other Changes
- Merge pull request #23 from benoitpetit/master
- 🔧 Fix version workflow: force v1.2.0 instead of auto-increment
- Merge pull request #22 from benoitpetit/master
- 1.2.0 version
- Merge pull request #20 from benoitpetit/dependabot/go_modules/minor-and-patch-ca8d3bf02a
- chore(deps)(deps): bump the minor-and-patch group with 12 updates
📦 Downloads
- Linux:
duckduckgo-chat-cli_v1.2.0_linux_amd64 - Windows:
duckduckgo-chat-cli_v1.2.0_windows_amd64.exe - macOS:
duckduckgo-chat-cli_v1.2.0_darwin_arm64 - All platforms:
duckduckgo-chat-cli_v1.2.0_release.zip
🔐 Security
SHA256 checksums are provided for all binaries.
🚀 Installation
Linux/macOS
# Download and install
curl -L https://github.com/benoitpetit/duckduckGO-chat-cli/releases/download/v1.2.0/duckduckgo-chat-cli_v1.2.0_linux_amd64 -o duckduckgo-chat-cli
chmod +x duckduckgo-chat-cli
sudo mv duckduckgo-chat-cli /usr/local/bin/Windows
Download the .exe file and add it to your PATH.
Built with ♥ by GitHub Actions