Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
9fc9c8f
chore: avoid duplicate shadcn skill exposure
Calcium-Ion Jun 23, 2026
2f23a66
fix: support SMTP STARTTLS mode and NTLM auth (#5426)
bensonfx Jun 24, 2026
cf6ae6f
fix: preserve SMTP PLAIN auth TLS guard
Calcium-Ion Jun 24, 2026
993d67e
chore(deps): bump github.com/ClickHouse/ch-go from 0.58.2 to 0.65.0 (…
dependabot[bot] Jun 24, 2026
72b3f34
chore: update agent skills and project config
Calcium-Ion Jun 24, 2026
64eafc9
fix: date-fns-tz classic theme build error (#5676)
seefs001 Jun 24, 2026
acb52d0
chore(deps): update clickhouse-go and orb dependencies
Calcium-Ion Jun 24, 2026
5377192
feat: add system task runner (#5680)
Calcium-Ion Jun 24, 2026
2cbdfa0
feat: add system instance info panel (#5716)
Calcium-Ion Jun 24, 2026
f4473d9
fix(web): replace default markdown renderer and expand syntax support…
QuentinHsu Jun 24, 2026
de0d6ac
fix(web): sync channel card selection state (#5700)
yyhhyyyyyy Jun 24, 2026
0b2cf43
fix(web): hide wallet entry in profile dropdown when wallet module di…
feitianbubu Jun 24, 2026
5d94328
feat(system-settings): add user token limit configuration section (#5…
RedwindA Jun 24, 2026
d2dcbc3
feat: add channel async polling delay toggle
Calcium-Ion Jun 24, 2026
5814ca9
fix: add token limit save label translations
Calcium-Ion Jun 24, 2026
ad35ab1
feat: enhance i18n-translate skill
Calcium-Ion Jun 24, 2026
48da37a
feat: add date-fns and date-fns-tz dependencies
Calcium-Ion Jun 24, 2026
69b0f0b
feat: add date-fns and date-fns-tz paths to build configuration
Calcium-Ion Jun 24, 2026
0bf4278
chore(deps): bump dompurify from 3.4.5 to 3.4.11 in /web/default (#5718)
dependabot[bot] Jun 24, 2026
c12e5db
fix(ci): install classic workspace dependencies for releases (#5719)
seefs001 Jun 24, 2026
b191f47
fix: use neutral drawing task labels
Calcium-Ion Jun 24, 2026
9ba251c
perf(web): streamline table actions and destructive dialogs (#5645)
QuentinHsu Jun 25, 2026
7939674
fix: add Waffo goods info and webhook SDK update (#5704)
zhongyuanzhao-alt Jun 25, 2026
3245b2b
fix(model-pricing): refresh tiered expression editor when switching m…
feitianbubu Jun 26, 2026
3507434
chore(deps): sync bun.lock for dompurify 3.4.11 (#5738)
feitianbubu Jun 26, 2026
c0e42bf
fix(theme): 切换前端主题后重置到首页,避免路由 404 (#5612)
zhangzhichaolove Jun 26, 2026
d10fc76
fix(task): attribute async task usage log to the initiating node (#5684)
feitianbubu Jun 26, 2026
6c35e1e
chore: update i18n skill
Calcium-Ion Jun 27, 2026
4aee5f7
feat: better admin permissions (#5755)
Calcium-Ion Jun 27, 2026
df44a75
fix: adapt ClickHouse log LIKE filters
Calcium-Ion Jun 27, 2026
966af88
feat(playground): improve Playground chat experience and Markdown ren…
QuentinHsu Jun 27, 2026
df5ba9f
fix(auth): align password validation copy (#5759)
QuentinHsu Jun 27, 2026
0b48ad8
fix(web): render custom HTML and Markdown content consistently (#5760)
QuentinHsu Jun 27, 2026
626dadb
fix(web): secure rich content rendering
Calcium-Ion Jun 27, 2026
3a506f5
fix(openai): harden Chat-to-Responses compatibility (#5772)
Calcium-Ion Jun 27, 2026
09aa070
Merge remote-tracking branch 'upstream/main' into chore/sync-upstream…
shudonglin Jun 27, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@ data/
token_estimator_test.go
skills-lock.json
.playwright-mcp

# Local-only live probes and scratch test workspaces.
.local-tests/
service/openaicompat/chat_responses_live_local_test.go
2 changes: 1 addition & 1 deletion dto/openai_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ func (o *OpenAIResponsesResponse) GetSize() string {
}

type IncompleteDetails struct {
Reasoning string `json:"reasoning"`
Reason string `json:"reason"`
}

type ResponsesOutput struct {
Expand Down
Loading
Loading