Skip to content

Releases: Scrapybara/scrapybara-ts

2.2.2

14 Feb 05:11
Compare
Choose a tag to compare

What's Changed

  • Added: import { herd } from "scrapybara/herd" and ui-tars-72b

by @justinsunyt

Full Changelog: 2.2.1...2.2.2

2.2.1

27 Jan 11:14
Compare
Choose a tag to compare

Full Changelog: 2.2.0...2.2.1

2.2.0

27 Jan 09:09
a559a88
Compare
Choose a tag to compare

What's Changed

  • Removed: instance.start()
  • New: instance.startUbuntu(), instance.startBrowser(), instance.startWindows()
  • Removed: import { SYSTEM_PROMPT } from "scrapybara/prompts"
  • New: import { UBUNTU_SYSTEM_PROMPT, BROWSER_SYSTEM_PROMPT, WINDOWS_SYSTEM_PROMPT } from "scrapybara/prompts"
  • Updated: tool compatibility with new instance types
  • New: export instance types from scrapybara
  • 🌿 Fern Regeneration -- January 26, 2025 by @fern-api in #22

by @justinsunyt and @lordspline

Full Changelog: 2.1.5...2.2.0

2.1.5

18 Jan 23:58
Compare
Choose a tag to compare

Full Changelog: 2.1.4...2.1.5

2.1.4

18 Jan 23:45
Compare
Choose a tag to compare

What's Changed

  • Move act and tool types into api folder

Full Changelog: 2.1.3...2.1.4

2.1.3

17 Jan 01:50
0f4b0cd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.2...2.1.3

2.1.2

15 Jan 08:00
Compare
Choose a tag to compare

What's Changed

  • Updated: anthropic() now takes keyword instead of positional arguments e.g. anthropic({ apiKey: "api-key" }) by @justinsunyt

Full Changelog: 2.1.1...2.1.2

2.1.1

15 Jan 07:37
Compare
Choose a tag to compare

What's Changed

  • New: import { imageResult} from scrapybara/tools by @justinsunyt
  • New: import { SYSTEM_PROMPT } from scrapybara/prompts
  • 🌿 Fern Regeneration -- January 13, 2025 by @fern-api in #20

Full Changelog: 2.1.0...2.1.1

2.1.0

13 Jan 22:34
97c8b9f
Compare
Choose a tag to compare

What's Changed

  • New: client.act() by @justinsunyt and @lordspline
  • New: import { tool, computerTool, editTool, bashTool, browserTool } from "scrapybara/tools"
  • New: import { anthropic } from "scrapybara/anthropic"
  • Removed: instance.agent.act() and instance.agent.scrape()
  • Act by @justinsunyt in #19

Full Changelog: 2.0.5...2.1.0

2.0.5

09 Jan 01:17
561efa1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.4...2.0.5