Skip to content

Commit fbb1b89

Browse files
committed
bump taskara
1 parent 99ed5c4 commit fbb1b89

File tree

3 files changed

+30
-11
lines changed

3 files changed

+30
-11
lines changed

poetry.lock

Lines changed: 27 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "surfkit"
3-
version = "0.1.292"
3+
version = "0.1.293"
44
description = "A toolkit for building AI agents that use devices"
55
authors = ["Patrick Barker <[email protected]>", "Jeffrey Huckabay <[email protected]>"]
66
license = "MIT"
@@ -20,7 +20,7 @@ litellm = "^1.35.8"
2020
rich = "^13.7.1"
2121
tqdm = "^4.66.4"
2222
agentdesk = "^0.2.107"
23-
taskara = "^0.1.178"
23+
taskara = "^0.1.187"
2424

2525

2626
[tool.poetry.group.dev.dependencies]

ui/surfkit/src/pages/ContainerDesktopPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default function ContainerDesktopPage() {
5858
<iframe
5959
className="vnc"
6060
src={`${vncAddr}?autoconnect=1&resize=remote&clipboard_up=true&clipboard_down=true&clipboard_seamless=true&show_control_bar=true`}
61-
style={{ width: "1024px", height: "768px" }}
61+
style={{ width: "1024px", height: "768px" }} // 1280 x 858
6262
></iframe>
6363
</div>
6464
</div>

0 commit comments

Comments
 (0)