feat(extensions): add Node.js developer CLI assistant for SuperDocs - #112
Open
ajinkya-cell wants to merge 4 commits into
Open
feat(extensions): add Node.js developer CLI assistant for SuperDocs#112ajinkya-cell wants to merge 4 commits into
ajinkya-cell wants to merge 4 commits into
Conversation
…d add sample pdfs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
⚡ feat(extensions): Node.js Developer CLI Assistant for Superdocs
👤 Contributor Information
@ajinkya-cell/superdocs-cli📦 NPM Package & Instant Run
This extension is published and distributed on the NPM registry as
@ajinkya-cell/superdocs-cli.📖 Summary & Motivation
@ajinkya-cell/superdocs-clibrings the power of SuperDocs AI document intelligence and precision in-document editing straight to the terminal and agentic workflows.Unlike standard conversational AI chat interfaces that force developers into tedious copy-pasting and break document structure:
+additions/-deletions) powered by the Myers diff algorithm.PendingVersion) until explicitly accepted or rejected..md,.txt,.docx, or.pdffiles, edit via streaming AI, and compile directly to clean.md,.pdf,.docx, or.html.🛠️ Key Features & Architecture
superdocs upload <file>: Multi-format document ingestion (.md,.txt,.docx,.pdf).superdocs edit --prompt "<instruction>": Streaming AI surgical edits with real-time reasoning progress.superdocs approve: Interactive terminal visual diff review with one-click server lock or--ciMarkdown PR comment output.superdocs export --format <pdf|docx|md|html>: Compile and download finalized documents.superdocs chat): Continuous conversational refinement loop with inline slash commands (/diff,/approve,/export,/status,/exit).superdocs init --signup): Integrates withPOST /v1/agents/signupfor instant credential provisioning.--mockorSUPERDOCS_MOCK=true) for testing without active network credentials.confto maintain active document context across terminal sessions.💻 Complete CLI Command Reference
🤖 Model Context Protocol (MCP) Tools
@ajinkya-cell/superdocs-cliexports 6 MCP-compliant tools insrc/client/mcp-adapter.tsfor Claude Desktop, Cursor, and AI agents:superdocs_signupagent_name(optional)superdocs_uploadfilePath(required),content(optional)superdocs_editprompt(required)superdocs_approveaccept(boolean, required)superdocs_exportformat(required),outputPath(required)superdocs_get_status{}🧪 Test & Run Instructions
Test Suite Verification:
📁 Extension Directory Structure
Built for the SuperDocs Task.