Skip to content

Commit

Permalink
Update Agent CLI to v0.0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Oct 22, 2024
1 parent 9101ab6 commit b23e6d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Use `SEMA4AI_VSCODE_X_ACTION_CONTEXT` instead of `SEMA4AI-VSCODE-X-ACTION-CONTEXT` when launching actions (using `-` is not a valid env variable name in some situations)
- Add `Sema4.ai: Collpase All Entries` command and button in Agent/Action view.
- Added command to import action packages from Sema4.ai Gallery or zip files.
- Update Agent CLI to `v0.0.27`

## New in 2.6.6 (2024-10-07)

Expand Down
2 changes: 1 addition & 1 deletion sema4ai/src/sema4ai_code/agent_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

log = get_logger(__name__)

AGENT_CLI_VERSION = "v0.0.25"
AGENT_CLI_VERSION = "v0.0.27"


def download_agent_cli(
Expand Down

0 comments on commit b23e6d5

Please sign in to comment.