Commit Graph

24 Commits

Author SHA1 Message Date
Nate
f9feab110c Replace community Discord links with GitHub Discussions
Discord links across docs, READMEs, GUI components, and issue templates
now point to https://github.com/continuedev/continue/discussions.
The Discord context provider (product feature) is left untouched.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 17:19:56 -08:00
Ting-Wai To
813781db94 fix: allow external repos to grab review scripts from continue repo 2025-10-22 15:26:13 -07:00
Nate Sesti
99f741eb88 Replace --config flag with --agent flag in Continue CLI command (#8283)
* Replace --config flag with --agent flag in Continue CLI command

* fix
2025-10-15 22:54:15 -07:00
Nate Sesti
82ad3527af Rename continue-config input to continue-agent and update CLI version to latest (#8279) 2025-10-15 22:39:23 -07:00
Nate Sesti
45ea0f2817 Refactor auth check to use actions/github-script for permission validation (#8275) 2025-10-15 22:27:25 -07:00
Nate Sesti
d819d2fc20 fix: remove extra spaces before EOF in heredoc delimiters (#8103)
* fix: remove extra spaces before EOF in heredoc delimiters

* fix: scripts
2025-10-05 22:33:45 -07:00
Brian Douglas
b64b7e8c02 fix: Simplify review bot, remove detailed review, keep general review only (#7976) 2025-09-26 09:42:53 -07:00
Nate Sesti
b12499cb0e feat: show remote sessions in cn ls (#7694)
* feat: /title slash command

* fix: /title slash command should be able to be submitted with text

* test: add tests for last commit's changes

* fix: EOF in action.yml

* feat: list remote sessions in cn ls and /resume

* feat: load more sessions and make them scrollable

* chore: format

* improv: debug script builds automatically for cli

* feat: load remote session

* fix: wrap entrypoint in function so it doesn't run at import-time

* feat: /diff and /apply slash commands for cn remote

* feat: full screen diff viewer

* feat: status message for /apply slash command

* Update extensions/cli/src/ui/UserInput.tsx

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>

* fix: remove console.logs

* Potential fix for code scanning alert no. 60: Uncontrolled command line

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

* Potential fix for code scanning alert no. 61: Uncontrolled command line

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

* fix: build.js

* feat: list remote sessions in history of extensions

* feat: open remote agents in browser

* chore: fix tests and lint

* fix: import Text

* fix: small bug

* fix: address feedback

* fix: adjust extension gui for compatibility with cli session history

* feat: load session history from remote

* feat: open remote session in browser

* fix: tests, linting, formatting

* fix: don't use any

* address nitpicks

---------

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-09-19 22:44:26 -07:00
Ting-Wai To
a180111789 fix: continue review indentation 2025-09-18 10:31:24 -07:00
Brian 'bdougie' Douglas
a4f3db0804 fix: Match working CLI syntax from contributor.info repo
- Pin CLI version to @continuedev/cli@1.4.30 (known working version)
- Use correct syntax: cn --config 'org/assistant' instead of --org/--config
- Use file-based prompt with @filename syntax for better handling
- Add --allow Bash flag to enable shell commands in reviews
- Increase timeout to 240 seconds (4 minutes) for complex reviews
- Remove timeout from version check to avoid false failures

These changes match the working implementation in bdougie/contributor.info
2025-08-29 11:57:44 -07:00
Brian 'bdougie' Douglas
6c8c6ca9d9 fix: Add timeout to CLI commands to prevent workflow hanging
- Add 10 second timeout for CLI version check
- Add 120 second timeout for main CLI execution
- Prevents workflows from timing out (10 minute GitHub Actions limit)
- Ensures graceful failure with fallback messages if CLI hangs
2025-08-29 11:51:58 -07:00
Brian 'bdougie' Douglas
a5de88907c fix: Prevent workflow failures by removing exit codes and improving error handling
- Replace all 'exit 1' statements with warnings and skip flags
- Add SKIP_CLI environment variable to control CLI execution
- Create fallback reviews immediately when prerequisites fail
- Wrap CLI execution in conditional checks
- Ensure workflows always complete successfully with informative messages

This prevents the 'Process completed with exit code 1' error and ensures
the workflows fail gracefully with helpful feedback instead of crashing.
2025-08-29 11:19:52 -07:00
Brian 'bdougie' Douglas
9b5508de4a fix: improve Continue review workflows error handling and CLI version
- Update Continue CLI from pinned v1.4.25 to latest version
- Add explicit validation for CONTINUE_API_KEY environment variable
- Improve error handling with fallback reviews when CLI fails
- Add better debugging output including CLI version check
- Capture CLI errors to separate log file for troubleshooting
- Ensure workflows fail gracefully with informative messages

This should resolve the repeated service initialization failures
and provide clearer feedback when configuration issues occur.
2025-08-28 10:52:56 -07:00
Tomasz Stefaniak
5361d5e33b fix: update sha 2025-08-15 14:26:22 -07:00
Tomasz Stefaniak
64bda6b2b3 fix: prevent review actions from running on draft PRs and deduplicate comments
- Add draft PR check to both general-review and detailed-review actions
- Add deduplication logic to filter identical comments (same path + position + body)
- Include triggered-by message in detailed review body when initiated from comment
- Remove redundant separate triggered-by comment
2025-08-15 14:25:26 -07:00
Tomasz Stefaniak
c7afc6674d chore: update SHA 2025-08-15 14:17:04 -07:00
Tomasz Stefaniak
f7c1140064 fix: deduplicate comments 2025-08-15 14:16:46 -07:00
Tomasz Stefaniak
fb3f37ff3d chore: update SHA 2025-08-15 14:06:50 -07:00
Tomasz Stefaniak
381ef1c2d1 fix: do not run on draft PRs 2025-08-15 14:05:00 -07:00
Tomasz Stefaniak
23d9260536 improv: add re-review instructions 2025-08-15 10:09:04 -07:00
Tomasz Stefaniak
d3b9fc7c51 fix: formatting 2025-08-15 09:55:19 -07:00
Tomasz Stefaniak
6f58e3c202 improv: use commit sha 2025-08-15 09:52:29 -07:00
Tomasz Stefaniak
17fe39cc4f fix: prompt 2025-08-15 09:44:28 -07:00
Tomasz Stefaniak
0e001d585d improv: organization 2025-08-15 09:40:42 -07:00