Anton Bogdanovich
6801cc7ab8
fix(telegram): wrap long voice media append
2026-05-09 12:59:41 -07:00
Anton Bogdanovich
09d3dff432
fix telegram media group album handling
2026-05-09 12:59:41 -07:00
Mauro
6e6293e596
Merge pull request #2158 from afjcjsbx/feat/agent-discovery-prompt
...
feat(agent): Multi-agent discovery prompt
2026-05-09 13:56:19 +02:00
Mauro
f571a142bf
Merge pull request #2823 from bogdanovich/fix/parent-session-tool-feedback-cleanup
...
fix(agent): dismiss tool feedback when outbound is skipped
2026-05-09 11:09:10 +02:00
afjcjsbx
2ae25b1038
fix(agent): treat empty AGENT.md tools as allow none
2026-05-09 10:35:13 +02:00
Anton Bogdanovich
e1ed47b0ff
fix(agent): remove unused scheduled helper
2026-05-09 00:53:23 -07:00
Anton Bogdanovich
8362203631
fix(agent): transcribe queued voice follow-ups
2026-05-08 13:50:14 -07:00
afjcjsbx
148583e7bb
fix(agent): hide discovery when spawn is unavailable
2026-05-08 22:23:50 +02:00
Anton Bogdanovich
a3edbcd05e
test(agent): satisfy lint for tool feedback cleanup
2026-05-08 10:33:16 -07:00
afjcjsbx
c6a09a35e2
fix(agent): suppress MCP discovery when no servers are selectable
2026-05-08 13:48:47 +02:00
afjcjsbx
ffa184d183
fix(agent): resolve primary provider from frontmatter model
2026-05-08 13:43:21 +02:00
美電球
8508f80608
Merge pull request #2705 from hehaijunandhenry/main
...
add MQTT channel support
2026-05-08 18:50:08 +08:00
hehaijunandhenry
569939a7b3
Fix stop_mqtt_channel
2026-05-08 17:21:25 +08:00
hehaijunandhenry
2287de521e
Linter fixed
2026-05-08 15:49:28 +08:00
afjcjsbx
871892ff15
fix(tools): exempt MCP discovery tools from agent allowlists
2026-05-08 09:18:14 +02:00
hehaijunandhenry
f062cb41d7
1
2026-05-08 14:48:43 +08:00
Anton Bogdanovich
610e9e3fe8
fix(agent): dismiss session tool feedback on skipped outbound
2026-05-07 23:10:56 -07:00
ex-takashima
bacb9aba7c
fix(line): close response body on successful SendMedia calls
...
Always route through classifySDKError to ensure resp.Body is
closed even when the API call succeeds.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-08 14:11:15 +09:00
ex-takashima
6d7d1b0909
fix(line): capture QuoteToken for all message types and handle location
...
- Store QuoteToken for image, video, and sticker messages (not just text)
- Add webhook.LocationMessageContent case to forward as [location] placeholder
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-08 14:05:58 +09:00
afjcjsbx
131f33f084
fix(tests): add t.Parallel() to mcp streamable subtests
2026-05-07 20:39:53 +02:00
afjcjsbx
6e8590900b
fix(mcp): support streamable HTTP alias and request-response mode
2026-05-07 19:24:02 +02:00
afjcjsbx
b8f4257cee
fix(agent): filter discovery by spawn permissions
2026-05-07 18:26:09 +02:00
afjcjsbx
96fd887cad
fix(agent): match MCP server allowlists case-insensitively
2026-05-07 18:17:37 +02:00
afjcjsbx
dd8e247550
fix(agent): align MCP prompt registration with tool allowlist
2026-05-07 14:01:43 +02:00
afjcjsbx
27bd816b1c
fix(agent): validate AGENT tool declarations from registry
2026-05-07 13:49:23 +02:00
afjcjsbx
f1f6e1131b
removed unused code
2026-05-07 13:20:39 +02:00
afjcjsbx
6f6270b39d
Merge upstream/main into feat/agent-discovery-prompt
2026-05-07 13:16:30 +02:00
ex-takashima
41d6156dce
style(line): shorten long line for golines linter
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-07 16:48:45 +09:00
ex-takashima
ad78ba06ea
fix(line): close HTTP response body from WithHttpInfo calls
...
Fix bodyclose linter errors by ensuring resp.Body is closed
after all *WithHttpInfo SDK calls.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-07 16:41:19 +09:00
ex-takashima
9b7fc7aa6c
fix(line): classify SDK errors with HTTP status and add client timeout
...
Address review feedback:
- Use *WithHttpInfo SDK variants to get HTTP response status codes
- Map status codes via ClassifySendError (429→ErrRateLimit, 5xx→ErrTemporary, 4xx→ErrSendFailed)
- Fall back to ClassifyNetError for network-level failures
- Configure SDK with 30s timeout HTTP client
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-07 16:23:33 +09:00
hehaijunandhenry
e7c0dc821a
Merge remote-tracking branch 'remotes/upstream/main'
2026-05-07 14:39:29 +08:00
美電球
658961b728
Merge pull request #2531 from is-Xiaoen/feat/delegate-tool
...
feat(tools): add delegate tool for cross-agent task handoff
2026-05-07 11:25:41 +08:00
Mauro
788cda5c7a
Merge pull request #2762 from afjcjsbx/feat/stop-command
...
feat(agent): stop command
2026-05-06 18:19:14 +02:00
SiYue
e304dce40e
docs: sync all documentation to V3 config format
...
- Replace config/config.example.json with V3 format (version: 3, api_keys array, channel_list)
- Update config-versioning.md: version 2→3, ConfigV2→ConfigV3, CurrentVersion=3
- Update 7 project READMEs: api_key→api_keys, add version: 3 to quick-start examples
- Update 12 security docs (ANTIGRAVITY_AUTH + credential_encryption): api_key→api_keys
- Update provider-refactoring.md: api_key→api_keys in all config examples
- Update security_configuration.md: api_key→api_keys in Before example
- Update 3 channel docs: channels→channel_list in JSON examples
2026-05-06 18:02:46 +08:00
LC
81a050555d
feat(provider,web,asr): enhance model management with explicit provider metadata ( #2701 )
...
* feat(provider,web): enhance model management with provider options
* fix(asr): enhance compatibility for ElevenLabs transcription model
* fix(provider,web): align provider availability predicates and add flow gating
* fix(web,asr): preserve legacy elevenlabs transcription configs
* fix(provider,web,asr): normalize elevenlabs configs and gate default chat models
* fix: tighten provider catalog and elevenlabs compatibility
2026-05-06 16:06:49 +08:00
afjcjsbx
a7e52e8a25
fix(agent): drain scoped follow-up queue when pending stop skips turn startup
2026-05-05 19:24:15 +02:00
Mauro
eb4e187550
Merge pull request #2767 from afjcjsbx/fix/leaf-summary-target-validation
...
fix(seahorse): enforce target token thresholds for leaf summaries
2026-05-05 19:09:06 +02:00
xp
d601b75268
fix(agent): send SVG attachments as files
2026-05-05 19:36:09 +08:00
Mauro
ba4abff4a4
Merge pull request #2670 from david1gp/fix/tool-feedback-pretty-print
...
feat(agent): add pretty_print and disable_escape_html options for tool feedback
2026-05-04 21:47:32 +02:00
afjcjsbx
a1b55fd4f9
fix(seahorse): enforce target token thresholds for leaf summaries
2026-05-04 14:10:42 +02:00
afjcjsbx
d63430ab33
fix(agent): don't arm pending stop when /stop targets idle session
2026-05-04 13:10:02 +02:00
afjcjsbx
7a1f5fe8b9
fix test
2026-05-04 09:06:39 +02:00
Hoshina
057683d94c
fix(agent): use runtime event kind for LLM retry
2026-05-04 15:06:34 +08:00
afjcjsbx
a0245c7b02
feat(agent): stop command
2026-05-04 08:41:29 +02:00
afjcjsbx
f3ef7090c5
feat(agent): stop command
2026-05-04 08:41:17 +02:00
Mauro
be67aed4dc
Merge pull request #2677 from alexhoshina/feat/runtime-events-plan
...
Feat/runtime events
2026-05-03 23:15:25 +02:00
Mauro
828a7cba70
Merge pull request #2681 from afjcjsbx/fix/gemini-mcp-schema-sanitization
...
fix(mcp): sanitize MCP tool schemas for Gemini function calling
2026-05-03 20:25:35 +02:00
Mauro
490d90749c
Merge pull request #2717 from LiusCraft/feat/deepseek-vision-unsupported-error
...
feat: add DeepSeek vision unsupported error detection
2026-05-03 20:24:56 +02:00
Mauro
272dee3fca
Merge pull request #2669 from david1gp/fix/network-error-retry
...
feat(agent): add network error retry with configurable max retries and backoff
2026-05-03 20:18:18 +02:00
lc6464
b00ff5bc5d
fix(openai_compat): parse reasoning_content in streaming responses
2026-05-01 15:20:35 +08:00