-
Notifications
You must be signed in to change notification settings - Fork 0
AI Codex and VS Code
Bradacz edited this page May 31, 2026
·
2 revisions
LoFTP includes practical AI-oriented workflows for development and server work.
Current focus:
- explaining files
- reviewing compare results
- helping with search and file understanding
The goal is not generic chat. The goal is faster decisions over files, configs, logs, and transfers.
LoFTP already includes Codex-oriented usage patterns inside the application, especially around:
- explain file
- compare review
- sync review
- transfer review
These workflows are intended to help with:
- understanding files
- spotting risky changes
- reviewing transfer intent before action
The next logical step is a local control API or Codex add-on layer that would let Codex work with saved LoFTP hostings without exposing credentials in chat.
Intended direction:
- LoFTP stores credentials and connection state
- Codex works through safe local tools
- secrets do not need to be pasted into conversations
LoFTP can open selected local files and folders directly in VS Code.
This is useful for:
- jumping from file browsing to editing
- opening project folders quickly
- moving between remote transfer work and local development work