Add room skill setting mutations (#133)

* add gated codex goals support

* sync README SDK versions

* bump claude agent sdk

* add codex goals settings toggle

* reuse status dashboard message and simplify settings actions

* refine settings page UX

* fix settings nav hash routing

* add dashboard UX verification

* refine dashboard settings and inbox UX

* remove inbox top-level navigation

* remove dashboard health top-level navigation

* fix: allow runtime image attachment paths

* feat: configure attachment allowlist dirs

* fix: clean duplicate dashboard status messages

* fix: poll dashboard duplicate cleanup between status updates

* fix: delete dashboard duplicates on create

* Refine settings IA with tabbed sections

* Add read-only runtime inventory settings

* Fix runtime inventory MCP JSON parsing

* Add room skill settings inventory

* Add room skill setting mutations
This commit is contained in:
Eyejoker
2026-05-04 03:27:35 +09:00
committed by GitHub
parent e90703d124
commit 85da2b918c
11 changed files with 577 additions and 17 deletions

View File

@@ -43,6 +43,7 @@ export {
createTask,
deleteAllSessionsForGroup,
deleteSession,
deleteStoredRoomSkillOverride,
deleteTask,
findDuplicateCiWatcher,
getAllRoomBindings,
@@ -72,6 +73,7 @@ export {
setRouterStateForService,
setSession,
setSessionForAgentType,
upsertStoredRoomSkillOverride,
updateRegisteredGroupName,
updateTask,
updateTaskAfterRun,