-
Notifications
You must be signed in to change notification settings - Fork 2
feat: Refactor agent service #287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
c2c2813 to
a7d0508
Compare
3d1e613 to
572ea6c
Compare
572ea6c to
c8cab39
Compare
| sessionId: z.string(), | ||
| }); | ||
|
|
||
| // Reconnect session input |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: can we remove these comments, they clutter things and don't provide any value?
| )) { | ||
| const event = payload as AgentSessionEventPayload; | ||
| if (event.sessionId === targetSessionId) { | ||
| yield event.payload; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here with tracked, do we want to use it?
| const toggleLeftSidebar = useSidebarStore((state) => state.toggle); | ||
| const toggleRightSidebar = useRightSidebarStore((state) => state.toggle); | ||
|
|
||
| const handleOpenSettings = useCallback(() => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this callback do anything if the function itself is a dependency?
Merge activity
|
4783537 to
02df823
Compare
edd3e59 to
046ad2f
Compare
046ad2f to
8b70529
Compare

No description provided.