Skip to content

feat: AI任务补全优化与样式Token化重构#24

Merged
macintoshwan merged 2 commits intomainfrom
feature/issue11-ai-minimal
Mar 8, 2026
Merged

feat: AI任务补全优化与样式Token化重构#24
macintoshwan merged 2 commits intomainfrom
feature/issue11-ai-minimal

Conversation

@macintoshwan
Copy link
Copy Markdown
Owner

@macintoshwan macintoshwan commented Mar 8, 2026

变更内容

  • AI 补全支持输入任务标题 + 项目上下文 + 当前详情草稿
  • 新增 撤销AI,可一键回退到补全前内容
  • 优化 AI 提示词为通用梳理润色模式,减少空泛输出
  • 任务状态按钮改为分层 token(状态类 -> 语义变量 -> 主题色板)
  • 样式从根目录迁移至 src/styles,拆分为 base.css / tokens.css / theme-status-overrides.css

验证

  • npm run build 通过
  • Supabase Edge Function ai-task-suggest 已联通(POST 200)

Closes #11

@macintoshwan macintoshwan merged commit e06092e into main Mar 8, 2026
2 checks passed
@macintoshwan macintoshwan deleted the feature/issue11-ai-minimal branch March 8, 2026 03:35
@macintoshwan macintoshwan added the enhancement New feature or request label Mar 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AI智能任务信息补全功能

1 participant