Closed
Conversation
New features since 0.7.0: document_query_llm for agent_map, llm param for dedupe, session rename support, conversation_id in create_session. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
| @@ -9,7 +9,7 @@ futuresearch = { workspace = true } | |||
|
|
|||
| [project] | |||
| name = "futuresearch" | |||
There was a problem hiding this comment.
Bug: The version number was not updated in gemini-extension.json and .claude-plugin/marketplace.json, which will cause the test_version_consistency CI check to fail.
Severity: HIGH
Suggested Fix
Update the version field in both gemini-extension.json and .claude-plugin/marketplace.json from 0.7.0 to 0.8.0 to match the version specified in pyproject.toml.
Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.
Location: pyproject.toml#L11
Potential issue: The version number was updated to `0.8.0` in `pyproject.toml` but was
not updated in `gemini-extension.json` and `.claude-plugin/marketplace.json`, where it
remains `0.7.0`. An automated CI test, `test_version_consistency()`, explicitly checks
for version consistency across these files. Due to this mismatch, the test will fail
with an assertion error, blocking the CI/CD pipeline and preventing the pull request
from being merged.
Did we get this right? 👍 / 👎 to inform future reviews.
Contributor
|
We should make this change in delphos instead. It will be copied to this repo automatically. If we PR it here, the two repos will diverge, which we don't want. See delphos PR#5044 for an example. |
Contributor
Author
|
Closing — will PR this from delphos instead to avoid sync divergence. |
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
New features since 0.7.0:
document_query_llmparam foragent_map/agent_map_asyncllmparam fordedupe/dedupe_asyncsession_name+session_idtogether)conversation_idparam increate_sessionTest plan
v0.8.0to trigger PyPI publish🤖 Generated with Claude Code