joshavant
6a21c0fba9
Tests: add campaign-2 controller characterization coverage
2026-04-09 22:59:22 -05:00
joshavant
d5284a0d40
Agents: tighten tools loader guard and error handling
2026-04-09 22:59:22 -05:00
joshavant
48757aa58a
Sessions: simplify checkpoint summary signature
2026-04-09 22:59:22 -05:00
joshavant
6c231a78a4
Cron: simplify filter patch assignments
2026-04-09 22:59:22 -05:00
joshavant
7dab807bc4
UI: dedupe agent model config entry lookup
2026-04-09 22:59:22 -05:00
joshavant
1ba23d31c0
UI: collapse app-settings guard-return boilerplate
2026-04-09 22:59:22 -05:00
joshavant
7030bdb6ea
UI: consolidate agent tools path handling in render flow
2026-04-09 22:59:22 -05:00
joshavant
319ad16820
UI: remove redundant agents tab setup in refresh tests
2026-04-09 22:59:22 -05:00
joshavant
04f74bd0b7
UI: inline storage lookup and simplify settings password param check
2026-04-09 22:59:22 -05:00
joshavant
b658e5d35c
UI: streamline usage session loaders and logs payload shape
2026-04-09 22:59:22 -05:00
joshavant
951be9f7a3
UI: simplify usage session detail loader fallbacks
2026-04-09 22:59:22 -05:00
joshavant
0579faf68e
UI: simplify settings URL token/session param handling
2026-04-09 22:59:22 -05:00
joshavant
ca21090455
UI: characterize agents panel routing and extract selection reset helper
2026-04-09 22:59:22 -05:00
joshavant
c097ba3fc2
UI: characterize settings URL combos and trim loader flow
2026-04-09 22:59:22 -05:00
joshavant
2965dbd61c
UI: simplify logs payload field assignment
2026-04-09 22:59:22 -05:00
joshavant
6b4675c981
UI: tighten settings URL and usage guard paths
2026-04-09 22:59:22 -05:00
joshavant
a6178ca1f3
UI: combine usage controller early-return guards
2026-04-09 22:59:22 -05:00
joshavant
c882d40187
UI: reduce logs controller quiet-mode branching
2026-04-09 22:59:22 -05:00
joshavant
594de84d04
UI: simplify usage request and error serialization helpers
2026-04-09 22:59:22 -05:00
joshavant
3b3b16b3f0
UI: compact log parsing branch logic
2026-04-09 22:59:22 -05:00
joshavant
0dadc7f35f
UI: reuse selected agent resolution in render flow
2026-04-09 22:59:22 -05:00
joshavant
48955416db
UI: dedupe agents panel supplemental refresh routing
2026-04-09 22:59:22 -05:00
joshavant
57d40a415a
UI: streamline cron page loading toggles
2026-04-09 22:59:22 -05:00
joshavant
2fde93c9e4
UI: trim app-settings control flow noise
2026-04-09 22:59:22 -05:00
joshavant
4a44071296
UI: dedupe agent files reset in render flow
2026-04-09 22:59:22 -05:00
joshavant
f136a8159c
UI: simplify active-tab refresh routing
2026-04-09 22:59:22 -05:00
joshavant
393c791466
UI: remove redundant cron refresh wrapper
2026-04-09 22:59:22 -05:00
joshavant
22b82b63be
UI: compact refreshActiveTab characterization coverage
2026-04-09 22:59:22 -05:00
joshavant
95368827e7
UI: trim config-tab helper abstraction overhead
2026-04-09 22:59:22 -05:00
joshavant
d085ceb3f2
UI: consolidate tab and config panel refresh routing
2026-04-09 22:59:22 -05:00
joshavant
6c33e65d0d
UI: add refreshActiveTab characterization tests
2026-04-09 22:59:22 -05:00
joshavant
04b943d6d7
UI: remove unused theme listener helper
2026-04-09 22:59:22 -05:00
joshavant
a70c5fddec
UI: remove redundant theme listener attach on connect
2026-04-09 22:59:22 -05:00
joshavant
2b23dca40a
UI: remove unused cron page metadata fields
2026-04-09 22:59:22 -05:00
joshavant
4c51644ca9
UI: dedupe selected-agent panel refresh logic
2026-04-09 22:59:22 -05:00
joshavant
4de1a490e4
UI: share active-session tools-effective refresh path
2026-04-09 22:59:22 -05:00
joshavant
743176b662
UI: reuse effective-tools state reset helper
2026-04-09 22:59:22 -05:00
joshavant
cd62100b08
UI: remove redundant cron jobs wrapper exports
2026-04-09 22:59:22 -05:00
joshavant
21099a1025
UI: consolidate cron run-state reset paths
2026-04-09 22:59:22 -05:00
joshavant
d39064418f
UI: dedupe cron busy-state request flow
2026-04-09 22:59:22 -05:00
joshavant
243b86d29d
UI: tighten stale-response guards in agents controller
2026-04-09 22:59:22 -05:00
joshavant
c1284bddd1
UI: streamline theme/session tab helpers
2026-04-09 22:59:22 -05:00
joshavant
63ad1b10c3
UI: consolidate session/controller tab refresh flows
2026-04-09 22:59:22 -05:00
joshavant
786823fd70
UI: consolidate config/tab/skills flows
2026-04-09 22:59:22 -05:00
Pengfei Ni
78389b1f02
fix(msteams): resolve Graph chat ID for personal DM media downloads ( #62219 ) ( #63063 )
...
* fix(msteams): resolve Graph chat ID for personal DM media downloads (#62219 )
Bot Framework personal DM conversation IDs use an opaque `a:...` format
that the Graph `/chats/{chatId}/messages` endpoint rejects as "Invalid
ThreadId". When the direct Bot Framework attachment download fails and
the code falls back to the Graph API path, inbound media (images, files)
is silently dropped.
Resolve the real Graph chat ID via `resolveGraphChatId()` before
constructing Graph message URLs, with conversation-store caching so
subsequent messages skip the API lookup.
* fix(msteams): preserve graphChatId across conversation store upserts
mergeStoredConversationReference only preserved timezone from the
existing entry — graphChatId was silently overwritten on every
activity-triggered upsert, defeating the cache and causing repeated
Graph API lookups on every DM turn.
Mirror the existing timezone guard so graphChatId survives upserts
that don't carry it.
2026-04-09 22:57:02 -05:00
Josh Avant
f096fc4406
Browser: unify /act route action execution and contract errors ( #63977 )
...
* Browser: unify agent act route execution and contracts
* Browser tests: lock act error codes and dedupe harness dispatch
* Browser tests: slim act harness dispatch map
* Browser act: enforce top-level targetId match
* Browser tests: cover missing act error codes
* Browser act: restore wait cap and reject zero resize dims
* Docs: document /act error contract
* Browser act: lock selector precedence and positive resize validation
* Browser act: restore interaction cap and harden contract tests
* docs: note browser act contract consolidation (#63977 ) (thanks @joshavant)
2026-04-09 22:54:33 -05:00
sudie-codes
4fc5016f8f
fix(msteams): fetch OneDrive/SharePoint shared media via Graph shares endpoint ( #55383 ) ( #63942 )
...
* fix(msteams): fetch OneDrive/SharePoint media via Graph shares endpoint (#55383 )
* fix(msteams): rewrite shared links before allowlist check
* test(msteams): fix typed fetch call assertions
---------
Co-authored-by: Brad Groux <bradgroux@users.noreply.github.com >
2026-04-09 22:08:49 -05:00
sudie-codes
a59a9bfb07
fix(msteams): accept Bot Framework audience in JWT validation ( #58249 ) ( #62674 )
...
* fix(msteams): use jsonwebtoken directly for JWT validation with correct audience (#58249 )
* chore(msteams): regenerate lockfile for jwt deps
* fix(msteams): clean up unused serviceUrl parameter in JWT validator
* test(msteams): cover STS issuer in JWT validation
* fix(msteams): type jwt verify audiences and issuers
---------
Co-authored-by: Brad Groux <bradgroux@users.noreply.github.com >
2026-04-09 22:05:54 -05:00
Marcus Castro
95d467398e
fix(whatsapp): drain eligible pending deliveries on reconnect ( #63916 )
...
* fix(whatsapp): drain eligible pending deliveries on reconnect
* docs(changelog): note whatsapp reconnect pending drain
2026-04-09 23:41:25 -03:00
sudie-codes
ab9be8dba5
fix(msteams): fetch DM media via Bot Framework path for a: conversation IDs ( #62219 ) ( #63951 )
...
* fix(msteams): fetch DM media via Bot Framework path for a: conversation IDs (#62219 )
* fix(msteams): log skipped BF DM media fetches
---------
Co-authored-by: Brad Groux <bradgroux@users.noreply.github.com >
2026-04-09 21:04:11 -05:00