v0.0.14: write-ready tables, faster navigation, MCP on by default#29
Merged
Conversation
What's new - Read and WRITE through tables. Annotation, name, comment, bookmark, function, and instruction-detail surfaces are now first-class tables. Mutations happen via plain UPDATE/DELETE - no one-off scalar helpers. - Faster next_head / prev_head navigation via ordered range pushdown on the heads table. - Welcome metadata now reports the strings count. - MCP server is enabled by default. Fixes - High-bit (64-bit) addresses route correctly. - MCP server starts only after the engine is fully ready. - Cleaner error messages on UPDATE failures. Migration - The retired scalar helpers each have a direct table-based equivalent. See README and prompts/idasql_agent.md for the full mapping.
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
next_head/prev_headnavigation via ordered range pushdown on theheadstable.IDASQL_WITH_MCP=ONis the new default.fastmcpp_core).The retired scalar helpers each have a direct table-based equivalent; see README and
prompts/idasql_agent.mdfor the migration map.