Skip to content
Open
Show file tree
Hide file tree
Changes from 28 commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
46be3c4
fix(ag-ui): preserve thinking signatures for Anthropic extended thinking
dsfaccini Jan 9, 2026
fcace3f
coverage
dsfaccini Jan 9, 2026
b97a6bd
add exhaustive check
dsfaccini Jan 14, 2026
d8dff4f
small refac
dsfaccini Jan 14, 2026
d27302f
small refac test
dsfaccini Jan 14, 2026
77ba046
fix test
dsfaccini Jan 16, 2026
2956cc3
address comments and add sources
dsfaccini Jan 16, 2026
ae791a4
full roundtrip + multimodal and tool return support
dsfaccini Jan 23, 2026
a713e0f
coverage
dsfaccini Jan 23, 2026
6aa6821
coverage
dsfaccini Jan 23, 2026
58bea1f
ciovergae
dsfaccini Jan 23, 2026
fdee119
Merge branch 'main' into fix-anthropic-thinking-with-agui
dsfaccini Jan 27, 2026
7ead847
Merge branch 'main' into fix-anthropic-thinking-with-agui
dsfaccini Feb 18, 2026
65634dd
Merge branch 'main' into fix-anthropic-thinking-with-agui
dsfaccini Feb 25, 2026
2d5b5d9
bump agui
dsfaccini Feb 27, 2026
ad81fa6
fix backwards comp
dsfaccini Mar 3, 2026
73e62df
merge main;
dsfaccini Mar 3, 2026
3d61605
fix: align DummyUIEventStream with base class after follows_thinking …
dsfaccini Mar 3, 2026
2cffd38
address
dsfaccini Mar 4, 2026
d6e0e76
Merge remote-tracking branch 'upstream/main' into fix-anthropic-think…
dsfaccini Mar 4, 2026
17e3517
fix: handle UploadedFile in AG-UI adapter, fix coverage gaps
dsfaccini Mar 4, 2026
fff957d
best of both worlds
dsfaccini Mar 4, 2026
d713b4b
test: cover UploadedFile branch in AG-UI adapter for 100% coverage
dsfaccini Mar 5, 2026
c7d6de0
feat: add include_file_parts opt-in flag to AGUIAdapter for FilePart …
dsfaccini Mar 8, 2026
ad7606f
Merge branch 'main' into fix-anthropic-thinking-with-agui
dsfaccini Mar 16, 2026
762775e
fix: validate encrypted_value JSON is a dict, add coverage tests
dsfaccini Mar 17, 2026
c2017dc
chore: add .agents/* to .gitignore
dsfaccini Mar 17, 2026
8ca25f7
fix: remove redundant ValueError catch from JSONDecodeError handler
dsfaccini Mar 17, 2026
2783d83
fix: address PR review — ag_ui_version, preserve_file_data, stray del…
dsfaccini Mar 25, 2026
4a430e7
Merge remote-tracking branch 'origin/main' into fix-anthropic-thinkin…
dsfaccini Mar 25, 2026
9f9fd41
fix: expose ag_ui_version in handle_ag_ui_request
dsfaccini Mar 26, 2026
966a3be
Merge branch 'main' into fix-anthropic-thinking-with-agui
dsfaccini Mar 26, 2026
ae86323
coverage
dsfaccini Mar 26, 2026
2df3abc
fix: use fixtures instead of IsBytes() in test_messages snapshot
dsfaccini Mar 26, 2026
b49be72
refactor: use semver >= comparisons for ag_ui_version instead of Lite…
dsfaccini Mar 26, 2026
d244c07
address review: AGUIVersion type, auto-detect default, cache version …
dsfaccini Mar 30, 2026
98b053f
Merge remote-tracking branch 'upstream/main' into fix-anthropic-think…
dsfaccini Mar 31, 2026
f64bd5f
fix: handle TextContent in _user_content_to_input after merge with main
dsfaccini Mar 31, 2026
e54f27a
coverage: handle TextContent, test version validation/detect fallback…
dsfaccini Mar 31, 2026
ab9c5ae
fix: gate reasoning imports for ag-ui-protocol backward compat
dsfaccini Mar 31, 2026
d3a22db
fix coverage: pragma on ReasoningMessage stub, test old version detec…
dsfaccini Mar 31, 2026
41bd1a0
add comment
dsfaccini Mar 31, 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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ node_modules/
.coverage*
/test_tmp/
.mcp.json
.agents/*
.claude/*
!.claude/skills/
.claude/skills/*
Expand Down
Loading
Loading