Skip to content

Conversation

@claycampbell
Copy link

@claycampbell claycampbell commented Mar 15, 2025

Context

Implementation

Screenshots

before after

How to Test

Get in Touch


Important

Rename project from Roo Code to Seawolf, updating all references, configurations, and documentation accordingly.

  • Project Renaming:
    • Rename project from Roo Code to Seawolf across all files and documentation.
    • Update README.md, package.json, and CHANGELOG.md to reflect the new name.
    • Change command prefixes from roo-cline to seawolf in registerCommands.ts and other command-related files.
  • Configuration and Constants:
    • Update package.json with new repository URL and author details.
    • Modify .eslintrc.json to adjust ignore patterns and rules for TypeScript files.
  • Code and Tests:
    • Replace RooIgnoreController with SeawolfIgnoreController in SeawolfIgnoreController.ts and related tests.
    • Update test cases in ShadowCheckpointService.test.ts and other test files to use Seawolf naming.
  • UI and Extensions:
    • Update UI components in ChatRow.tsx and ApiOptions.tsx to reflect the new name.
    • Adjust telemetry and API configurations in TelemetryService.ts and ApiOptions.tsx.

This description was created by Ellipsis for 4a421b5. It will automatically update as commits are pushed.

@changeset-bot
Copy link

changeset-bot bot commented Mar 15, 2025

⚠️ No Changeset found

Latest commit: 4a421b5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dosubot dosubot bot added the size:XXL This PR changes 1000+ lines, ignoring generated files. label Mar 15, 2025
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Mar 15, 2025
@claycampbell claycampbell deleted the Name_Change branch March 15, 2025 23:11
*/
export async function ensureRooDirectory(cwd: string): Promise<void> {
const rooDir = path.join(cwd, ".roo")
export async function ensureseawolfDirectory(cwd: string): Promise<void> {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider renaming the function ensureseawolfDirectory to ensureSeawolfDirectory to maintain standard camelCase naming conventions. This improves readability and consistency.


private constructor() {
this.client = new PostHog(process.env.POSTHOG_API_KEY || "", {
console.log("POSTHOG_API_KEY:", process.env.POSTHOG_API_KEY)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Avoid logging sensitive API keys in production. Logging POSTHOG_API_KEY can expose credentials. Consider removing or obfuscating this log statement.

Suggested change
console.log("POSTHOG_API_KEY:", process.env.POSTHOG_API_KEY)

browserToolEnabled: true,
telemetrySetting: "unset",
showRooIgnoredFiles: true, // Default to showing .rooignore'd files with lock symbol (current behavior)
showSeawolfIgnoredFiles: true, // Default to showing .rooignore'd files with lock symbol (current behavior)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The comment on line 143 still refers to '.rooignore'd files' while the variable name has been updated to 'showSeawolfIgnoredFiles'. For consistency and clarity, consider updating the comment to reflect the new naming if appropriate.

Suggested change
showSeawolfIgnoredFiles: true, // Default to showing .rooignore'd files with lock symbol (current behavior)
showSeawolfIgnoredFiles: true, // Default to showing Seawolf ignored files with lock symbol (current behavior)

@ellipsis-dev
Copy link
Contributor

ellipsis-dev bot commented Mar 15, 2025

The pull request involves a significant number of changes, with 85 files modified, 1414 lines added, and 2092 lines removed. The changes primarily focus on rebranding from 'Roo Code' to 'Seawolf'. Given the cohesive nature of these changes, it seems appropriate to keep them in a single pull request. However, if there are any unrelated changes that could be separated, please consider splitting them into separate pull requests for better manageability and reviewability. Thank you!

@claycampbell claycampbell restored the Name_Change branch March 15, 2025 23:16
teddyOOXX pushed a commit to teddyOOXX/Roo-Code that referenced this pull request Mar 28, 2025
* initialize class

* wip

* wip

* cleaning up

* update comment

* fire n forget error handling

* files added

* changeset

* duplicate path function

* cleanup

* Use special error type for when cline tries to access clineignore'd file

* Rename LLMFileAccessController to ClineIgnoreController

* Use better changeset

* Remove unnecessary file parsing

* Allow access to files outside cwd

* Use more efficient clineIgnoreExists

* Modify clineignore prompt

* Use LOCK_TEXT_SYMBOL

* Block commands attempting to access clineignored files

* Fix prompt responses

* fix tests; make sure .clineignore is ignored

* Fix clineignore prompt

* Fixes

---------

Co-authored-by: Saoud Rizwan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XXL This PR changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant