Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1633 commits
Select commit Hold shift + click to select a range
33fbd40
fix: clear OAuth consent state on session switch
philmerrell Jul 3, 2026
9160973
Merge pull request #539 from Boise-State-Development/fix/oauth-consen…
philmerrell Jul 3, 2026
8af2d2b
feat: push session title mid-stream via session_title SSE event
philmerrell Jul 3, 2026
8ed1e03
feat: skeleton + fallback for pending session titles in sidebar and t…
philmerrell Jul 3, 2026
80403d3
Merge pull request #540 from Boise-State-Development/feature/parallel…
philmerrell Jul 3, 2026
fc6ac22
feat: persist interrupted-turn context so aborted responses aren't or…
philmerrell Jul 3, 2026
1d36fba
feat(spa): surface interrupted-turn state — stop signal + reload chip
philmerrell Jul 3, 2026
7ea27bc
Merge pull request #541 from Boise-State-Development/feature/interrup…
philmerrell Jul 3, 2026
a510606
docs: add assistant KB sync (scheduled re-index) design spec
philmerrell Jul 3, 2026
c5b3e25
feat(kb-sync): add SyncPolicy data layer, DueSyncIndex GSI, delete ca…
philmerrell Jul 3, 2026
71a67a6
Merge pull request #542 from Boise-State-Development/feature/kb-sync-…
philmerrell Jul 3, 2026
6d1ba1c
feat(kb-sync): dispatcher + worker Lambdas, EventBridge sweep, kb-syn…
philmerrell Jul 4, 2026
8a0fcf5
Merge pull request #543 from Boise-State-Development/feature/kb-sync-…
philmerrell Jul 4, 2026
2660994
feat(kb-sync): Drive-file sync path — vault token, change detection, …
philmerrell Jul 4, 2026
aef5c31
Merge pull request #544 from Boise-State-Development/feature/kb-sync-…
philmerrell Jul 4, 2026
78a8f2b
feat(kb-sync): web re-crawl path — refresh/upsert crawls, miss accoun…
philmerrell Jul 4, 2026
e3d657c
Merge pull request #545 from Boise-State-Development/feature/kb-sync-…
philmerrell Jul 4, 2026
fcdbf8e
feat(kb-sync): sync-policy API + resume hooks — CRUD routes, run-now,…
philmerrell Jul 4, 2026
721bce1
Merge pull request #546 from Boise-State-Development/feature/kb-sync-api
philmerrell Jul 4, 2026
25a4be4
feat(kb-sync): SPA sync-policy controls on assistant knowledge page
philmerrell Jul 4, 2026
b74404a
Merge pull request #547 from Boise-State-Development/feature/kb-sync-spa
philmerrell Jul 4, 2026
ffcd420
feat(interrupted-turn): persist stopped-turn metadata so cost + messa…
philmerrell Jul 4, 2026
a256242
Merge pull request #548 from Boise-State-Development/feature/interrup…
philmerrell Jul 4, 2026
d37be38
fix(kb-sync): grant worker read on the vault's backing OAuth secrets
philmerrell Jul 4, 2026
babd972
Merge pull request #549 from Boise-State-Development/fix/kb-sync-work…
philmerrell Jul 4, 2026
50d08bd
refactor(oauth): forward admin customParameters, drop hardcoded vendo…
philmerrell Jul 4, 2026
e75830c
docs: add tool-search token-bloat + per-user markdown memory specs
philmerrell Jul 4, 2026
1a04730
Merge pull request #550 from Boise-State-Development/refactor/oauth-a…
philmerrell Jul 4, 2026
4ef7119
Merge pull request #551 from Boise-State-Development/docs/tool-search…
philmerrell Jul 4, 2026
3349c93
feat(kb-sync): log workload identity + userId on a reauth pause
philmerrell Jul 4, 2026
00e821e
Merge pull request #552 from Boise-State-Development/feature/kb-sync-…
philmerrell Jul 4, 2026
3b32a27
chore(kb-sync): plumb CDK_KB_SYNC_ENABLED into the platform deploy
philmerrell Jul 4, 2026
0eb6984
Merge pull request #553 from Boise-State-Development/chore/kb-sync-en…
philmerrell Jul 4, 2026
7ea6ec2
chore(kb-sync): default the feature ON with a kill switch
philmerrell Jul 4, 2026
570ce2e
Merge pull request #554 from Boise-State-Development/chore/kb-sync-de…
philmerrell Jul 4, 2026
0b0acfe
feat(kb-sync): clarify the auto-sync control and always show last-synced
philmerrell Jul 5, 2026
2244571
fix(kb-sync): tidy the sync row layout and repair blank sync timestamps
philmerrell Jul 5, 2026
7e37329
fix(kb-sync): give web sources the same sync treatment as documents
philmerrell Jul 5, 2026
682a6c0
feat(kb-sync): unified skeleton loading for the knowledge base lists
philmerrell Jul 5, 2026
be5e0f0
feat(kb-sync): show a "Saving…" indicator while a sync change applies
philmerrell Jul 5, 2026
690848c
Merge pull request #555 from Boise-State-Development/feature/kb-sync-…
philmerrell Jul 5, 2026
5e7116e
fix(users): normalize sync timestamps to strict ISO 8601 (single Z)
philmerrell Jul 5, 2026
2206007
Merge pull request #556 from Boise-State-Development/fix/user-sync-ti…
philmerrell Jul 5, 2026
5af1a28
feat(assistant-editor): group knowledge base into a contrasted inset …
philmerrell Jul 5, 2026
7a5c86d
feat(connectors): add Google connector logo SVGs
philmerrell Jul 5, 2026
dc39623
Merge feature/connector-logos into develop
philmerrell Jul 5, 2026
7f35dae
docs(specs): agentic platform primitives plan + scheduled-runs design…
philmerrell Jul 5, 2026
289e26c
Merge pull request #558 from Boise-State-Development/feature/agentic-…
philmerrell Jul 5, 2026
9111a83
feat(harness): spike headless agent-run entrypoint (F1) — proven in d…
philmerrell Jul 5, 2026
e1a0090
docs(specs): record F1 spike findings + lock decision-gate calls
philmerrell Jul 5, 2026
0cd8000
feat(harness): headless-grant record + production hardening of the F1…
philmerrell Jul 6, 2026
3137cad
feat(runs): cookie-authed "Run now" surface behind flag + RBAC capabi…
philmerrell Jul 6, 2026
664e987
feat(infra): SCHEDULED_RUNS_ENABLED flag + HeadlessGrantUserIndex GSI
philmerrell Jul 6, 2026
8a6af42
Merge pull request #560 from Boise-State-Development/docs/harness-spi…
philmerrell Jul 6, 2026
e945316
Merge pull request #561 from Boise-State-Development/feature/harness-…
philmerrell Jul 6, 2026
a7c65ab
docs(specs): Phase B scoping brief — scheduler + PII-ordering prerequ…
philmerrell Jul 6, 2026
49806f5
docs(specs): governance for scheduled runs is role/auth-based; drop B…
philmerrell Jul 6, 2026
dea7ba9
feat(schedules): B1 — schedule data model + CRUD (inert)
philmerrell Jul 6, 2026
7dc7d38
Merge pull request #562 from Boise-State-Development/docs/phase-b-brief
philmerrell Jul 6, 2026
b329748
Merge pull request #563 from Boise-State-Development/feature/schedule…
philmerrell Jul 6, 2026
bafd5e1
feat(schedules): B3 — schedule management SPA + enablement
philmerrell Jul 6, 2026
c72eb9c
feat(schedules): B2 — scheduler dispatcher + worker
philmerrell Jul 6, 2026
3355dcc
fix(schedules): register nav routes in specs to fix CI NG04002
philmerrell Jul 6, 2026
d4c47b7
Merge pull request #564 from Boise-State-Development/feature/schedule…
philmerrell Jul 6, 2026
02e6e02
Merge pull request #565 from Boise-State-Development/feature/schedule…
philmerrell Jul 6, 2026
af6dfc6
fix(schedules): make scheduled-runs worker image importable
philmerrell Jul 6, 2026
b53dc30
Merge pull request #566 from Boise-State-Development/fix/scheduled-ru…
philmerrell Jul 6, 2026
3ff3b50
fix(schedules): make preview-session check importable in lean worker …
philmerrell Jul 6, 2026
9f0afeb
Merge pull request #567 from Boise-State-Development/fix/scheduled-ru…
philmerrell Jul 6, 2026
e707184
fix(scheduled-runs): intersect client enabled_tools with RBAC on head…
philmerrell Jul 6, 2026
6cd0c11
Merge pull request #568 from Boise-State-Development/fix/scheduled-ru…
philmerrell Jul 6, 2026
4e6e3c3
test(schedules): guard the scheduled-runs lean image against agents/s…
philmerrell Jul 6, 2026
0ebce7f
docs(kaizen): scope managed-Harness build-vs-adopt spike for the head…
philmerrell Jul 6, 2026
794014e
feat(schedules): let schedule edits clear assistantId/enabledTools
philmerrell Jul 6, 2026
64246f8
fix(app-api): grant bedrock:ListFoundationModels to task role
philmerrell Jul 6, 2026
209e0cf
Merge pull request #557 from Boise-State-Development/feature/kb-secti…
philmerrell Jul 6, 2026
567b5d2
Merge pull request #571 from Boise-State-Development/fix/app-api-bedr…
philmerrell Jul 6, 2026
0dd0cda
Merge pull request #569 from Boise-State-Development/feature/schedule…
philmerrell Jul 6, 2026
1a5717d
Merge pull request #533 from Boise-State-Development/kaizen/review-20…
philmerrell Jul 6, 2026
ea22f21
Merge pull request #570 from Boise-State-Development/docs/kaizen-mana…
philmerrell Jul 6, 2026
6f3dc2b
feat(sessions): unread indicator for scheduled-run deliveries
philmerrell Jul 6, 2026
68502ee
Merge pull request #572 from Boise-State-Development/feature/sessions…
philmerrell Jul 6, 2026
72fed49
docs(kaizen): queue Bedrock Mantle endpoint watchlist item
philmerrell Jul 6, 2026
6165ee7
Merge pull request #573 from Boise-State-Development/docs/kaizen-mant…
philmerrell Jul 6, 2026
f3d28be
docs(kaizen): managed-Harness spike findings — 3 gating questions ans…
philmerrell Jul 6, 2026
9fd2e62
feat(sidenav): gate Scheduled Runs nav entry to system_admin
philmerrell Jul 6, 2026
099c27b
Merge pull request #574 from Boise-State-Development/feature/schedule…
philmerrell Jul 6, 2026
32eef0d
Merge pull request #575 from Boise-State-Development/docs/managed-har…
philmerrell Jul 6, 2026
0ac9a4f
docs(kaizen): managed-Harness Q2 live-probe result — GO-with-boundary
philmerrell Jul 6, 2026
989e4c2
feat(sessions): add mark-as-read/unread toggle with sidebar dot fixes
philmerrell Jul 6, 2026
f20a012
Merge pull request #577 from Boise-State-Development/feature/session-…
philmerrell Jul 7, 2026
9a60daf
feat(schedules): interval cadence + "Run now" with background-task to…
philmerrell Jul 7, 2026
6e3d5ac
Merge pull request #578 from Boise-State-Development/feature/schedule…
philmerrell Jul 7, 2026
e13bac1
Merge remote-tracking branch 'origin/develop' into kaizen/research-20…
philmerrell Jul 7, 2026
25fa40a
Merge pull request #534 from Boise-State-Development/kaizen/research-…
philmerrell Jul 7, 2026
46903b2
Merge pull request #576 from Boise-State-Development/docs/managed-har…
philmerrell Jul 7, 2026
67744d6
docs(memory): reframe spec as Memory Spaces — bindable, templated, sh…
philmerrell Jul 7, 2026
bdcc6f7
Merge pull request #579 from Boise-State-Development/feature/memory-s…
philmerrell Jul 7, 2026
f310684
docs(kaizen): recover resourceOauth2ReturnUrl shape section into harn…
philmerrell Jul 7, 2026
0cc1a31
Merge pull request #580 from Boise-State-Development/fix/harness-retu…
philmerrell Jul 7, 2026
ab91ae2
docs(memory): bake in full-ownership zip export of a Memory Space
philmerrell Jul 7, 2026
b6ce474
Merge pull request #581 from Boise-State-Development/feature/memory-s…
philmerrell Jul 7, 2026
eb578e0
feat(memory): Memory Spaces data layer (PR-1)
philmerrell Jul 7, 2026
ca34bc1
Merge pull request #582 from Boise-State-Development/feature/memory-s…
philmerrell Jul 7, 2026
e6d9299
docs(memory): re-slice phasing into primitive vs. agent-consumption w…
philmerrell Jul 7, 2026
4301555
Merge pull request #583 from Boise-State-Development/feature/memory-r…
philmerrell Jul 7, 2026
6f34352
feat(memory): Memory Spaces user surface — /memory/spaces CRUD (A2)
philmerrell Jul 7, 2026
3aa5e8f
Merge pull request #584 from Boise-State-Development/feature/memory-a…
philmerrell Jul 7, 2026
79f79d9
feat(memory): Memory Space zip export — /memory/spaces/{id}/export (A3)
philmerrell Jul 7, 2026
8eaa1ea
Merge pull request #585 from Boise-State-Development/feature/memory-a…
philmerrell Jul 7, 2026
8e581a2
feat(memory): Memory Space sharing + optimistic manifest concurrency …
philmerrell Jul 7, 2026
a7a1f67
Merge pull request #586 from Boise-State-Development/feature/memory-a…
philmerrell Jul 7, 2026
2d39e72
feat(memory): Memory Spaces SPA panel — list/detail/create/share/expo…
philmerrell Jul 7, 2026
2012b92
test(memory): mock MemorySpaceService in sidenav spec (fix unhandled …
philmerrell Jul 7, 2026
e1d9a8b
Merge pull request #587 from Boise-State-Development/feature/memory-a…
philmerrell Jul 7, 2026
0590f0b
fix(memory): wire memory-spaces table/bucket names onto app-api
philmerrell Jul 7, 2026
e2fcad8
docs(cdk): capture the "wire resource name to every compute" rule
philmerrell Jul 7, 2026
0944e73
Merge pull request #588 from Boise-State-Development/fix/memory-space…
philmerrell Jul 7, 2026
aabc32b
feat(memory): deterministic consolidation health pass (A6)
philmerrell Jul 7, 2026
2c0cbd4
Merge pull request #589 from Boise-State-Development/feature/memory-a…
philmerrell Jul 7, 2026
4ff2a55
docs(agent): Agent Designer spec — unified primitive-binding surface
philmerrell Jul 7, 2026
03b5209
Merge pull request #590 from Boise-State-Development/feature/agent-de…
philmerrell Jul 8, 2026
f94073d
feat(agents): Agent contract + compat mapping in shared assistants mo…
philmerrell Jul 8, 2026
8580e34
feat(agents): persist bindings + modelConfig with design-time validation
philmerrell Jul 8, 2026
c2329f8
Merge pull request #591 from Boise-State-Development/feature/agent-de…
philmerrell Jul 8, 2026
58ce8b8
feat(agents): /agents alias router behind AGENTS_API_ENABLED (dark)
philmerrell Jul 8, 2026
4403040
Merge pull request #592 from Boise-State-Development/feature/agent-de…
philmerrell Jul 8, 2026
c963fa8
feat(agents): wire AGENTS_API_ENABLED through CDK + Phase 1 docs
philmerrell Jul 8, 2026
20ded48
Merge pull request #593 from Boise-State-Development/feature/agent-de…
philmerrell Jul 8, 2026
0a963f3
feat(agents): thread AGENTS_API_ENABLED to the inference runtime (Pha…
philmerrell Jul 8, 2026
6801911
feat(agents): resolve Agent modelConfig at invocation, per invoker (P…
philmerrell Jul 8, 2026
9b576a3
feat(agents): Memory-Space hydration helper for prompt injection (Pha…
philmerrell Jul 8, 2026
2e69cab
feat(agents): inject bound Memory Space into the prompt, per invoker …
philmerrell Jul 8, 2026
3344e17
Merge pull request #594 from Boise-State-Development/feature/agent-de…
philmerrell Jul 8, 2026
0cd772b
fix(agents): rename app_api.agents package to avoid shadowing top-lev…
philmerrell Jul 8, 2026
e3ac783
Merge pull request #595 from Boise-State-Development/fix/agents-packa…
philmerrell Jul 8, 2026
6837c33
feat(agents): memory_* tools scoped to an Agent's bound Memory Space …
philmerrell Jul 8, 2026
0e4d55b
chore(memory): default Memory Spaces ON with a kill switch
philmerrell Jul 8, 2026
a875cce
Merge pull request #596 from Boise-State-Development/feature/agent-me…
philmerrell Jul 8, 2026
780b736
Merge pull request #597 from Boise-State-Development/feature/memory-s…
philmerrell Jul 8, 2026
6c26f32
feat(agent-designer): Phase 4 — Agent Designer UI + bindable catalog API
philmerrell Jul 8, 2026
31141bf
test(sidenav): stub AgentService probe to fix unhandled HTTP rejection
philmerrell Jul 8, 2026
7694afd
Merge pull request #598 from Boise-State-Development/claude/agent-des…
philmerrell Jul 8, 2026
128729a
fix(agent-designer): align model write-check with the bindable catalog
philmerrell Jul 8, 2026
5857457
Merge pull request #599 from Boise-State-Development/claude/agent-des…
philmerrell Jul 8, 2026
e393281
feat(sidenav): gate Memory Spaces + Agents to system-admin, add Previ…
philmerrell Jul 8, 2026
eb2bae8
Merge pull request #600 from Boise-State-Development/claude/preview-n…
philmerrell Jul 8, 2026
0b9b039
feat(agent-designer): resolve tool bindings at invocation (replace + …
philmerrell Jul 8, 2026
ebdcb47
feat(topnav): surface active assistant in the top nav
philmerrell Jul 8, 2026
290f9c3
Merge pull request #601 from Boise-State-Development/feature/agent-to…
philmerrell Jul 8, 2026
6dae289
feat(agent-designer): resolve skill bindings at invocation (replace +…
philmerrell Jul 8, 2026
470dfa8
feat(agent-designer): reflect governed agent bindings in the chat-inp…
philmerrell Jul 8, 2026
80d9a1c
Backmerge/main into develop
colinmxs Jul 8, 2026
c51b02e
Merge pull request #605 from Boise-State-Development/backmerge/main-i…
colinmxs Jul 8, 2026
fee9b1c
Merge pull request #602 from Boise-State-Development/feature/agent-sk…
philmerrell Jul 9, 2026
02680a8
Merge pull request #603 from Boise-State-Development/feature/agent-ch…
philmerrell Jul 9, 2026
6a9be1e
fix(agent-designer): release chat-input picker locks on new conversation
philmerrell Jul 9, 2026
098101a
feat(agent-designer): show only the bound tools/skills when an agent …
philmerrell Jul 9, 2026
360ea31
Merge pull request #606 from Boise-State-Development/fix/agent-lock-r…
philmerrell Jul 9, 2026
f16785f
chore(agent-designer): default AGENTS_API_ENABLED on with a kill switch
philmerrell Jul 9, 2026
df5e754
Merge pull request #607 from Boise-State-Development/chore/agents-api…
philmerrell Jul 9, 2026
35e7033
feat(agent-designer): manage an agent's knowledge base from the Agent…
philmerrell Jul 9, 2026
24a9f38
test(scheduled-runs): freeze dispatcher clock to de-flake cadence rea…
philmerrell Jul 9, 2026
be2e253
Merge pull request #608 from Boise-State-Development/feature/agent-kn…
philmerrell Jul 9, 2026
c5efe99
feat(agent-designer): govern model params + live editor preview
philmerrell Jul 9, 2026
c859e7d
Merge remote-tracking branch 'origin/develop' into feature/agent-desi…
philmerrell Jul 9, 2026
e35e645
Merge pull request #609 from Boise-State-Development/feature/agent-de…
philmerrell Jul 9, 2026
eeb5683
feat(agent-designer): lock preview model picker; trim preview nav
philmerrell Jul 9, 2026
897353f
Merge pull request #611 from Boise-State-Development/feature/agent-pr…
philmerrell Jul 9, 2026
93d999d
Merge remote-tracking branch 'origin/main' into backmerge/main-into-d…
colinmxs Jul 9, 2026
f640d32
Merge pull request #613 from Boise-State-Development/backmerge/main-i…
colinmxs Jul 9, 2026
92a6ca7
fix(memory-spaces): route namespaced entry slugs via :path converter
philmerrell Jul 9, 2026
5774ea7
feat(memory-spaces): let the agent read/write MEMORY.md via reserved …
philmerrell Jul 9, 2026
dd3f4c7
Merge pull request #614 from Boise-State-Development/feature/memory-s…
philmerrell Jul 9, 2026
cd77e7e
feat(schedules): target Agents instead of Assistants on scheduled runs
philmerrell Jul 9, 2026
42e69bc
chore(deps): upgrade Strands to 1.47.0 and add aws-bedrock-token-gene…
philmerrell Jul 10, 2026
3fce83c
fix(scheduled-runs): remove RBAC gate causing prod 403 "Access Denied"
philmerrell Jul 10, 2026
6ded296
docs: consolidate release workflow into one auto-invoked steering doc…
colinmxs Jul 10, 2026
93aeb65
Merge pull request #618 from Boise-State-Development/docs/consolidate…
colinmxs Jul 10, 2026
67e2653
feat(models): Mantle Responses API + per-model region; drop endpoint-…
philmerrell Jul 10, 2026
45f5de4
Merge pull request #617 from Boise-State-Development/claude/prod-erro…
philmerrell Jul 10, 2026
5ac91d1
Merge pull request #615 from Boise-State-Development/feature/schedule…
philmerrell Jul 10, 2026
a8c323e
Merge pull request #619 from Boise-State-Development/feature/strands-…
philmerrell Jul 10, 2026
ac54a4d
Merge pull request #620 from Boise-State-Development/feature/mantle-r…
philmerrell Jul 10, 2026
f3ebd72
fix(api-converse): serve /chat/api-converse from app-api, not via inf…
philmerrell Jul 10, 2026
e6d46a8
fix(app-api): grant Bedrock streaming + inference-profile invoke
philmerrell Jul 10, 2026
82d7348
fix(settings): point API-key snippets at /api/chat/api-converse
philmerrell Jul 10, 2026
9192892
feat(api-converse): route Bedrock Mantle models via a shared builder
philmerrell Jul 10, 2026
154f55c
feat(app-api): grant bedrock-mantle:CreateInference for api-converse
philmerrell Jul 10, 2026
3833f74
Merge pull request #621 from Boise-State-Development/claude/api-key-b…
philmerrell Jul 10, 2026
d033279
Merge remote-tracking branch 'origin/main' into backmerge/main-into-d…
philmerrell Jul 10, 2026
46a3df9
Merge pull request #623 from Boise-State-Development/backmerge/main-i…
philmerrell Jul 10, 2026
f1e361a
feat(identity): MCP user identity forwarding via access-token enrichment
DerrickF Jul 10, 2026
1de3dca
Merge pull request #627 from Boise-State-Development/feature/mcp-user…
DerrickF Jul 10, 2026
a565cec
fix(app-api): grant bedrock-agentcore:CreateTokenVault for OAuth prov…
philmerrell Jul 10, 2026
8ae1dfe
Merge pull request #628 from Boise-State-Development/fix/app-api-crea…
philmerrell Jul 10, 2026
0d1406b
Merge remote-tracking branch 'origin/main' into backmerge/main-into-d…
philmerrell Jul 10, 2026
330e55a
Merge pull request #630 from Boise-State-Development/backmerge/main-i…
philmerrell Jul 11, 2026
3cca87a
fix(scripts): make sync-version.sh portable across GNU and BSD tools
philmerrell Jul 11, 2026
c1ea34a
Merge pull request #631 from Boise-State-Development/feature/portable…
philmerrell Jul 11, 2026
4ed5470
feat(admin): make admin sidebar nav sticky on desktop
philmerrell Jul 11, 2026
1bf847e
feat(frontend): redesign 404 page to match auth screens
philmerrell Jul 11, 2026
5c9510e
Merge pull request #632 from Boise-State-Development/claude/sticky-as…
philmerrell Jul 11, 2026
7b71880
Merge pull request #633 from Boise-State-Development/claude/404-page-…
philmerrell Jul 11, 2026
44fa167
fix(frontend): make shell scroll container real so sticky nav engages
philmerrell Jul 11, 2026
5500a62
Merge pull request #634 from Boise-State-Development/feature/frosted-…
philmerrell Jul 11, 2026
f5e9473
docs(specs): quota cooldown windows + platform ceiling spec and commi…
philmerrell Jul 11, 2026
acf27af
Merge pull request #635 from Boise-State-Development/claude/quota-coo…
philmerrell Jul 11, 2026
318edf0
fix(frontend): guarantee JIT compiler in vitest runs to stop Platform…
philmerrell Jul 11, 2026
18935a3
fix(frontend): size chat scroll space to the response, adapt to shell…
philmerrell Jul 11, 2026
b0e87c8
Merge pull request #637 from Boise-State-Development/feature/dynamic-…
philmerrell Jul 11, 2026
389e0dd
Merge pull request #636 from Boise-State-Development/fix/vitest-jit-c…
philmerrell Jul 11, 2026
1126d3d
feat(settings): make user settings sidebar nav sticky on desktop
philmerrell Jul 11, 2026
3539079
Merge pull request #638 from Boise-State-Development/claude/sticky-as…
philmerrell Jul 11, 2026
4aabdff
feat(admin-tools): discover OAuth-gated MCP servers with the admin's …
philmerrell Jul 11, 2026
ef70323
Merge pull request #639 from Boise-State-Development/feature/discover…
philmerrell Jul 11, 2026
62b0e54
feat(manage-models): add Sonnet 5 + GPT-5.4 curated cards, order by c…
philmerrell Jul 11, 2026
eb74b62
Merge pull request #641 from Boise-State-Development/feature/curated-…
philmerrell Jul 12, 2026
8e31b33
fix(mantle): route google.gemma-4-* to /openai/v1 base path
philmerrell Jul 13, 2026
cac3a59
Merge pull request #643 from Boise-State-Development/feature/curated-…
philmerrell Jul 13, 2026
b3f8b85
feat(manage-models): make max output tokens optional
philmerrell Jul 13, 2026
ae4dfd8
Merge pull request #644 from Boise-State-Development/feature/optional…
philmerrell Jul 13, 2026
74cd7b0
fix(docker): float curl security patch to survive Debian mirror purges
philmerrell Jul 14, 2026
dfba9f8
Merge pull request #645 from Boise-State-Development/feature/optional…
philmerrell Jul 14, 2026
b7e13c0
Merge remote-tracking branch 'origin/main' into backmerge/main-into-d…
philmerrell Jul 14, 2026
881d3e6
Merge pull request #647 from Boise-State-Development/backmerge/main-i…
philmerrell Jul 14, 2026
95cedd0
feat(web-sources): allow removing a web source
philmerrell Jul 14, 2026
27a3cdc
Merge pull request #648 from Boise-State-Development/feature/remove-w…
philmerrell Jul 14, 2026
e70a980
fix(web-sources): let editors start and view crawls
philmerrell Jul 14, 2026
30bab75
Merge pull request #650 from Boise-State-Development/feature/web-sour…
philmerrell Jul 14, 2026
9db6a93
fix(rbac): make AppRole the single source of truth for model access
philmerrell Jul 14, 2026
15bdb8c
Merge pull request #651 from Boise-State-Development/fix/model-role-p…
philmerrell Jul 14, 2026
cbc4b6c
fix(tests): repoint storage patch target and harden integration gate
philmerrell Jul 14, 2026
ef86f51
Merge pull request #652 from Boise-State-Development/fix/metadata-sto…
philmerrell Jul 15, 2026
747080c
fix(chat): keep SSE stream open across tab switches
philmerrell Jul 15, 2026
d364f08
fix(sessions): repair tool-use/tool-result pairing on restore
philmerrell Jul 15, 2026
cbcb574
test(sessions): make compaction fixtures valid Converse histories
philmerrell Jul 15, 2026
31fad03
fix(sessions): guard synthetic error persistence against role-alterna…
philmerrell Jul 15, 2026
35baee2
Merge pull request #653 from Boise-State-Development/fix/tool-pairing…
philmerrell Jul 15, 2026
00b475c
Merge pull request #654 from Boise-State-Development/fix/synthetic-er…
philmerrell Jul 15, 2026
b54246e
fix(chat): reject duplicate concurrent turns with a per-session singl…
philmerrell Jul 15, 2026
3b08701
Merge pull request #655 from Boise-State-Development/fix/session-sing…
philmerrell Jul 15, 2026
bf466e1
feat(chat): distributed turn cancellation — make Stop actually stop t…
philmerrell Jul 15, 2026
3602cd0
Merge pull request #656 from Boise-State-Development/feat/distributed…
philmerrell Jul 15, 2026
743e62c
fix(infra): grant app-api task role access to shared-conversations table
philmerrell Jul 15, 2026
57e6d47
Merge pull request #657 from Boise-State-Development/fix/app-api-shar…
philmerrell Jul 15, 2026
3d3e65a
feat(shares): offload large-conversation snapshots to S3
philmerrell Jul 15, 2026
731ac4e
Merge pull request #658 from Boise-State-Development/feature/share-la…
philmerrell Jul 15, 2026
0230db1
Release/1.6.0
philmerrell Jul 16, 2026
77199c6
fix: resolve CodeQL alerts surfaced by the release diff
philmerrell Jul 16, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,38 @@ All notable changes to this project are documented in this file. Format follows

For narrative release notes written for operators and product owners, see [RELEASE_NOTES.md](RELEASE_NOTES.md).

## [1.6.0] - 2026-07-15

Conversation-sharing and chat-reliability release. Large conversations can now be shared — their snapshots offload to a new S3 bucket instead of overflowing the 400 KB DynamoDB item limit. **Stop** now actually stops the server-side turn (distributed cancellation over the session lease), and a per-session single-flight lease plus restore-time history repair close a class of bugs where a tab switch or duplicate invocation could permanently brick a conversation. Web sources become removable and editor-manageable, and model RBAC grants written from the model admin page finally take effect. Requires a CDK deploy for the new shared-conversations S3 bucket and IAM grants.

### 🚀 Added

- Share large conversations: snapshot bodies (messages + metadata) offload to a new private `shared-conversations` S3 bucket with a `body_ref` pointer in DynamoDB, so conversations over the 400 KB item limit can be shared. Legacy inline shares still read back with no migration; storage-unavailable surfaces as a friendly 503 (#658)
- Distributed turn cancellation — **Stop** now ends the running server-side turn instead of only the client stream. The app-api `user_stopped` endpoint stamps an owner-scoped `cancelRequestedFor` on the session lease; the inference-api heartbeat (tightened 30s→10s) observes it and cooperatively tears down both the tool loop and the model stream, persisting the partial and releasing the lease. Shrinks the 409-on-resend window from a full turn to ~one heartbeat and halts wasted model/tool spend after Stop (#656)
- Remove a web source: `DELETE /assistants/{id}/web-sources/crawls/{crawl_id}` removes the crawl's sync policy, soft-deletes every page under its root URL (vector + S3 teardown via the existing background cleanup), then hard-deletes the crawl row. In-flight crawls are refused with a 409; a zombie 'running' crawl whose process died stays deletable. Edit-gated (owner or editor) (#648)

### ✨ Improved

- Editors (not just owners) can now start and view web crawls — `start_crawl`, `list_crawls`, and `get_crawl` route through the shared `_require_edit_permission` gate, so the "Add web content" button the SPA already renders for editors no longer 404s; viewers get a clean 403 (#650)

### 🐛 Fixed

- Model RBAC is now single-source-of-truth: the model admin page's role picker writes through to each role's `grantedModels` (mirroring tools/skills) instead of onto a dead `allowedAppRoles` field no access check read, so enabling a model for a role actually grants it. `allowedAppRoles` is derived on read; `can_access_model` and `filter_accessible_models` share one `_grants_access` predicate so a model can no longer be listed by the catalog yet denied on use. Removes the dead `POST /sync-roles` endpoint (#651)
- SSE chat stream stays open across tab switches — `@microsoft/fetch-event-source` `openWhenHidden` is now `true`, stopping the library from aborting and reopening the connection (a fresh `POST /invocations` for the same turn) on `visibilitychange`, which spawned a concurrent backend agent and corrupted tool-pairing history (#653)
- Restore-time tool-use/tool-result pairing repair — `TurnBasedSessionManager._repair_tool_pairing` unconditionally rebuilds a Bedrock-valid history on restore (one result turn per toolUse turn, duplicate/orphaned results dropped, same-role turns merged), recovering conversations already bricked by a "toolResult blocks exceed toolUse blocks" ValidationException. No-op on healthy history (#653)
- Reject duplicate concurrent turns — a per-session single-flight lease at the inference-api `/invocations` chokepoint (atomic conditional write on a `LEASE#{sid}` item) rejects a duplicate turn with 409 so two agent loops can't run against one Memory session; the SPA shows a soft "Already responding" notice instead of a hard error. Resume / max-tokens continuation force-acquire; fail-open on non-conflict DynamoDB errors (#655)
- Guard synthetic error persistence against role-alternation breaks — `persist_synthetic_messages` now drops a synthetic "⚠️ Something went wrong" turn that would land adjacent to a same-role turn, preventing the consecutive-assistant-message amplifier that turned one errored turn into a permanently bricked session (#654)
- Conversation-share operations no longer fail with a generic 500 — the app-api task role is granted DynamoDB access (including the `SessionShareIndex` GSI) on the shared-conversations table it was already wired to via env var, fixing `PutItem`/`Query` AccessDeniedException on share create/list (#657)

### 🏗️ Infrastructure

- New private `shared-conversations` S3 bucket (SSE-S3, versioned) with an SSM param, a `PlatformComputeRefs` entry, the `SHARED_CONVERSATIONS_BUCKET_NAME` app-api env var, and an app-api-only `SharedConversationsBucketReadWrite` IAM grant (#658)
- `SharedConversationsAccess` added to the app-api `coreTables` grant list so the role gets the standard DynamoDB action set on the shared-conversations table and its GSIs (#657)

### 🔧 CI/CD

- Repointed `test_cache_savings.py` storage patch targets to `apis.shared.storage` (the accessor moved; `app_api.storage` is now an empty stub) and gated the compaction integration tests on an explicit `RUN_AGENTCORE_INTEGRATION_TESTS=1` opt-in so leaked env vars no longer make them run order-dependently against invalid credentials (#652)

## [1.5.0] - 2026-07-13

Model-catalog and MCP-admin expansion, plus UI polish. Admins can now discover the tools behind OAuth-gated MCP servers (e.g. the GitHub remote MCP server) using their own vaulted 3LO token, two new curated model cards land (Claude Sonnet 5, GPT-5.4), and the max-output-tokens field goes optional so reasoning/Responses-API models without a fixed cap can be added. Alongside: sticky admin/settings sidebars, a redesigned 404 page, chat-scroll and sticky-nav fixes, a vitest flake fix, and a Docker curl security patch. No CDK deploy, no data migration, no breaking changes — ships via the backend and frontend pipelines.
Expand Down
8 changes: 8 additions & 0 deletions CLAUDE.MD
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,14 @@ The `inference-api` runs inside an AgentCore Runtime container. The runtime data

If you're tempted to add to inference-api because of an existing route there (`converse_router`, `voice_router`), don't use them as templates without confirming their access path — they predate this rule and may rely on bypasses (API key, WebSocket upgrade, direct container reach in environments where the runtime isn't the only path).

### RBAC: the AppRole record is the source of truth

A role grants a tool/model/skill by listing it in its own `grantedTools` / `grantedModels` / `grantedSkills` (or by granting the `*` wildcard, or inheriting from a parent). **That is the only thing access checks read.** The `allowedAppRoles` field on a resource (tool, model, skill) is a *derived, display-only* projection of those role records — never an independent grant.

**Rule:** When an admin page offers a "which roles can use this?" picker on the resource, it must write *through* to each role's `granted*` list (`set_roles_for_tool`, `set_roles_for_model`) and derive the field back on read (`hydrate_model_roles`). Never persist a role list on the resource and expect it to grant anything: it will silently do nothing, and the resource page and the role page will disagree.

Access decisions for models live in `apis/app_api/admin/services/model_access.py`. `can_access_model` and `filter_accessible_models` both delegate to a single `_grants_access` predicate — keep it that way. They previously diverged (one gated on `allowed_app_roles`, one didn't), so a model could be *listed* by the catalog and *denied* on use.

### Auth dependency on app_api routes

The SPA sends an httpOnly session cookie — not `Authorization: Bearer`. A route that declares a bare Bearer-only dependency on the SPA-facing surface causes a 401 → centralized redirect loop the moment the SPA hits it.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
**An open-source, production-ready Generative AI platform for institutions**
*Built by Boise State University, designed for everyone.*

[![Release](https://img.shields.io/badge/Release-v1.5.0-6366f1?style=flat&logo=github&logoColor=white)](RELEASE_NOTES.md)
[![Release](https://img.shields.io/badge/Release-v1.6.0-6366f1?style=flat&logo=github&logoColor=white)](RELEASE_NOTES.md)
[![Nightly](https://github.com/Boise-State-Development/agentcore-public-stack/actions/workflows/nightly.yml/badge.svg)](https://github.com/Boise-State-Development/agentcore-public-stack/actions/workflows/nightly.yml)

![Python](https://img.shields.io/badge/Python-3.13+-3776AB?style=flat&logo=python&logoColor=white)
Expand Down Expand Up @@ -296,7 +296,7 @@ agentcore-public-stack/

See [RELEASE_NOTES.md](RELEASE_NOTES.md) for the full changelog, including new features, bug fixes, platform upgrades, and deployment notes for each release.

**Current release:** v1.5.0
**Current release:** v1.6.0

---

Expand Down
89 changes: 86 additions & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,90 @@
# Release Notes — v1.5.0
# Release Notes — v1.6.0

**Release Date:** July 13, 2026
**Previous Release:** v1.4.0 (July 10, 2026)
**Release Date:** July 15, 2026
**Previous Release:** v1.5.0 (July 13, 2026)

---

> ⚠️ **Platform (CDK) deploy required.** This release adds a new `shared-conversations` S3 bucket and IAM grants, so it ships through `platform.yml` (CDK) **before** `backend.yml`. No data migration and no breaking changes — legacy inline shares keep working untouched.

---

## Highlights

v1.6.0 makes conversation sharing work for **large** conversations and makes chat **reliable under interruption**. Sharing a big conversation used to fail with a bare 500 because the whole snapshot was inlined into one DynamoDB item past the 400 KB limit; snapshots now offload to a new private S3 bucket, with legacy shares still readable and no migration. On the reliability side, **Stop now actually stops the server-side turn** — a distributed cancellation signal carried over the session lease tears down the running agent instead of letting it burn model and tool spend — and a **per-session single-flight lease** plus a **restore-time history repair** close a nasty class of bugs where a tab switch or duplicate invocation could permanently brick a conversation with a Bedrock tool-pairing error. Rounding it out: web sources are now **removable** and **editor-manageable**, and model RBAC grants written from the model admin page **finally take effect**. Operators must run a CDK deploy first for the new bucket and grants.

## Share large conversations without hitting the DynamoDB item limit

Sharing a large conversation failed with a generic 500 (observed in prod-ai as a `PutItem` ValidationException): `ShareService.create_share` inlined the full message list into a single DynamoDB item, exceeding the 400 KB item limit. Snapshot bodies now offload to a dedicated S3 bucket — mirroring the Memory Spaces / Artifacts / Skills offload pattern — while DynamoDB keeps only control fields plus a `body_ref` pointer. Reads fall back to inline for legacy shares, so existing shares keep working with no migration and the SPA contract is unchanged.

### Backend

- `shares/snapshot_store.py` — new `ShareSnapshotStore`: content-addressed S3 put/get/delete with SSE-S3 and dedupe.
- `shares/service.py` — `create_share` writes the body to S3 and stores a `body_ref` item; `_load_snapshot_body` reads from S3 or falls back to legacy inline items; revoke and session-cleanup best-effort delete the object. `ShareStorageUnavailableError` maps to a friendly 503 instead of a bare 500.

### Infrastructure

- `data/shared-conversations-construct.ts` — new private `shared-conversations` S3 bucket (SSE-S3, versioned) plus an SSM param; threaded to app-api via `PlatformComputeRefs` and the `SHARED_CONVERSATIONS_BUCKET_NAME` env var.
- `app-api/app-api-iam-grants.ts` — `SharedConversationsBucketReadWrite` grant (app-api only).

### Test Coverage

350+ lines: store round-trip / dedupe, a >400 KB regression, S3 and legacy reads, export-from-S3, revoke cleanup, and the storage-unavailable path.

**Related fix (#657):** the shared-conversations *DynamoDB table* was wired into app-api by env var but never granted on the task role, so every share create/list already failed with `PutItem` / `Query` AccessDeniedException surfacing as a 500. Added `SharedConversationsAccess` to the app-api `coreTables` grant list (standard action set on the table and its `index/*` GSIs), with a synth regression test asserting the grant exists and carries no wildcard.

## Stop actually stops the server turn

A client abort — Stop, tab switch, dropped socket — does not propagate through the AgentCore Runtime data plane, so Stop was cosmetic server-side: the container ran the turn to completion, held the session lease, and burned model and tool spend. "Stop → resend" then returned 409 until the prior turn finished on its own. This release reuses the single-flight lease (below) as a cross-container signalling channel so Stop ends the actual turn.

### Backend

- `apis/app_api/sessions/routes.py` — the `user_stopped` endpoint calls `request_session_cancel`, stamping `cancelRequestedFor=<leaseOwner>` on the lease item. Owner-scoped, so a stale Stop can't kill a later turn; best-effort, so it never fails the Stop.
- `apis/shared/sessions/session_lease.py` — the heartbeat (tightened 30s→10s) renews with `ReturnValues=ALL_NEW` and, on `cancelRequestedFor == owner`, flips `session_manager.cancelled`. `acquire` clears any stale cancel marker on takeover.
- `main_agent/streaming/stream_coordinator.py` — two effects: the always-on `StopHook` cancels the next tool call; and a cooperative check at the top of the stream loop raises `_CooperativeStopSignal`, whose handler persists the partial via `_persist_interruption` (marked `user_stopped`), emits terminal SSE frames, and ends cleanly so the client closes and the lease releases. The cooperative arm is what ends a pure-chat turn, which has no tool boundary for `StopHook`.

Net: the 409-on-resend window shrinks from a full turn to ~one heartbeat (10s), and post-Stop spend is halted. **Residual (documented):** an in-flight tool call finishes before cancel is seen, and already-generated Bedrock tokens are billed.

## Duplicate-invocation hardening — no more bricked conversations

Bedrock Converse rejects any history where a user turn's `toolResult` blocks don't exactly match the preceding assistant turn's `toolUse` blocks. A single such violation anywhere in a session's persisted history makes **every** subsequent turn fail, permanently bricking the conversation (this hit prod session `f761f59b`). The trigger was two agent loops running concurrently against one Memory session — spawned by a client reconnect or a duplicate `POST /invocations` the Runtime routed to a different container. This release closes the vector on three fronts.

### Frontend

- `chat-http.service.ts` / `preview-chat.service.ts` — set `openWhenHidden: true` on both `fetchEventSource` call sites so a single stream survives a tab switch instead of the library aborting and reopening it (a fresh `POST /invocations` for the same turn that bypassed the SPA's own double-submit guards). Also correct for long agentic turns (#653).

### Backend

- `apis/shared/sessions/session_lease.py` — new per-session single-flight lease: `acquire` / `renew` / `release` on a dedicated `PK=USER#{uid}, SK=LEASE#{sid}` item via an atomic conditional write. Owner-scoped renew/release; fail-open on any non-conflict DynamoDB error (#655).
- `apis/inference_api/chat/routes.py` — acquire the lease at turn-start and reject a duplicate with 409; resume and max-tokens continuation force-acquire (they re-enter an already-ended loop). Heartbeat renews while the turn streams; release in the generator finally and both except handlers (#655).
- `TurnBasedSessionManager._repair_tool_pairing` — an unconditional restore-time normalizer (sibling to `_strip_document_bytes`) that rebuilds a Bedrock-valid history: one matching result turn per `toolUse` turn (missing ones synthesized as errors), duplicate/orphaned result turns dropped, consecutive same-role turns merged. Identity no-op on healthy history, so it recovers already-corrupted sessions without touching clean ones (#653).
- `persist_synthetic_messages` — a centralized role-alternation guard drops a synthetic "⚠️ Something went wrong" turn that would land adjacent to a same-role turn, killing the consecutive-assistant-message amplifier that turned one errored turn into a permanent brick. Fixes the write side; `_repair_tool_pairing` masks it on the read side (#654).

### Frontend (SPA)

- The inference-api 409 is handled as a soft `AlreadyStreamingError` ("Already responding") notice rather than a hard "Chat Request Failed" toast; loading clears so the user can retry once the prior turn finishes (#655).

## 🐛 Bug fixes

- **Model RBAC grants from the model page now take effect (#651).** The model admin page and the role admin page wrote to two different, unlinked fields: enabling a model for a role on the model page wrote `allowedAppRoles` onto the model record — a field no access check ever read — so the grant silently did nothing and the role page still showed the model unchecked. The role record is now the single source of truth (matching tools and skills): the model form's picker writes through to each role's `grantedModels` (`set_roles_for_model`), `allowedAppRoles` is derived on read (`hydrate_model_roles`), and `can_access_model` / `filter_accessible_models` share one `_grants_access` predicate so a model can no longer be listed by the catalog yet denied on use. Removes the dead `POST /sync-roles` endpoint.
- **Editors can start and view web crawls (#650).** `start_crawl`, `list_crawls`, and `get_crawl` gated on the owner-keyed `get_assistant()`, which returns `None` for an editor-share holder — so the "Add web content" button the SPA already shows editors returned a 404. They now route through the shared `_require_edit_permission` gate (owner|editor), and a viewer gets a clean 403 instead of a misleading 404.

## 🏗️ Infrastructure

- New private `shared-conversations` S3 bucket (SSE-S3, versioned), its SSM param, a `PlatformComputeRefs` entry, the `SHARED_CONVERSATIONS_BUCKET_NAME` app-api env var, and the app-api-only `SharedConversationsBucketReadWrite` grant (#658).
- `SharedConversationsAccess` added to the app-api `coreTables` DynamoDB grant list — standard action set on the shared-conversations table and its GSIs (#657).

## 🔧 CI/CD

- Fixed two pre-existing test failures on develop, both unrelated to the code under test: repointed `test_cache_savings.py`'s five `get_metadata_storage` patch targets to `apis.shared.storage` (the accessor moved; `app_api.storage` is now an empty stub), and re-gated the compaction integration tests on an explicit `RUN_AGENTCORE_INTEGRATION_TESTS=1` opt-in so a mid-suite env-var leak no longer makes them run order-dependently against invalid credentials. Full suite: 4771 passed, 6 skipped (#652).

## 🚀 Deployment notes

1. **Deploy `platform.yml` (CDK) first.** This release adds the `shared-conversations` S3 bucket, its SSM param, and IAM grants (both the bucket read/write grant and the `SharedConversationsAccess` DynamoDB grant on the app-api role). The app-api container reads `SHARED_CONVERSATIONS_BUCKET_NAME` at runtime; deploying app-api before the platform stack would leave sharing large conversations broken.
2. **Then `backend.yml`** to ship the app-api / inference-api images, followed by **`frontend-deploy.yml`** for the SPA (the 409 "Already responding" handling, `openWhenHidden`, web-source delete UI, and model-role picker changes).
3. **No data migration.** Legacy inline shares read back unchanged; new shares offload to S3 automatically. No breaking API changes.

---

---

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.0
1.6.0
Loading