Skip to content

Lumo

371 results found

  1. Write permissions for Lumo to share infos between projects

    I’ve created several projects in which I work on different topics using specialized Lumos.

    I also have a general chat outside of the projects that I use for general questions, journals, small talk, or brainstorming. However, this general Lumo doesn’t know what’s going on in the projects because they’re isolated from one another.
    While brainstorming, I had the idea that it would be really handy if Lumo had a dedicated folder with write access in Drive where it could create files to share with the projects. For example, summaries when a project is successfully completed or updates on its current…

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  New feature  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. Native Mermaid diagram rendering in Lumo chat interface

    Description:

    Mermaid.ai is the de facto standard for text-to-diagram visualization, natively supported by GitHub, GitLab, Notion, Obsidian, and VS Code. Currently, when Lumo generates Mermaid syntax in a fenced ```mermaid code block, the Lumo web UI displays it as raw text instead of rendering the diagram visually. This significantly reduces the utility of Lumo for technical users who rely on diagrams — flowcharts, sequence diagrams, architecture diagrams, state machines, ER diagrams, and more.

    Proposed implementation:

    Integrate the Mermaid.js library into the Lumo web UI Markdown renderer to automatically detect and render ```mermaid fenced code blocks as interactive SVG diagrams within…

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  New feature  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. Paid Chat Preservation - Automatic Freeze/Backup Instead of Deletion

    Current Behavior:
    After subscription expiry, all chat history is deleted 7 days later. There is no chat backup functionality currently available.

    Why Manual Backups Fall Short:
    Relying on users to manually export or back up chats defeats the purpose of a seamless subscription model. Manual backups are reactive and easy to forget - automatic preservation should be the default expectation for paid users.

    Proposed Solutions:
    1. Freeze/Hide Logic (Lumo 1.x style): When subscription ends, chats become read-only or hidden rather than deleted
    2. Automatic Drive Integration: Proton Drive auto-backups for chat history at regular intervals
    3. Grace Period Extension: Longer…

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  New feature  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Fix "Context Length Exceeded" on moderate-sized log files

    "Context Length Exceeded" errors when uploading moderately sized log files (even 1-5 MB text files) to Lumo for analysis despite the theoretical 128k token context window.

    Use case: As an IT administrator managing cloud infrastructure, I need to analyze server logs, error traces, and security events. Other AI assistants handle multiple large log files without issue. Lumo currently dumps entire file content into the prompt, consuming all available context upfront.

    Thank you for considering this feedback. Privacy-first AI with practical file handling capabilities would make Lumo indispensable for professionals managing sensitive data.

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  New feature  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Fair Monthly Pricing

    Fair Monthly Pricing

    Title: Offer competitively priced monthly-only options for add-ons (Lumo Plus, Meet Professional) without punitive markups

    Body:

    Users with sporadic needs — such as using Lumo Plus for a few intense workdays or Meet Professional for a rare large meeting — are currently penalized by the pricing structure.

    While annual plans offer a discount, they force a 12-month commitment for services that may only be needed for a few days. Monthly plans exist, but they often carry a significant premium compared to the monthly equivalent of the annual rate. This creates a "flexibility tax" that discourages users from…

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    2 comments  ·  New feature  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. Creation of Lumo Browser Extension

    As a leading privacy AI, it's important that the chatbot can interact with our daily lives safely and privately. The addition of a browser extension for Lumo to interact with your screen would greatly benefit the greater Proton community.

    18 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  New feature  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Add an incognito mode to not include memories for unbiased chats

    Lumo is great and the memory feature is great. However sometimes it would be nice to have a chat without it having all that extra memory context to have a simple unbiased, impartially neutral chat for times where all the memory content is making things "too" personalised with the angles it takes.

    It would also come in handy when someone is next to you and asks "Can you ask Lumo about XYZ" and then you search. With an incognito feature, if you're asking it questions about someone else's issues it won't blurt out for everyone reading things like "It's not…

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  New feature  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. Dark app icon for Lumo

    All the other Proton apps have an icon for light and dark mode. I think it would be great to have a dark icon for Lumo since it only has a light icon.

    27 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    2 comments  ·  New feature  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. 🤖 Autonomous Project Builder with Local File System Access

    🤖 Autonomous Project Builder with Local File System Access

    Summary

    Transform Lumo from a code-writing assistant into an autonomous project builder that can read, write, organize, and execute code directly on user's local filesystem with proper security controls.

    Problem Statement

    Current AI coding assistants (including current Lumo) operate in a "chat-only" paradigm:
    - User: "Build a Flask API with authentication"
    - Lumo: Returns code blocks in chat
    - User: Manually copies files, creates directories, runs tests, configures environment
    - Result: Friction, human error, context drift, repetitive work

    Real engineering work requires:
    1. Creating directory structures
    2. Writing multiple files with…

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  New feature  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. 🧠 Advanced Persistent Project Memory & Engineering Partner Mode

    🧠 Advanced Persistent Project Memory & Engineering Partner Mode

    Summary

    Enable Lumo to maintain long-term project context across sessions and operate as a proactive engineering partner rather than reactive assistant.

    Problem Statement

    Current conversation memory is session-bound. Each new chat requires re-establishing context about:
    - Project architecture decisions and trade-offs
    - Technology stack specifics (local models, frameworks, deployment targets)
    - Previous iterations and lessons learned
    - Ongoing development challenges

    This creates friction for complex, multi-session projects and forces users to constantly re-explain context.

    Proposed Solution

    Feature 1: Project-Specific Memory Stores

    Description: Allow users to create and manage named "project memory"…

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  New feature  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. Add tools to Lumo so Lumo can gather info from content sources

    Beside the info provided in prompt, Lumo currently has these data sources: Web search, Proton Drive (.txt, .md, .csv, .pdf), and file upload.

    It makes Lumo more powerful if multiple data collecting tools can be added to Lumo. For example, from Proton Mail, from Proton Calendar, from Standard Notes (part of Proton ecosystem).

    Non-Proton sources could be: Google Drive, OneDrive. These can be done by APIs of these services.

    6 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  New feature  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. Add files or attachments to calendar events

    I see "Add Proton Drive Files as attachments in Proton Calendar events" is a present request - however, it would be great to be able to add attachments regardless of Proton Drive usage.

    For example, I have a ticket to an event in my pm.me email. It would be great if I could just add the ticket to my calendar event and have all info housed in one app - one source of event truth.

    Another use case: adding text documents to meeting events so the agenda is attached to the event and more readily accessed.

    5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  New feature  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. Integration for Lumo to Home Assistant home automation software

    Add integration to Home Assistant. This would allow Lumo to help with configuration and home automation. Also, its a very tech community with lots of support on YouTube which will help spread the Proton brand further.

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  New feature  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. Add secure tool support to Lumo for file creation, previews, and integrations

    Dear Proton Community and Development Team,

    I would like to suggest expanding Lumo with secure tool support so it can become more useful for practical daily work.

    At the moment, an AI assistant is most valuable when it can not only answer questions, but also help users create, organize, preview, and export work in a controlled and privacy-respecting way.

    Suggested tool improvements:

    1. File creation and export
      Lumo should be able to create files such as text documents, tables, simple presentations, ZIP archives, or structured project files and offer them as downloads.

    2. Secure preview features
      Lumo could provide previews for generated…

    5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  New feature  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. Offline access to Lumo chats & local search (like Proton Drive)

    I'd like to propose a new feature for Lumo that enables access to chat histories without an internet connection – similar to the "Make available offline" function in Proton Drive.

    Use Case: Users want to read and search through specific chats or project histories while offline (e.g., on a plane, in areas with poor connectivity, or for privacy reasons). Currently, Lumo is only usable online, which limits access to your own conversation data.

    Proposed Features:

    1. Offline toggle for chats:
      Like in Proton Drive, users should be able to mark individual chats (or entire projects) with a toggle as "Available offline."…

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  New feature  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. Proton Draw

    Title: Feature Request: Lumo Draw – Privacy-First AI Illustration for Authors (Watercolor & Dark Fantasy Styles)

    Description: I am writing to strongly request the development of Lumo Draw, an AI image generation tool integrated into the Lumo ecosystem with zero-access encryption. (Note: The name "Lumo Draw" was my original concept, proposed here to maintain brand consistency with the Proton ecosystem.)

    My Background & Member History: I have been a loyal Proton member for many years. Currently, I am subscribed to the Lumo+ Family Plan, and I am also a Lifetime Supporter who donated during the annual ticket drive to secure…

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    2 comments  ·  New feature  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Allow Lumo to deal with Memory reduplicates

    I notice the memory list often has either exact duplicates or very similar worded info. I presume there is some kind of self-check to see if a memory has already been added. But its not quite up to standard.
    May i suggest can we give Lumo permission to comb through the memory and weed out duplicates or too similar ones. If there are edge cases it could apply a tag for a special filter called User Attention Needed (or something) and we can click on this button that is lit up when it has memories to assess and we only…

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  New feature  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Export and Access Chat-Knowledge Files to/in Proton Drive

    Perhaps, a 1-click button to export chat-knowledge files and/or transcripts (with formatting & timestamps reserved) to Proton Drive would be nice? And/or, having Lumo access files in Proton Drive as chat-knowledge files would also be useful, especially given the file-upload limit per chat.

    6 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  New feature  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. To make Lumo more human

    Subject: Proposal: A "Dual-Loop" Architecture for Next-Gen LLMs Inspired by Neuro-Mechanical Models

    Dear Research and Engineering Team,

    I am writing to share a conceptual proposal for a new architectural approach to Large Language Models (LLMs), inspired by the neuro-mechanical theories of Lee Kent Hempfling (specifically the distinction between Short-Term and Long-Term memory loops).

    While current LLMs excel at pattern recognition and statistical prediction (effectively acting as massive Long-Term Memory systems), they lack a mechanism for inhibition, self-correction, and proactive intent. This proposal suggests a "Dual-Loop" architecture that could significantly reduce hallucinations, bias, and reactive behaviour.
    The Core Concept: Dual-Loop Architecture

    …

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    3 comments  ·  New feature  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. Screenshot -> Proton Drive + directly added in Lumo's chat/project

    WARNING: what i am suggesting does exist if you use "change destination" of the screenshot program you use to save the images in a Proton Drive folder that will upload the pictures and so on. So please understand that what i will suggest is actually MORE then this and it's DIRECTLY linked to Lumo. AKA no, this is NOT a proton Drive suggestion => NO this is NOT a duplicate of existing suggestion exactly because i am suggesting MORE.

    That is also why:
    I will NOT explain in details why it's needed because it's absurd to assume that you even…

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  New feature  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?