kimi-code/packages/agent-core/src/services
qer e15edfd017
fix: always expose the free-text Other option in question prompts (#1003)
The question adapter only set allow_other on the wire when the SDK item carried an otherLabel/otherDescription, but the AskUserQuestion tool never provides those fields. Web clients honor allow_other, so the free-text option silently disappeared in the web UI while the TUI (which renders it unconditionally) kept working. Set allow_other unconditionally to match the tool's 'users always have an Other option' contract.
2026-06-23 15:09:55 +08:00
..
approval feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00
auth feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00
authSummary feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00
config feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00
coreProcess feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00
environment feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00
event feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00
fileStore feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00
fs feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00
logger feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00
mcp feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00
message feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00
modelCatalog feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00
oauth feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00
prompt fix: surface provider content filter and preserve context tokens (#963) 2026-06-22 17:32:05 +08:00
question fix: always expose the free-text Other option in question prompts (#1003) 2026-06-23 15:09:55 +08:00
session fix: surface provider content filter and preserve context tokens (#963) 2026-06-22 17:32:05 +08:00
skill feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00
task feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00
terminal feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00
tool feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00
workspace fix(web): drop workspace session count after archiving the last session (#896) 2026-06-18 19:14:47 +08:00
AGENTS.md feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00
index.ts feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00