👉 Version compare: v0.6.5...v0.6.6
📃 Changelog
docker
- Added
ecpull
feature to pull commonly used base images (e.g., alpine, ubuntu) from Amazon ECR
buse
- Added the
buse
module, which provides a natural language interface for browser control. Supports streamlined automation and scripting through simple commands.
Example:
# Start an interactive shell to control the browser with natural language
x buse
# Run a one-shot browser task: search for OpenAI and take a screenshot
x buse -p "Search for OpenAI and take a screenshot"
chat
- Improved the interactive mode of AI chat—after a request, it now automatically enters REPL by default, making it easier to continue the conversation.
gh
- Fixed the data processing format of
x gh model
to ensure more accurate data structures.
openai
- Added
x openai model
subcommand for convenient access to OpenAI model information.
tldr
- Changed tldr rendering style to remove bold formatting for clearer terminal display.