You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.