Skip to content

bucket-agent 0.1.7

Choose a tag to compare

@github-actions github-actions released this 23 Jul 05:51
· 18 commits to main since this release

Decoupling & Rebranding (The Bucket Fork)

  • Complete Rebranding: Refactored the entire project from xAI's Grok Build agent to the new Bucket agent.
  • Namespaces & Configs: Transformed all instances of and to . Updated environment variables, Cargo package names, TOML configuration structures, welcome banners, and theme presets (bucket-night, bucket-day).
  • Path Resolution: Realigned local configuration directories to search under ~/.bucket/ and trust bucket.com and grok.com domains for authentication token validations.

Features & Performance

  • Model Discovery Latency: Reduced HTTP discovery timeout (FETCH_TIMEOUT) and registry synchronization timeouts to 3s to prevent startup stalls and provide faster prompt responses.
  • Task Output Handling: Integrated task_output_waits_from_json inside the tool call layer to handle asynchronous terminal background executions correctly.

Testing & Tooling

  • Task Waits Verification: Added robust unit and integration tests verifying JSON-serialized background task waits under various condition states.
  • PTY Scenario Suites: Cleaned up and updated PTY harness tests, benchmarking loops, and scrollback search playgrounds to compile and run under the rebranded module structures.