Ryan Ward
1336f00dfb
Fix orchestration and provider reliability
2026-08-20 15:13:19 -05:00
Ryan Ward
c585961149
Merge branch 'dev/fix-lag'
2026-08-20 08:53:48 -05:00
Ryan Ward
32d969ea4f
attempted fix of lag
2026-08-20 08:52:36 -05:00
Ryan Ward
11c466c26d
Prevent provider follow-up setup panics
2026-08-19 11:11:28 -05:00
Ryan Ward
87080c8086
Fixing followup after termination of agent turn
2026-08-18 17:20:13 -05:00
Ryan Ward
0ffd1181d1
Fix agent cancellation and monitor UI
2026-08-18 16:22:05 -05:00
Ryan Ward
6eb145a1b4
Keep requested-command terminal block hidden on collapse
...
Requested-command output is rendered by the inline pane whenever it is
expanded. Keep the backing terminal block hidden in both states so
collapsing the pane does not move the output to the bottom of the
conversation.
2026-08-18 13:19:05 -05:00
Ryan Ward
dec90208a4
Improve CLI command inline pane and monitoring behavior
...
- Track user-initiated expansion state to avoid auto-collapse conflicts
- Invert inline action visibility so terminal block hides while inline pane owns the expanded body
- Add scrollable output rendering in requested command expanded view
- Simplify CLI monitor nudge message and extract to reusable method
- Show only latest user query and assistant text in monitor task transcript
- Add handle_ctrl_c_for_conversation to status bar for child agent cancellation
- Update rig_request tests for adjusted monitor nudge wording
2026-08-18 13:06:30 -05:00
Ryan Ward
a93b80adb4
Merge branch 'dev/rig-migration' of gitlab.com:samnasbo/shared/galaxy
2026-08-18 11:30:18 -05:00
Ryan Ward
2850c2524d
v3.0.0 - Rig migration complete
2026-08-18 11:14:15 -05:00
Ryan Ward
a203d359bf
Rig setup
2026-08-18 01:40:11 -05:00
Ryan Ward
56e3b51d48
Lots of changes... not done yet.
2026-08-17 18:19:37 -05:00
rkw6086
dd2a18b48d
Fix streaming file edit lifecycle
2026-08-16 11:11:36 -05:00
rkw6086
ae3a8c7b40
Harden direct provider lifecycle handling
2026-08-16 09:11:22 -05:00
rkw6086
a5a3361e7f
fix: recover run agents after restart
2026-08-15 22:37:14 -05:00
rkw6086
93d6172072
Wait for direct-provider child agents
2026-08-15 19:23:28 -05:00
rkw6086
d10deb80a2
Fix provider proposals after task switches
2026-08-15 18:08:47 -05:00
rkw6086
4b20952cec
Fix direct-provider command monitoring
2026-08-15 15:49:07 -05:00
rkw6086
2730712179
Fix Galaxy orchestration denial and controls
2026-08-15 08:37:57 -05:00
rkw6086
642cb6adc1
Fix provider batch completion race
2026-08-15 07:13:07 -05:00
rkw6086
b079f036fa
Make direct-provider agent runs durable
2026-08-14 22:02:15 -05:00
rkw6086
5737f8342c
Preserve completed command assessments
2026-08-13 16:41:19 -05:00
rkw6086
934cddc063
live fixes
2026-08-12 17:36:21 -05:00
rkw6086
a5fac64cd9
Recover no-action turns after tool errors
2026-08-12 15:19:30 -05:00
rkw6086
b3f3a72435
Fix provider tool history handling
2026-08-12 14:19:51 -05:00
rkw6086
b806cd76f8
Fix tool proposal handoff logging
2026-08-12 09:27:30 -05:00
rkw6086
1ad2ab4010
adding logging, cleaning up configs
2026-08-12 06:38:02 -05:00
rkw6086
88ad290c7e
e2e testing
2026-08-10 07:22:56 -05:00
rkw6086
603437a24e
Keep long-running monitors polling after prose turns
2026-08-06 23:50:51 -05:00
rkw6086
3fda5d414b
Add Rig native model providers
2026-08-06 15:03:00 -05:00
rkw6086
634ce7ba00
Complete local-first Rig provider migration
2026-08-06 11:37:28 -05:00
rkw6086
f850bae77c
Complete local-first content migration slice
2026-08-05 16:24:04 -05:00
rkw6086
993abb96df
ACP Wrap up
2026-08-05 08:10:41 -05:00
rkw6086
2015498831
ACP work
2026-08-05 01:08:26 -05:00
rkw6086
c321e17708
ACP work
2026-08-05 00:56:55 -05:00
rkw6086
b0ad07f6f2
Add unified models UI and Rig Bedrock runtime
2026-08-04 17:25:19 -05:00
rkw6086
a3c68e9c30
Complete Rig tool lifecycle migration
2026-08-04 16:00:20 -05:00
rkw6086
91d8bd0381
Migrate Rig tool flow to domain runtime
2026-08-04 14:14:51 -05:00
rkw6086
4c7270db8d
feat: introduce Rig agent runtime migration
2026-08-04 02:15:18 -05:00
Ryan Ward
06741b68f2
Prevent crosscheck races with pending AI work
2026-07-31 17:43:48 -05:00
Ryan Ward
d9cf0d8ae3
Fix agent run completion and follow-up handling
...
Ensure parallel tool results finish before follow-ups, preserve warping
status across exchanges, clean up streams before crosscheck reviews, and
restore terminal focus when conversations complete. Remove temporary
debug
logging.
2026-07-31 16:33:08 -05:00
Ryan Ward
7f4891ec7c
First attempt to add ACP support
2026-07-31 11:09:32 -05:00
Ryan Ward
1a0aac51b6
Document process monitoring handoff
...
Add ACP discovery and configuration support
2026-07-30 11:53:33 -05:00
rkw6086
ad24374f6d
Add ACP agent backend and terminal controls
2026-07-30 07:25:11 -05:00
rkw6086
dbfa8bcd48
Complete agent monitoring and Galaxy Control integration
...
- expose command-monitor conversations and preserve visible agent transcripts
- add bounded polling and a dedicated shell interrupt tool
- improve direct-provider images, skills, tool history, and usage handling
- package and brand Galaxy Control across releases, installers, persistence, and docs
2026-07-29 15:04:58 -05:00
Ryan Ward
5c14241b91
Auto-monitor long-running commands with agent
2026-07-28 17:11:34 -05:00
rkw6086
a078287f4b
Fix Local Agent Execution And Auth Checks
...
- Gate server requests on available credentials
- Run local child agents directly without a parent run ID
- Include command IDs in Bedrock context and recognize transfer tools
2026-07-28 10:43:59 -05:00
Ryan Ward
87e0c83e9e
Remove Grok OAuth and legacy BYOK support
2026-07-28 02:30:22 -05:00
Ryan Ward
1650c8713c
Merge branch 'master' of gitlab.com:samnasbo/shared/galaxy into experiment/cross-check
...
# Conflicts:
# app/src/settings_view/mod.rs
2026-07-23 13:17:04 -05:00
Ryan Ward
856a6cd6f3
Remove Warp cloud features and OpenTelemetry
...
Settings cleanup:
- Remove billing_and_usage, main_page, referrals_page, show_blocks_view,
environments_page, handoff_environment_creation_modal,
custom_inference_modal, remove_custom_endpoint_confirmation_dialog,
transfer_ownership_confirmation_modal, delete_environment_confirmation_dialog
- Remove SettingsSection variants: Account, BillingAndUsage, Referrals,
SharedBlocks, CloudEnvironments, OzCloudAPIKeys
- Remove SettingsPageViewHandle variants: Main, BillingAndUsage, Referrals,
CloudEnvironments, OzCloudAPIKeys, SharedBlocks
- Add Platform variant for PlatformPageView
- Gut custom inference endpoint UI from ai_page.rs
- Gut transfer ownership modal from teams_page.rs
- Stub environment_management_pane as dead code
- Remove create_discount_badge usage
- Remove handle_experiment_change call
OpenTelemetry removal:
- Remove opentelemetry, opentelemetry-http, opentelemetry-otlp,
opentelemetry_sdk, tracing-opentelemetry dependencies
- Replace tracing module with no-op stub
- Delete native.rs and cloud_agent_auth.rs
Bug fixes (prior work):
- Fix apply_diffs() to use markdown_unescaped(ctx)
- Fix notebook executor AIDocumentId handling
- Fix margin/corner-radius consistency in requested_command.rs
- Add document tool handlers to extract_tool_result_content()
- Fix deprecated from_byte_stream in MCP SSE transport
- Fix Cargo.toml profile package spec
- Upgrade rust-toolchain to 1.94.1
2026-07-23 11:14:49 -05:00