pullrequests Search Results · language:Dune language:Python language:JavaScript language:Ruby language:C# language:TypeScript
Filter by
260M results
Summary
- Adds aria-label to 6 unassociated form inputs in the admin activity plans form
(apps/web/app/admin/activities/[id]/plans/page.tsx)
- Inputs labeled: 方案名稱, 方案說明 (textarea), 時長 (分鐘), 基本價格 ...
summary
Adds custom validation messages to the inventory add/edit form.
changes
- Added client-side validation for inventory form fields.
- Added custom error messages inside the modal.
- Required ...
Summary
The file-mutation verifier footer can no longer leak a protected file (~/.hermes/config.yaml, .env, auth.json) to a
messaging channel — every path it renders is now backtick-wrapped, so the gateway ...
- Initialized the foundational infrastructure for the skill creation platform
- Established the initial user interface and core components for skill development workflows
v0 Session
v0
Summary
- New reusable AttachmentPicker (photo / PDF / voice) using MediaRecorder for voice and shadcn Button for pill
triggers
- lib/attachments.ts helper that calls api.uploadFile when available, ...
Bumps rubocop from 1.86.2 to 1.87.0. details summary Release notes /summary p em Sourced from a href=
https://github.com/rubocop/rubocop/releases rubocop s releases /a . /em /p blockquote h2 RuboCop v1.87.0 ...
dependencies
ruby
Removes priority=1 from rug detection Pushover calls so they respect Do Not Disturb like all other alerts.
Generated by Claude Code
迁移后端接口从前端配置读取模型和 Token:
后端改动:
- 创建自定义模型提供商,支持用户配置的 OpenAI 兼容接口
- 修改 GitHub API 调用,支持从请求上下文动态读取 Token
- 修改分析 API 接口,接收前端传递的 githubToken 和 customModels
- 添加请求完成后的 Token 清理机制
前端改动:
- 在调用分析 API ...
What does this PR do?
Fixes a false outside trusted skills directory security warning when skills are symlinks inside ~/.hermes/skills/. The
check was using Path.resolve() which follows symlinks to their ...