Authentication, IPC routing and Copilot language model tools shared by the Ginexys VS Code extension suite (Table Formatter, PDF Processor, Schema Editor).
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Foundation extension for the Ginexys VS Code suite. Provides authentication, IPC routing between satellite tools (TAFNE, PDF Processor, Schema Editor), and Copilot language model tools.
What it does
This extension is a dependency for the other Ginexys editors. Install it alongside one of:
Authentication. Sign in once with your Ginexys account. Token is stored in VS Code SecretStorage and shared across all Ginexys editors.
Cross-tool data routing. Editors can hand off data to each other through GinexysRouter. Send a table from TAFNE to Schema Editor as a netlist, or extract a PDF and route the result to TAFNE for editing.
Copilot language model tools. Five tools registered with vscode.lm.registerTool so Copilot, Cursor, and Cline can call them in chat:
ginexys_format_table (free) — format CSV/TSV/Markdown tables
ginexys_extract_pdf_text (free) — extract text and tables from a PDF
ginexys_read_schema (free) — read the open schema as a netlist
ginexys_ai_extract_pdf (Pro) — AI-powered PDF extraction via Docling
ginexys_analyze_schema (Pro) — AI analysis of schema diagrams