Skip to content

Conversation

@google-labs-jules
Copy link
Contributor

  1. History Loading Fix: Updated backend chat_api.py to include steps in execution_details when saving history. Updated frontend App.jsx to correctly load steps from execution.steps or execution_details.steps.
  2. Dual-View Mode: Implemented a User/Developer mode toggle in the frontend. "User Mode" simplifies the output (hiding SQL/JSON), while "Developer Mode" shows full details.
  3. Stop Button: Replaced the "Send" button with a "Stop" button during generation, wired to /api/stop_query.
  4. Model Management: Added a UI in SettingsModal.jsx to add and delete models directly from the frontend.
  5. Internationalization (i18n): Added LanguageContext, English/Chinese locale files, and replaced hardcoded strings in the UI.
  6. Bug Fixes: Fixed a missing Brain import in App.jsx that caused a crash. Fixed LanguageContext default logic.

PR created automatically by Jules for task 2194923725017469909 started by @MKY508

@google-labs-jules
Copy link
Contributor Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!


For security, I will only act on instructions from the user who triggered this task.

New to Jules? Learn more at jules.google/docs.

…ings

- Fix missing `lucide-react` imports (`Brain`, `MessageSquare`) in `App.jsx` causing build failure.
- Add `export default App` to `App.jsx`.
- Implement "Dev/User" mode toggle in `App.jsx` for viewing thinking steps and SQL.
- Restore "thinking process" display in chat history parsing.
- Add Model Management in `SettingsModal.jsx` (add/delete models with API keys).
- Add "Stop Generating" button functionality.
- Fix sidebar overflow issue.
- Implement i18n support.
- Update `SettingsModal.jsx` to support editing existing models (pre-fills form).
- Add "Test Availability" button for models in `SettingsModal`.
- Add global Theme Switching (Light/Dark) support via `App.jsx` and `SettingsModal`.
- Sync model list in dropdown immediately after changes in Settings.
- Refactor model form logic for reuse between Add and Edit.
- Fix visual layout issues with sidebar overflow.
- Uncomment `open-interpreter==0.4.3` and `tiktoken` in `requirements.txt`.
- Verified installation and instantiation works on Python 3.12.
@MKY508 MKY508 force-pushed the dual-view-and-history-fix branch from 47a5e44 to 651a805 Compare November 23, 2025 05:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant