pullrequests Search Results · language:Dune language:TypeScript language:Python language:Java language:JavaScript language:Ruby
Filter by
281M results
Changes (assignment page, left column)
1. ** What you ll demonstrate (SLTs) moved to the top** — now sits directly under the title/lede, above the prose body,
separated by a hairline. (Was at the ...
Motivation
- The backend imports from jose import JWTError, jwt and raised ModuleNotFoundError: No module named jose during
startup, so the JWT package needs to be required and documented.
Description ...
codex
Summary
全ペルソナレビューで指摘された Should Fix 3件 + Nice to Have 4件を対応。
Changes
Should Fix
1. Graph RAG CDK assertion test (6 tests) — Neptune Graph作成、IAM Role、VPC、vector search、outputs検証
2. README Next Steps ...
Problem
When a guest holding a partner/agency-sold ticket opens /scan/[token] and submits the claim form to get the digital
version, the page showed the green ** Ticket sent. Check your email for the ...
Bumps axios from 1.16.1 to 1.17.0. details summary Release notes /summary p em Sourced from a href=
https://github.com/axios/axios/releases axios s releases /a . /em /p blockquote h2 v1.17.0 — June 1, ...
dependencies
Full README revision per the 2026-06-07 nine-agent brand audit (plan: #950). Decisions locked with Jason: proprietary
license, wedge named plainly, honest maturity register.
- Headline: owner-legible ...
Bumps the dev-dependencies group with 7 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| @storybook/addon-docs | 10.4.1 | 10.4.2 |
| @storybook/addon-onboarding | 10.4.1 | 10.4.2 ...
功能描述
将 history.py 中 _get_time_range_filter 函数的硬编码日期 datetime(2026,6,6) 替换为 datetime.now(),确保 本周 / 本月 筛选始终基于实际当前时间计算。
测试方式
启动后端,访问 /api/history?timeRange=本周,确认返回本周内的历史记录。
This PR bumps the localstorage dependency to version 2.0.1 to address React state persistence as mentioned in issue #3.
背景
closes #74
chat_conversation 表此前无任何唯一性约束,同一用户在同一数据集下可无限创建同名对话,与 Dataset / KnowledgeFile 的防重复实现不一致。
改动
- scripts/db/init.sql:chat_conversation 建表语句新增 UNIQUE KEY uk_conversation_user_dataset_title ...