14 Commits
Author SHA1 Message Date
mengshouer 1d18807b8e feat: add dynamic terminal tab titles 2026-08-29 02:28:53 +08:00
Yue-Sui d8b789f6d7 docs(development): list all four locale files in i18n docs 2026-08-26 12:12:24 +08:00
Kang edcb8b2ea7 docs: add instructions for GitHub Gist cloud sync authorization in setup guide
- Included steps to set the GitHub OAuth App device flow Client ID for local builds using GitHub Gist.
- Provided examples for both bash and Windows PowerShell environments to facilitate user setup.
2026-06-21 23:46:30 +08:00
Kang 8612154fa2 docs: update terminology and content for cloud sync
- Replaced references to "sync and backup" with "cloud sync" throughout the documentation for consistency.
- Clarified the functionality of cloud sync, emphasizing its role in cross-device configuration synchronization and encrypted backups.
- Updated various sections to reflect the new terminology, including settings, guides, and security models.
- Enhanced localization strings to align with the updated terminology and functionality descriptions.
2026-06-21 13:10:01 +08:00
Kang a0ef61cbd4 refactor(AIAssistant): introduce AI Assistant panel and related components
- Added the AIAssistantPanel component, which serves as the main interface for AI interactions.
- Implemented supporting components including AgentStepView, AICommandCardView, AssistantReasoning, and AssistantResponse to enhance the functionality of the AI Assistant.
- Introduced utility functions for structured output handling and command execution management.
- Updated frontend documentation to reflect changes in AI-related UI components.
- Organized AI components under a dedicated directory for better structure and maintainability.
2026-06-07 01:04:43 +08:00
Kang f76833dcf1 fix(docs): update backup file extension from .dgfy to .nya across documentation and codebase 2026-05-31 11:03:26 +08:00
Kang 842653e59e chore: Update repository URLs to point to the new GitHub location
This commit updates all references in the documentation and configuration files to reflect the migration of the repository from the previous host to GitHub. Changes include updates to the package.json, Docusaurus configuration, and various markdown files to ensure users have the correct links for issues, releases, and source code.
2026-05-12 00:23:16 +08:00
Kang f7875d7871 refactor: Update references from Dragonfly to NyaTerm across documentation and codebase
This commit replaces all instances of "Dragonfly" with "NyaTerm" in various files, including documentation, configuration, and UI elements. The changes ensure consistency in branding and improve clarity for users transitioning from the previous version. Additionally, updates to the changelog and README reflect the new application name and its features.
2026-05-05 20:05:53 +08:00
Kang d6bd206b5d docs: Expand documentation to include AI Assistant features and updates
This commit enhances the README and various documentation files to reflect the integration of the AI Assistant in Dragonfly. Key updates include descriptions of AI capabilities, usage scenarios, and configuration settings. Additionally, the installation and quick start guides have been updated to highlight AI features, ensuring users are informed about the new functionalities and how to utilize them effectively.
2026-04-30 11:14:11 +08:00
Kang 1e347be154 docs: Update configuration storage details in documentation
This commit updates the documentation to reflect the new configuration storage method, specifying that application settings are now stored in `~/.dragonfly/dragonfly.redb`. It clarifies that legacy JSON/text files will be imported on first launch and retained as backups. Changes were made across multiple files, including README.md, FAQ, architecture, backend, and security guides, ensuring consistency in the description of configuration management and data persistence.
2026-04-29 08:44:35 +08:00
Kang 483d65fbca docs: enhance documentation with new features including session import/export, diagnostics, and tray support for improved user experience and clarity 2026-04-22 15:01:51 +08:00
Kang 5cd71587c2 docs: enhance documentation and UI for Sync & Backup features, including detailed guides, settings integration, and improved user experience for cross-device configuration and backup management 2026-04-21 22:12:25 +08:00
Kang 0e501c08ba docs: enhance documentation with updates on terminal features, file transfer capabilities, and security enhancements including translation support and improved session management 2026-04-15 09:26:52 +08:00
KangandClaude Opus 4.6 7de160ed04 docs: add Docusaurus documentation site with bilingual support
Add a complete documentation site under docs-site/ using Docusaurus 3,
with Chinese (default) and English translations. Includes user guide
(SSH, SFTP, terminal, quick commands, themes, translation, security,
shortcuts), developer docs (architecture, setup, frontend, backend,
contributing), FAQ, and a custom landing page.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 13:09:15 +08:00