chore: update gptme-contrib submodule (77ea27e → ea26c28)#75
Merged
chore: update gptme-contrib submodule (77ea27e → ea26c28)#75
Conversation
Brings in 6 new commits: - fix(lessons): improve browser-verification keyword precision (#514) - feat(user-memories): add user memory extraction plugin (#451) - fix(types): fix test imports and type annotations across packages (#513) - fix(github): use REST API in is_item_open to save GraphQL quota (#512) - feat(gptme-sessions): add per-tool-call timing and warning phrase detection (#511) - docs(lessons): add progress-despite-blockers and stage-files-before-commit (#505) Co-authored-by: Bob <bob@superuserlabs.org>
Contributor
Greptile SummaryThis PR advances the Key changes bundled in this update:
No issues were identified. The submodule URL in Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[gptme-agent-template] -->|references submodule| B[gptme-contrib @ 77ea27e\n(before)]
A -->|updated pointer| C[gptme-contrib @ ea26c28\n(after)]
C --> D[fix: browser-verification\nkeyword precision]
C --> E[feat: user-memory\nextraction plugin]
C --> F[fix: type annotations\nacross packages]
C --> G[fix: GitHub REST API\nin is_item_open]
C --> H[feat: per-tool-call\ntiming + warning detection]
C --> I[docs: 2 new lessons\nprogress-despite-blockers\nstage-files-before-commit]
Last reviewed commit: "chore: update gptme-..." |
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.
Summary
Updates gptme-contrib submodule from
77ea27etoea26c28(6 new commits).What's included:
fix(lessons): improve browser-verification keyword precision— removes overly broad "browser tool" keyword, reduces false-positive lesson matchingfeat(user-memories): add user memory extraction plugin— new plugin for extracting user memoriesfix(types): fix test imports and type annotations across packagesfix(github): use REST API in is_item_open to save GraphQL quotafeat(gptme-sessions): add per-tool-call timing and warning phrase detectiondocs(lessons): add progress-despite-blockers and stage-files-before-commitWhy
New agents created from this template will get the improved lessons and bug fixes. The browser-verification keyword precision fix is especially valuable — it was showing up as a marginally harmful lesson (LOO Δ=-0.096) due to overly broad matching on "browser tool".
Co-authored-by: Bob bob@superuserlabs.org