Ryan Ward
7a33cc7e56
Improve agent provider resilience
2026-09-02 17:09:08 -05:00
Ryan Ward
82eed08683
Add Galaxy build and deployment workflows
2026-08-26 12:07:32 -05:00
Ryan Ward
dde129b9c7
Shorten provider stalls and fix selection copy
2026-08-26 11:31:53 -05:00
Ryan Ward
78b60af988
Preserve agent question answers and plan output
2026-08-25 12:56:25 -05:00
rkw6086
f4dc6231d6
Improve agent retries and tool progress
2026-08-23 22:22:32 -05:00
rkw6086
7c106eecd5
feat: expand Galaxy agent and remote tooling
...
Add Wormhole remote helpers, provider and agent improvements, filesystem diagnostics, model metadata support, and schema-aware settings IntelliSense.
2026-08-23 13:55:47 -05:00
Ryan Ward
1336f00dfb
Fix orchestration and provider reliability
2026-08-20 15:13:19 -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
93d6172072
Wait for direct-provider child agents
2026-08-15 19:23:28 -05:00
rkw6086
b079f036fa
Make direct-provider agent runs durable
2026-08-14 22:02:15 -05:00
rkw6086
f4a04d0240
Fix Rig tool continuation and plan creation
2026-08-14 09:01:53 -05:00
rkw6086
5737f8342c
Preserve completed command assessments
2026-08-13 16:41:19 -05:00
rkw6086
88ad290c7e
e2e testing
2026-08-10 07:22:56 -05:00
rkw6086
f850bae77c
Complete local-first content migration slice
2026-08-05 16:24:04 -05:00
Ryan Ward
4770ac06b5
first pass of merging in warp (doesn't build)
2026-07-01 16:08:58 -05:00
Ryan Ward and Claude Opus 4.6
99159184cb
Add LSP rename (Phase 3) and update AGENTS.md with future work
...
- F2 keybinding triggers prepareRename at cursor
- Shows inline text input pre-filled with current symbol name
- Enter confirms and applies workspace edits across all occurrences
- Escape cancels the rename
- Full flow: prepareRename → input → rename → apply edits
- AGENTS.md: document inline token/cache/cost stats feature idea
- AGENTS.md: document rename implementation for reference
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-18 16:44:30 -05:00
Ryan Ward and Claude Opus 4.6
940c3b5dff
Clean build: remove all dead code and fix warnings
...
- Remove unused fields (trigger_offset on Requesting, is_incomplete)
- Remove unused methods (selected_item, has_actions, is_menu_open,
close_menu, move_selection, confirm_code_action, apply_workspace_edit)
- Remove unused import (Shrinkable in signature_help)
- Remove all #[allow(dead_code)] annotations
- Add build standards to AGENTS.md: zero warnings, zero errors required
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-18 16:26:17 -05:00
Ryan Ward and Claude Opus 4.6
d421b9583f
Wire up completion keyboard navigation and add AGENTS.md
...
- Tab/Enter confirms the selected completion item
- Up/Down arrows navigate the completion menu
- Escape dismisses the menu (via existing dismiss_lsp_overlays)
- Editor intercepts keys via completion_intercept_keys flag when menu is showing
- Add AGENTS.md with LLM-powered predictive autocomplete idea
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-18 16:08:48 -05:00