fix: add bin/ to .gitignore#88
Merged
Merged
Conversation
Patel230
added a commit
that referenced
this pull request
Jul 11, 2026
Patel230
added a commit
that referenced
this pull request
Jul 16, 2026
Patel230
added a commit
that referenced
this pull request
Jul 22, 2026
Advance external/eyrie and go.mod to the squash-merged host-port commit so submodule parity and public builds resolve a mainline SHA.
Patel230
added a commit
that referenced
this pull request
Jul 22, 2026
* fix(gateway): use EventStreamer host stream port Update the Eyrie gateway Generator to the pull-based EventStreamer contract, and advance external/eyrie + external/hawk-core-contracts to the matching contract-alignment feature commits. * fix(gateway): pin deps and use EventStreamer stream port Bump external eyrie/contracts submodules and go.mod to the host-port alignment commits, and convert session ToolCall/ToolResult via type conversion now that llm aliases tools (staticcheck S1016). * fix(deps): pin eyrie/contracts after contracts #16 merge Advance submodules and go.mod to contracts main and the eyrie feature commit that resolves the aligned host port for CI (GOWORK=off). * fix(deps): pin contracts v0.1.8 and latest eyrie feature tip Use the tagged contracts release and eyrie feat commit for GOWORK=off CI (public module graph + submodule parity). * fix(session): drop no-op ToolCall conversions after type alias types.ToolCall and session.ToolCall are the same underlying tools.ToolCall type, so slice conversion is identity and unconvert-clean. * fix(deps): pin eyrie to main after #88 merge Advance external/eyrie and go.mod to the squash-merged host-port commit so submodule parity and public builds resolve a mainline SHA.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add bin/ to .gitignore to prevent the compiled hawk binary (102MB) from being accidentally tracked.