Skip to content

feat: draggable JSON input, validation, node hover tooltips (0.0.38)#57

Merged
cristipufu merged 2 commits intomainfrom
feat/setup-json-textarea-resize-validation
Feb 13, 2026
Merged

feat: draggable JSON input, validation, node hover tooltips (0.0.38)#57
cristipufu merged 2 commits intomainfrom
feat/setup-json-textarea-resize-validation

Conversation

@cristipufu
Copy link
Member

Summary

  • Setup view JSON textarea top border is now a drag handle to resize input height (persisted to localStorage)
  • Textarea border turns red when JSON content is invalid
  • ToolNode hover tooltip shows all tool names; ModelNode tooltip shows model name
  • Bumped version to 0.0.38

Test plan

  • Open setup view in autonomous mode, verify drag handle above Input section resizes textarea
  • Type invalid JSON, verify red border appears; fix JSON, verify border returns to normal
  • Hover over a tool node, verify tooltip lists all tool names
  • Hover over a model node, verify tooltip shows model name

🤖 Generated with Claude Code

cristipufu and others added 2 commits February 13, 2026 08:05
The top border of the autonomous input section is now a drag handle to
resize the textarea height (persisted to localStorage). The textarea
border turns red when the JSON content is invalid.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…to 0.0.38

- Setup view JSON textarea top border is now draggable to resize height
- Textarea border turns red on invalid JSON
- ToolNode tooltip shows all tool names, ModelNode tooltip shows model name
- Bump version to 0.0.38

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@cristipufu cristipufu merged commit e051896 into main Feb 13, 2026
11 checks passed
@cristipufu cristipufu deleted the feat/setup-json-textarea-resize-validation branch February 13, 2026 07:37
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.

1 participant