We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6529cc3 commit 7408c76Copy full SHA for 7408c76
2 files changed
homebrew/autohand.rb
@@ -4,7 +4,7 @@
4
class Autohand < Formula
5
desc "Autonomous LLM-powered coding agent CLI"
6
homepage "https://autohand.ai"
7
- url "https://registry.npmjs.org/autohand-cli/-/autohand-cli-0.7.14.tgz"
+ url "https://registry.npmjs.org/autohand-cli/-/autohand-cli-0.8.0.tgz"
8
sha256 "PLACEHOLDER"
9
license "Apache-2.0"
10
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "autohand-cli",
3
- "version": "0.7.14",
+ "version": "0.8.0",
"license": "Apache-2.0",
"description": "Autohand interactive coding agent CLI powered by LLMs.",
"repository": {
0 commit comments