Sypha AI Docs
Basic Usage

Interactive Chat Operations

Mastering the art of collaborative development with the Sypha AI dashboard.

Interactive Chat Operations

[!TIP] Strategic Insight: Sypha is an advanced AI development agent residency within your VS Code environment. By communicating in natural language, you can direct it to synthesize, refactor, and audit your code with expert precision.

Dashboard Initialization

Locate the Sypha icon in the VS Code Activity Bar. Selecting it opens the primary command dashboard.

Can't find the interface? Navigate to View > Open View... and query for "Sypha" to restore the panel.

[!NOTE] Screenshot: Coming Soon !!!

Effective Communication Strategies

The Fundamental Principle: Describe your technical objective as you would to a senior peer. Sypha interprets natural language intent, eliminating the need for rigid syntax.

High-Utility Request Examples:

Initialize a new module named logger.ts and implement a singleton class with info, warn, and error methods.
Reference @src/ui/Header.tsx and modernize the navigation logic to support dynamic routing hooks.
Locate all instances of the deprecated API endpoint in @app/services and update them to use the v2 REST interface.

Optimizing Your Inquiries

  • Precision over Ambiguity: "Resolve the race condition in updateSession during high-volume requests" is significantly more effective than "Fix the session bug."
  • Contextual Anchoring: Reference files, directories, and code items directly using the @ mention system.
  • Workflow Granularity: Decompose complex, multi-day projects into small, verifiable milestones.
  • Pattern Guidance: Provide code snippets or style examples to help Sypha align with your project's aesthetic.

Interface Command Center

Vitals & Controls:

  • Interaction History: Audit your conversation thread and specialized task states.
  • Command Input: The primary field for dispatching your objectives (execute via Enter).
  • Audit Controls: Critical buttons for authorizing or dismissing Sypha's proposed mutations.
  • Task Initialization: The plus icon for launching a fresh workspace session.
  • Persona Selector: Dynamically choose the Sypha mode best suited for your active task.

Efficiency & Micro-Interactions

Direct Actions:

  • Resource Linking: Selecting file paths immediately opens them in the editor.
  • Web Navigation: URLs within the chat are interactive and launch in your default browser.
  • Context Management: Messages can be collapsed to maintain a clean, high-level view of the task.
  • Snippet Portability: Code blocks feature one-click copy functionality.

Visual Indicators:

  • Processing (Spinning): Sypha is active and processing your request.
  • Critical (Red): An environment or execution error has occurred.
  • Validated (Green): Milestones or tasks have been successfully fulfilled.

Tactical Pitfalls to Avoid

Suboptimal ApproachRecommended Alternative
"Refactor the module""Modernize data-processor.ts to utilize the new async-await pattern."
Implicit Context ClaimsProactively use @ to anchor Sypha to the relevant source assets.
Bloated, Multi-Goal PromptsSubmit tight, focused requests that can be validated independently.
Jargon-Heavy ObfuscationDirect, technically accurate descriptions facilitate the best reasoning.

The Big Picture: Sypha excels as a collaborative partner. Treat it as a highly capable teammate who performs best when provided with clear, contextualized direction.

Initialized your dashboard? Define your first objective and watch Sypha build your vision.

On this page