You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: Currently, managing AI model permissions requires direct modification of the opencode.json file. This process is cumbersome, error-prone, and inefficient for developers who need to make frequent adjustments. The current workflow interrupts the development process, requiring developers to switch contexts and manually edit a configuration file, which can lead to syntax errors and invalid configurations.
Proposed Solution: To address these challenges, I propose the development of a Terminal-based User Interface (TUI) for on-the-fly management of AI model permissions. This interactive pop up would provide developers with a streamlined and intuitive way to view, add, and revoke permissions without ever leaving the command line.
Developer Benefits:
I believe this will improve efficiency, ux, visibility, and reduced error as the users wont have to worry about syntax.