Vincent Koc
18e33d44d4
test(i18n): use shared temp directory helper
2026-07-01 06:16:30 -07:00
Vincent Koc
b881a978fb
fix(ci): refresh native locales for glossary changes
2026-07-01 06:16:30 -07:00
Vincent Koc
51f5164bf4
fix(i18n): preserve native printf placeholders
2026-07-01 06:16:30 -07:00
Vincent Koc
8bc40fc8de
fix(i18n): validate native refresh inputs
2026-07-01 06:16:30 -07:00
Vincent Koc
a0ab8a7475
fix(i18n): allow locale placeholder reordering
2026-07-01 06:16:30 -07:00
Vincent Koc
3029006364
test(ci): guard native locale refresh retries
2026-07-01 06:16:30 -07:00
Vincent Koc
096cc881c0
test(i18n): prove native refresh creation and no-op
2026-07-01 06:16:30 -07:00
Vincent Koc
d3e6d1fd6c
fix(macos): compile packaged localizations
2026-07-01 05:19:12 -07:00
Vincent Koc
be381c27a1
fix(macos): package localized app resources
2026-07-01 05:19:12 -07:00
Vincent Koc
a53b6823c6
test(apple): enforce phased catalog coverage
2026-07-01 05:19:12 -07:00
Vincent Koc
9cfbd1b65c
feat(apple): localize native app surfaces
2026-07-01 05:19:12 -07:00
Vincent Koc
02046b665f
feat(apple): add Russian and Hindi app catalogs
2026-07-01 05:19:12 -07:00
An Dang
98254634f1
fix(docker): reduce local build memory pressure
2026-07-01 03:58:21 -07:00
Vincent Koc
03d3f49c3d
fix(android): preserve Swedish app name
2026-07-01 03:43:03 -07:00
Vincent Koc
844775a6de
feat(android): localize every native locale
2026-07-01 03:43:03 -07:00
Vincent Koc
af00b0bebf
feat(android): localize gateway onboarding
2026-07-01 03:43:03 -07:00
Vincent Koc
84247114c2
fix(i18n): include custom SwiftUI helper labels
2026-07-01 03:28:23 -07:00
Vincent Koc
a38864aeb9
fix(i18n): parse native UI string expressions
2026-07-01 03:28:23 -07:00
Vincent Koc
18494a04f5
fix(i18n): cover native conditional UI strings
2026-07-01 03:28:23 -07:00
Vincent Koc
5ec988230c
fix(i18n): scope native UI helper extraction
2026-07-01 03:28:23 -07:00
Vincent Koc
59b6bdf36c
fix(i18n): cover structured native UI strings
2026-07-01 03:28:23 -07:00
Vincent Koc
fbd6e30ce1
feat(i18n): add Swedish native locale
2026-07-01 03:28:23 -07:00
Vincent Koc
9fd6ca9602
fix(i18n): route native inventory checks narrowly
2026-07-01 03:28:23 -07:00
Vincent Koc
da6ee4f0dd
fix(i18n): restrict native UI extraction
2026-07-01 03:28:23 -07:00
Vincent Koc
53c66986ea
fix(i18n): filter non-translatable native literals
2026-07-01 03:28:23 -07:00
Vincent Koc
ab83d35b26
fix(i18n): cover all native source roots
2026-07-01 03:28:23 -07:00
Vincent Koc
0e03507935
fix(i18n): inventory conditional native labels
2026-07-01 03:28:23 -07:00
Vincent Koc
aa32894afc
fix(i18n): align native scan scope and build exclusions
2026-07-01 03:28:23 -07:00
Vincent Koc
3e65e64c19
feat(i18n): inventory native resources and wrappers
2026-07-01 03:28:23 -07:00
Vincent Koc
d913a3314b
fix(i18n): preserve Kotlin native placeholders
2026-07-01 03:28:23 -07:00
Vincent Koc
3d96a0039f
fix(i18n): preserve native placeholders and whitespace
2026-07-01 03:28:23 -07:00
Vincent Koc
a519a07d36
fix(i18n): skip non-runtime native source literals
2026-07-01 03:28:23 -07:00
Vincent Koc
0a16d9e578
fix(i18n): guard native inventory in CI
2026-07-01 03:28:23 -07:00
Vincent Koc
7884e4b737
feat(i18n): define native locale matrix
2026-07-01 03:28:23 -07:00
Vincent Koc
9eae0b4d38
feat(i18n): inventory native app UI strings
2026-07-01 03:28:23 -07:00
lsr911
6e98477ee4
fix(sms): guard Twilio JSON.parse against malformed API response bodies ( #97999 )
...
Wrap JSON.parse in parseTwilioListPayload and retrieveTwilioMessagingService with try/catch to prevent a malformed Twilio API response from throwing an unhandled SyntaxError.
- parseTwilioListPayload: return [] on parse failure (fail-safe for phone number listing)
- retrieveTwilioMessagingService: throw descriptive Error on parse failure
Note: parseTwilioApiError and parseTwilioSuccessPayload already had try/catch guards (lines 85-97, 104-121).
Signed-off-by: lsr911 <liao.shirong@xydigit.com >
Co-authored-by: Claude <noreply@anthropic.com >
2026-06-30 18:15:08 -07:00
Vincent Koc
2499b64f9b
fix(parallels): stabilize Windows beta smoke transport
...
(cherry picked from commit 0a4d0daa8c )
2026-06-30 15:54:11 -07:00
Agustin Rivera
b885c81479
fix(mcp): require owner for Claude permission replies ( #98256 )
...
* fix(mcp): require owner for Claude permission replies
* fix(mcp): prove owner-gated permission replies
2026-06-30 13:58:02 -07:00
Patrick Erichsen
5a89484eb3
fix: preserve legacy ClawHub plugin family ( #98249 )
2026-06-30 12:20:08 -07:00
Patrick Erichsen
5e0652f284
fix: bump ClawHub publish CLI pin ( #98233 )
2026-06-30 11:26:51 -07:00
Agustin Rivera
4aa07513fe
fix(cron): scope agent wake targets ( #97949 )
...
* fix(cron): scope agent wake targets
* fix(cron): refresh prompt snapshots
2026-06-29 17:43:43 -07:00
Dallin Romney
fd3f354f46
test(qa): expand docker lane adapter ( #97937 )
...
* test(qa): expand docker lane adapter
* Extract QA Docker lane fixture
2026-06-29 17:08:43 -07:00
Dallin Romney
15de9d881a
ci: retry platform checkout fetch timeouts ( #97912 )
2026-06-29 13:30:14 -07:00
Dallin Romney
05d83125c9
test: add hosted media provider QA live evidence ( #97900 )
2026-06-29 13:01:47 -07:00
Patrick Erichsen
d43366b4e3
ci: bump ClawHub package publish workflow ( #97907 )
2026-06-29 12:17:49 -07:00
Dallin Romney
80a3c515fd
test: add ClawHub release candidate QA proof ( #97896 )
...
* test: add ClawHub release candidate QA proof
* test: harden ClawHub release candidate evidence
2026-06-29 11:14:09 -07:00
solodmd
86b9b88f40
test(firecrawl): add unit tests for firecrawl client functions ( #97714 )
2026-06-29 07:58:40 -07:00
Dallin Romney
96c8338d5b
test: fold remaining Docker lanes into QA ( #97708 )
2026-06-29 00:39:06 -07:00
Dallin Romney
18f0eeab20
test: fold webchat auto tts proof into qa ( #97632 )
2026-06-28 23:20:13 -07:00
Dallin Romney
a202dd0faf
test: link mcp gateway transport coverage ( #97609 )
2026-06-28 19:20:15 -07:00