grok-build-upstream-mirror/crates/codegen/xai-grok-shell/tests
Repository files (latest commit first)
Filename Latest commit message Latest commit date
grokkybara[bot] 780d1388ff Synced from monorepo
Synced from monorepo

Changes:
- grok-shell: send an expired external-provider credential to the sign-in flow, not a 401 loop
- pager: clickable ▲ jumps to the top of the response being read
- grok-shell: keep a large task log from making the completion message too long
- Plan viewer scrollbar: widen grab zone to the border column; fix striped thumb in Terminal.app
- pager: poll the tmux probe teardown grace instead of sleeping it
- security: vendor-compat MCP kill switch is now actually enforced when reported as on
- grok-shell: restore session eviction when a leader client disconnects
- Bump rust-toolchain to 1.93.0
- workspace: lexical-normalize permission path patterns before glob matching
- pager: reject garbage Enter in the /resume picker
- pager: show Mermaid affordances in plan mode preview
- pager: drop manage-account link from /session-info
- workspace: auto-approve read-only git queries; defer write floor to auto classifier
- Add free-form pattern editor to the "Always allow" command prompt
- grok-shell: fix /btw caching
- pager: Tab walks answers in the ask_user_question card
- External-provider auth refresh: single 7s attempt instead of 3×5s
- pager: don't resurrect finished background tasks as Running when completion arrives first
- pager: report tmux truecolor clamping in Doctor
- Fix plan viewer scrollbar click+drag hijacked by comment gutter
- pager/shell: stop double Recap after the same last turn
- sampler: preserve x-should-retry through stream collection
- pager: clear plan-mode indicator immediately when the user approves a plan
- pager: tmux does not re-read its config on reattach

Source-Revision: 64c4de99cc822b25ce9c54ab5a4f372093d0885d
2026-08-03 08:17:57 +00:00
..
common Synced from monorepo 2026-07-23 17:12:33 +00:00
fixtures Publish harness and TUI open-source 2026-07-16 06:46:02 +01:00
memory_integration Publish harness and TUI open-source 2026-07-16 06:46:02 +01:00
external_auth_expired_credential.rs Synced from monorepo 2026-08-03 08:17:57 +00:00
git_contention_e2e.rs Publish harness and TUI open-source 2026-07-16 06:46:02 +01:00
sandbox_requirements_pin.rs Publish harness and TUI open-source 2026-07-16 06:46:02 +01:00
session_fork_replay_memory.rs Synced from monorepo 2026-07-26 20:03:03 +01:00
session_load_perf.rs Synced from monorepo 2026-07-26 20:03:03 +01:00
test_active_sessions_smoke.rs Publish harness and TUI open-source 2026-07-16 06:46:02 +01:00
test_agent_type_invariant.rs Synced from monorepo 2026-07-22 19:22:27 +01:00
test_auth_provider_command_e2e.rs Synced from monorepo 2026-07-29 17:17:54 +00:00
test_auth_provider_e2e.rs Synced from monorepo 2026-07-22 19:22:27 +01:00
test_built_binary_e2e.rs Synced from monorepo 2026-07-30 19:07:40 +00:00
test_config_update_isolation.rs Publish harness and TUI open-source 2026-07-16 06:46:02 +01:00
test_debug_logging.rs Synced from monorepo 2026-07-22 19:22:27 +01:00
test_doom_loop_recovery.rs Synced from monorepo 2026-07-22 19:22:27 +01:00
test_doomloop_capture.rs Publish harness and TUI open-source 2026-07-16 06:46:02 +01:00
test_fork_session.rs Publish harness and TUI open-source 2026-07-16 06:46:02 +01:00
test_global_extra_headers_e2e.rs Synced from monorepo 2026-07-22 19:22:27 +01:00
test_heap_profile_monitor.rs Publish harness and TUI open-source 2026-07-16 06:46:02 +01:00
test_leader_death_repro.rs Synced from monorepo 2026-07-22 19:22:27 +01:00
test_leader_sandbox_confinement.rs Synced from monorepo 2026-07-27 17:54:34 +00:00
test_leader_soak.rs Synced from monorepo 2026-07-31 18:08:03 +00:00
test_leader_stdio_integration.rs Synced from monorepo 2026-08-03 08:17:57 +00:00
test_leader_version_skew.rs Synced from monorepo 2026-07-22 19:22:27 +01:00
test_mcp_integration.rs Publish harness and TUI open-source 2026-07-16 06:46:02 +01:00
test_mcp_permission_persistence.rs Synced from monorepo 2026-08-03 08:17:57 +00:00
test_nonblocking_startup.rs Synced from monorepo 2026-07-26 20:03:03 +01:00
test_nonblocking_startup_offline.rs Synced from monorepo 2026-07-26 20:03:03 +01:00
test_refusal_stop_reason.rs Synced from monorepo 2026-07-22 19:22:27 +01:00
test_registry_churn.rs Synced from monorepo 2026-07-31 18:08:03 +00:00
test_sampling_client.rs Synced from monorepo 2026-07-31 18:08:03 +00:00
test_session_end_hook_e2e.rs Synced from monorepo 2026-07-25 18:44:42 +00:00
test_session_load_memory.rs Synced from monorepo 2026-07-29 17:17:54 +00:00
test_settings_refresh.rs Synced from monorepo 2026-07-26 20:03:03 +01:00
test_stop_hook_e2e.rs Synced from monorepo 2026-07-22 19:22:27 +01:00
test_subagent_orphan_reconcile.rs Synced from monorepo 2026-07-22 19:22:27 +01:00
test_summary_reasoning_effort.rs Synced from monorepo 2026-07-22 19:22:27 +01:00
test_tool_dispatch_duration_smoke.rs Synced from monorepo 2026-07-30 19:07:40 +00:00
test_trusted_local_plugin_refresh_e2e.rs Synced from monorepo 2026-07-22 19:22:27 +01:00
test_vendor_compat.rs Synced from monorepo 2026-07-22 19:22:27 +01:00
test_xai_session_update.rs Publish harness and TUI open-source 2026-07-16 06:46:02 +01:00
testkit_synth_roundtrip.rs Synced from monorepo 2026-07-26 20:03:03 +01:00
trace_replay.rs Publish harness and TUI open-source 2026-07-16 06:46:02 +01:00