Skip to content

Conversation

@charlesvien
Copy link
Contributor

No description provided.

@charlesvien charlesvien changed the title Refactor agent service feat: Refactor agent service Dec 17, 2025
@charlesvien charlesvien marked this pull request as ready for review December 17, 2025 00:43
@charlesvien charlesvien requested a review from a team as a code owner December 17, 2025 00:43
Copy link
Contributor Author

charlesvien commented Dec 17, 2025

sessionId: z.string(),
});

// Reconnect session input
Copy link
Contributor

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;
Copy link
Contributor

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(() => {
Copy link
Contributor

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?

Copy link
Contributor Author

charlesvien commented Dec 17, 2025

Merge activity

  • Dec 17, 4:49 PM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Dec 17, 4:51 PM UTC: Graphite couldn't merge this pull request because a downstack PR feat: Initial task deep linking #283 failed to merge.
  • Dec 17, 5:42 PM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Dec 17, 5:59 PM UTC: Graphite rebased this pull request as part of a merge.
  • Dec 17, 6:00 PM UTC: @charlesvien merged this pull request with Graphite.

@charlesvien charlesvien force-pushed the feature/refactor-git-service branch from 4783537 to 02df823 Compare December 17, 2025 17:42
@charlesvien charlesvien force-pushed the feature/refactor-agent-service branch from edd3e59 to 046ad2f Compare December 17, 2025 17:42
@charlesvien charlesvien changed the base branch from feature/refactor-git-service to graphite-base/287 December 17, 2025 17:54
@charlesvien charlesvien changed the base branch from graphite-base/287 to main December 17, 2025 17:57
@charlesvien charlesvien force-pushed the feature/refactor-agent-service branch from 046ad2f to 8b70529 Compare December 17, 2025 17:58
@charlesvien charlesvien merged commit 7f22f81 into main Dec 17, 2025
11 checks passed
@charlesvien charlesvien deleted the feature/refactor-agent-service branch December 17, 2025 18:00
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.

3 participants