-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Open
Labels
area:slash-commandsRelates to the slash commands featureRelates to the slash commands featureide:vscodeRelates specifically to VS Code extensionRelates specifically to VS Code extensionkind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavioros:linuxHappening specifically on LinuxHappening specifically on Linux
Description
Before submitting your bug report
- I've tried using the "Ask AI" feature on the Continue docs site to see if the docs have an answer
- I'm not able to find a related conversation on GitHub discussions that reports the same bug
- I'm not able to find an open issue that reports the same bug
- I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS: CachyOS
- Continue version: 0.1.5 (prerelease. Also tried release)
- IDE version: vscodium 1.107.18627
- Model: n/a
- config:
OR link to agent in Continue hub:Description
"Page not found" errors when i try any / command (e.g. /config, /test)
To reproduce
- install fresh vscodium
- install continue extension
- go to continue and try /config
Expected: opens config
Actual: Page not found error
Log output
[2026-01-13 15:27:38,101] [DEBUG] ------ Begin Logs ------
[2026-01-13 15:27:38,824] [DEBUG] Downloading MeiliSearch with curl...
[2026-01-13 15:27:38,826] [CRITICAL] Exception caught from async task: Traceback (most recent call last):
File "server/continuedev/libs/util/create_async_task.py", line 21, in callback
File "asyncio/futures.py", line 201, in result
File "asyncio/tasks.py", line 232, in __step
File "server/continuedev/server/meilisearch_server.py", line 146, in start_meilisearch
File "server/continuedev/server/meilisearch_server.py", line 84, in ensure_meilisearch_installed
File "server/continuedev/server/meilisearch_server.py", line 46, in download_meilisearch
File "subprocess.py", line 526, in run
subprocess.CalledProcessError: Command 'curl -L https://install.meilisearch.com | sh' returned non-zero exit status 127.
[2026-01-13 15:27:38,826] [WARNING] Error starting MeiliSearch: Command 'curl -L https://install.meilisearch.com | sh' returned non-zero exit status 127.
[2026-01-13 15:27:40,046] [DEBUG] Accepted websocket connection from Address(host='127.0.0.1', port=50322)
[2026-01-13 15:27:40,064] [DEBUG] Received message while initializing workspaceDirectory
[2026-01-13 15:27:40,065] [DEBUG] Received message while initializing uniqueId
[2026-01-13 15:27:40,306] [DEBUG] New session: NoneMetadata
Metadata
Assignees
Labels
area:slash-commandsRelates to the slash commands featureRelates to the slash commands featureide:vscodeRelates specifically to VS Code extensionRelates specifically to VS Code extensionkind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavioros:linuxHappening specifically on LinuxHappening specifically on Linux
Type
Projects
Status
Todo