Skip to content

Commit 1792fdb

Browse files
committed
Release v0.8.3: Multimodal input and unified permissions
Key changes: - Add multimodal input support (images and files) - Complete tool_approval plugin refactoring with modular architecture - Add comprehensive permissions documentation - Fix path traversal vulnerability in file upload - Block output redirection in bash commands
1 parent 00ff11c commit 1792fdb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

VERSIONING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Example: `0.0.2`
2626
- Reset MINOR and PATCH to 0
2727
- Reserved for major breaking changes or stable releases
2828

29-
## Current Version: 0.8.2
29+
## Current Version: 0.8.3
3030

3131
### Version History
3232
- 0.0.1b1 → 0.0.1b8 (Beta releases)

connectonion/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
ConnectOnion - A simple agent framework with behavior tracking.
1111
"""
1212

13-
__version__ = "0.8.2"
13+
__version__ = "0.8.3"
1414

1515
# Auto-load .env files for the entire framework
1616
from dotenv import load_dotenv

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "connectonion"
7-
version = "0.8.2"
7+
version = "0.8.3"
88
description = "A simple Python framework for creating AI agents with behavior tracking"
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)