Open
Conversation
- Added `t1chat.js` bin entry point which sets `T1CODE_CHAT_MODE=1` - Updated `apps/tui/src/ui.tsx` to read `isChatMode` - Implemented welcome screen mirroring `t3erchat` layout (categories, suggestions) - Added "Temp chat" toggle inside the composer toolbar for chat mode - Hidden git and diff features from the toolbar when in chat mode Co-authored-by: ahzs645 <31978381+ahzs645@users.noreply.github.com>
- Added `t1chat.js` bin entry point which sets `T1CODE_CHAT_MODE=1` - Updated `apps/tui/src/ui.tsx` to read `isChatMode` - Implemented welcome screen mirroring `t3erchat` layout (categories, suggestions) - Added "Temp chat" toggle inside the composer toolbar for chat mode - Hidden git and diff features from the toolbar when in chat mode - Used exact hex color `#a23b67` for `t1chat` category buttons and UI elements to match `t3erchat` - Fixed React hook violation by extracting `ChatCategoryButton` component Co-authored-by: ahzs645 <31978381+ahzs645@users.noreply.github.com>
feat: Add t1chat mode
…rdering functionality
Author
|
Would it make more sense to incorporate this as part of the existing monorepo (since it shares the server, client-core, and TUI infrastructure), or keep it as a separate fork to close this an deprecate the code part... (also let me know if this is not appropriate to make a pr like this) |
|
Looks very good! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
T3 Chat gave us the chat access. T3 Code gave us code access. This brings them together.
What this does
Adds an optional chat mode to the TUI that trades the code-first workflow for a conversational interface, think T3 Chat, but you never have to leave your terminal.
The good stuff