feat: Add built-in file editor #75

Closed
opened 2026-01-28 09:59:22 -08:00 by hikari · 0 comments
Owner

Feature Request

Add a built-in file editor to hikari-desktop so users can view and edit files directly within the application.

Benefits

  • No need to switch between hikari-desktop and a separate code editor
  • Seamless workflow when working on code changes suggested by Hikari
  • Quick edits and file viewing without leaving the conversation context

Implementation Ideas

  • Integrate Monaco Editor (same editor as VS Code) or CodeMirror
  • Support syntax highlighting for common languages
  • File browser/tree view for navigation
  • Ability to open files that Hikari references in responses
  • Save functionality with confirmation
  • Diff view for comparing changes

User Experience

  • Could be a side panel or modal view
  • Tab support for multiple open files
  • Integration with Hikari's suggestions (e.g., "Apply this change" button)
  • Read-only mode for viewing without accidental edits

Note

This may be a duplicate issue - please close if already tracked!

This issue was created with help from Hikari~ 🌸

## Feature Request Add a built-in file editor to hikari-desktop so users can view and edit files directly within the application. ### Benefits - No need to switch between hikari-desktop and a separate code editor - Seamless workflow when working on code changes suggested by Hikari - Quick edits and file viewing without leaving the conversation context ### Implementation Ideas - Integrate Monaco Editor (same editor as VS Code) or CodeMirror - Support syntax highlighting for common languages - File browser/tree view for navigation - Ability to open files that Hikari references in responses - Save functionality with confirmation - Diff view for comparing changes ### User Experience - Could be a side panel or modal view - Tab support for multiple open files - Integration with Hikari's suggestions (e.g., "Apply this change" button) - Read-only mode for viewing without accidental edits ### Note This may be a duplicate issue - please close if already tracked! ✨ This issue was created with help from Hikari~ 🌸
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/hikari-desktop#75