Commit graph

8 commits

Author SHA1 Message Date
ed5c818508 Update script URL construction to reflect new 'scripts/' subdirectory 2025-11-30 00:02:25 +02:00
606f200621 Update fetchScriptList to target scripts directory and remove autocompletion logic 2025-11-29 23:57:46 +02:00
7f69b3e59c Move scripts to scripts/ and update loader paths; use remote import_map with --no-config 2025-11-29 23:48:28 +02:00
4322bdeb1f Use only --config, drop --lock for remote execution 2025-11-29 23:32:02 +02:00
c064e2ded8 Use deno.json and deno.lock instead of import_map.json 2025-11-29 23:30:56 +02:00
8ae1d52f8c Add import_map.json and use it for remote script execution 2025-11-29 23:28:40 +02:00
df5df0ea92 Add remote script loader with intelligent completions
Features:
- Remote script execution with version control (name@ref)
- Background daemon for fast completions (< 15ms)
- HTTP caching with ETag/Last-Modified support
- Context-aware completions with async support
- Comprehensive documentation and type definitions

Changes:
- Add loader.ts with daemon mode
- Add completions.d.ts type definitions
- Add COMPLETIONS.md guide for developers
- Add README.md with usage examples
- Update configure_ssh_key.ts with async completions
- Use JSR imports for remote execution compatibility
2025-11-29 23:22:35 +02:00
616a2d9c96 Add SSH configuration script and update Deno configuration files 2025-11-29 21:18:32 +02:00