Continue 1.10.0 adds --prompt flag, env config section, Novita tool support, /info slash command, and resource monitoring.
$ 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]
$ continue --prompt 'Review the auth module for hardcoded credentials and summarize findings'
env: OPENAI_API_KEY: sk-... ANTHROPIC_API_KEY: sk-ant-...
- ›Adds
--promptflag to the CLI for passing a prompt directly at invocation. - ›Adds
envsection support inconfig.yaml, allowing environment variables to be declared in the config file. - ›Adds tool support for Novita provider models, enabling agentic tool calls through Novita-hosted LLMs.
- ›Adds
/infoslash command to the interactive interface. - ›Adds resource monitoring capability to track system resource usage.
+1 moreshow less
- ›Updates agent and plan mode system prompts to include apply-formatting instructions for more consistent edits.