Merge pull request #62 from bizzkoot/feat/expand-chat-input

feat: Implement expandable chat input with double-click detection and gradient tooltip
This commit is contained in:
Shantur Rathore
2026-01-14 18:22:56 +00:00
committed by GitHub
4 changed files with 220 additions and 123 deletions

View File

@@ -3,6 +3,6 @@
"version": "0.5.0",
"private": true,
"dependencies": {
"@opencode-ai/plugin": "1.1.10"
"@opencode-ai/plugin": "1.1.12"
}
}