Skip to content

Assistant: Put getTableSummary tool behind an experimental feature flag #8627

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
9 changes: 8 additions & 1 deletion extensions/positron-assistant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,12 @@
"description": "%configuration.gitIntegration.description%",
"tags": ["experimental"]
},
"positron.assistant.getTableSummary.enable": {
"type": "boolean",
"default": false,
"description": "%configuration.getTableSummary.description%",
"tags": ["experimental"]
},
"positron.assistant.showTokenUsage.enable": {
"type": "boolean",
"default": false,
Expand Down Expand Up @@ -393,7 +399,8 @@
"tags": [
"positron-assistant",
"requires-session"
]
],
"when": "config.positron.assistant.getTableSummary.enable"
},
{
"name": "getProjectTree",
Expand Down
1 change: 1 addition & 0 deletions extensions/positron-assistant/package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
"configuration.streamingEdits.enable": "Enable streaming edits in inline editor chats.",
"configuration.inlineCompletionExcludes.description": "A list of [glob patterns](https://aka.ms/vscode-glob-patterns) to exclude from inline completions.",
"configuration.gitIntegration.description": "Enable Positron Assistant git integration.",
"configuration.getTableSummary.description": "Enable Positron Assistant get table summary tool.",
"configuration.showTokenUsage.description": "Show token usage in the chat view for supported providers for each message and response including prompts. Check with your provider for detailed usage."
}
Loading