spencrmartin ba3e341666 Fix Monaco Editor loading in Electron environment
This commit properly configures Monaco Editor to work reliably in the
Electron/Vite environment by using direct module imports instead of
relying on problematic plugin configurations.

Changes:
- Add monaco-editor as direct dependency (v0.52.2)
- Configure @monaco-editor/react loader to use bundled Monaco instance
- Update vite.renderer.config.mts with proper worker and bundling config
- Replace lazy loading with direct import in RichChatInput
- Add Monaco-specific CSS for consistent theming
- Improve loading state UI with better feedback

Technical approach:
Instead of using vite-plugin-monaco-editor (which has ESM compatibility
issues), we import monaco-editor directly and configure the loader to
use that instance. Vite handles worker bundling via the 'worker.format'
config, and we manually chunk Monaco for optimal loading.

This ensures Monaco loads instantly and reliably when entering code mode
(e.g., typing #python in the chat input), with full IDE features like
syntax highlighting, autocomplete, and error detection.

Fixes: Monaco Editor infinite spinner and loading failures
Related: PR #5502
2025-10-31 14:58:49 -04:00
2025-10-21 12:03:57 -07:00
2025-10-21 16:39:58 +11:00
2025-10-22 14:25:49 -04:00
2025-09-26 23:44:38 -05:00
2025-09-26 23:44:38 -05:00
2025-09-26 23:44:38 -05:00
2025-10-06 10:05:11 -04:00
2025-10-21 15:00:21 -07:00
2025-09-26 23:44:38 -05:00
2025-10-03 13:48:53 -04:00

goose

a local, extensible, open source AI agent that automates engineering tasks

Discord CI

🎉 Hacktoberfest 2025 🎉

goose is a participating project in Hacktoberfest 2025! Were so excited for your contributions, and have created a wide variety of issues so that anyone can contribute. Whether you're a seasoned developer or a first-time open source contributor, there's something for everyone.

To get started:

  1. Read the contributing guide.
  2. Read the code of conduct.
  3. Read the full Responsible AI-Assisted Coding Guide.
  4. Choose a task from this project's Hacktoberfest issues in our Project Hub and follow the instructions. Each issue has the 🏷️ hacktoberfest label.

Have questions? Connecting with us in our Discord community in the #hacktoberfest project channel.


goose is your on-machine AI agent, capable of automating complex development tasks from start to finish. More than just code suggestions, goose can build entire projects from scratch, write and execute code, debug failures, orchestrate workflows, and interact with external APIs - autonomously.

Whether you're prototyping an idea, refining existing code, or managing intricate engineering pipelines, goose adapts to your workflow and executes tasks with precision.

Designed for maximum flexibility, goose works with any LLM and supports multi-model configuration to optimize performance and cost, seamlessly integrates with MCP servers, and is available as both a desktop app as well as CLI - making it the ultimate AI assistant for developers who want to move faster and focus on innovation.

Watch the video

Quick Links

a little goose humor 🦢

Why did the developer choose goose as their AI agent?

Because it always helps them "migrate" their code to production! 🚀

goose around with us

S
Description
No description provided
Readme Apache-2.0 1.5 GiB
Languages
Rust 63.6%
TypeScript 29.6%
JavaScript 1.7%
Shell 1.6%
Python 1.5%
Other 1.8%