Releases: Scrapybara/scrapybara-ts
Releases · Scrapybara/scrapybara-ts
2.2.2
What's Changed
- Added:
import { herd } from "scrapybara/herd"
andui-tars-72b
by @justinsunyt
Full Changelog: 2.2.1...2.2.2
2.2.1
Full Changelog: 2.2.0...2.2.1
2.2.0
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
Full Changelog: 2.1.4...2.1.5
2.1.4
2.1.3
2.1.2
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
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
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
What's Changed
- New:
client.getInstances()
,client.getAuthStates()
,instance.browser.saveAuth()
by @justinsunyt and @lordspline - Updated:
instance.browser.authenticate()
by @justinsunyt and @lordspline - 🌿 Fern Regeneration -- January 9, 2025 by @fern-api in #16
Full Changelog: 2.0.4...2.0.5