Skip to content

fix: remove no-op new-session reset action from web UI#338

Merged
marccampbell merged 1 commit into
mainfrom
feat/remove-new-session-noop
Jun 3, 2026
Merged

fix: remove no-op new-session reset action from web UI#338
marccampbell merged 1 commit into
mainfrom
feat/remove-new-session-noop

Conversation

@elasticclaw-marc

Copy link
Copy Markdown
Contributor

The Home new-session callback constructed a local Context Reset message but did not store it, send it, or call a hub API. The UI action was therefore a no-op.

This PR removes the New Session buttons and associated callbacks from:

  • ClawCardBack footer (board view card flip side)
  • ClawChatView header (full conversation view)
  • ConversationView props and page.tsx handlers

Also removes the now-unused RotateCcw import from conversation-view.tsx.

Closes #303

The Home new-session callback constructed a local Context Reset message but
did not store it, send it, or call a hub API. The UI action was therefore a
no-op.

Remove the New Session buttons and associated callbacks from:
- ClawCardBack footer (board view card flip side)
- ClawChatView header (full conversation view)
- ConversationView props and page.tsx handlers

Also remove the now-unused RotateCcw import from conversation-view.tsx.

Closes #303
@greptile-apps

greptile-apps Bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

Reviews (1): Last reviewed commit: "fix: remove no-op new-session reset acti..." | Re-trigger Greptile

@marccampbell marccampbell merged commit e633e6e into main Jun 3, 2026
4 checks passed
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.

Implement or remove new-session reset action in web UI

1 participant