Continue 1.24.0 adds CLI OAuth for MCP, workflow files with tool permissions, token usage tracking, and directory context mentions.
$ git clone --branch @continuedev/[email protected] https://github.com/continuedev/continue.git # already have the repo? check out this version: $ git checkout @continuedev/[email protected]
- ›Adds
MentionFileInChatActionandMentionRepoMapInChatActioncontext actions, letting users reference files and repo maps directly from the IDE context-actions group. - ›Introduces workflow files for the CLI — supports parsing, serializing, and tool-permission declarations so agents can run with scoped tool access.
- ›Adds MCP OAuth support in the CLI via
mcp-remote, enabling authenticated MCP server connections from the terminal. - ›Adds token usage tracking to the OpenAI adapter, surfacing consumption data per request.
- ›Adds auto-accept agent edits setting so edit tools no longer require manual confirmation during agentic sessions.
+2 moreshow less
- ›Enables mentioning directories (and mixing directories with files) as context in chat.
- ›Adds session history navigation ('go back in history') in the CLI.