Skip to content

Commit 7c17bee

Browse files
committed
feat: remove title field
- Removed title field from createTask method and related components. - Updated TaskCreate component to only require description. - Adjusted validation to reflect the removal of title. This simplifies task creation and focuses on essential information.
2 parents a05e417 + 8cc3204 commit 7c17bee

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"dependencies": {
6767
"@ai-sdk/openai": "^2.0.52",
6868
"@phosphor-icons/react": "^2.1.10",
69-
"@posthog/agent": "file:../agent/posthog-agent-1.12.0.tgz",
69+
"@posthog/agent": "1.12.0",
7070
"@radix-ui/react-icons": "^1.3.2",
7171
"@radix-ui/themes": "^3.2.1",
7272
"@tanstack/react-query": "^5.90.2",

pnpm-lock.yaml

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)