diff --git a/.github/actions/wait-for-netlify-preview/action.yml b/.github/actions/wait-for-netlify-preview/action.yml index 28e764f207..cee7bf96bc 100644 --- a/.github/actions/wait-for-netlify-preview/action.yml +++ b/.github/actions/wait-for-netlify-preview/action.yml @@ -11,7 +11,7 @@ runs: exit 0 fi - url="https://deploy-preview-${{ github.event.pull_request.number }}--hyprnote.netlify.app" + url="https://deploy-preview-${{ github.event.pull_request.number }}--char.netlify.app" echo "BASE_URL=$url" >> "$GITHUB_ENV" echo "Waiting for $url to be ready..." diff --git a/.github/workflows/devin_explore_issues.yaml b/.github/workflows/devin_explore_issues.yaml index fcdded5242..02bb694555 100644 --- a/.github/workflows/devin_explore_issues.yaml +++ b/.github/workflows/devin_explore_issues.yaml @@ -37,7 +37,7 @@ jobs: - Identify any related issues or PRs 3. **Comment on the Issue** - - Post a comment on the GitHub issue (fastrepl/hyprnote#{{ number }}) with your findings: + - Post a comment on the GitHub issue (fastrepl/char#{{ number }}) with your findings: * Which files and components are relevant * Any recent changes that may be related * Potential approaches or considerations for addressing the issue diff --git a/.github/workflows/devin_review_legal.yaml b/.github/workflows/devin_review_legal.yaml index 1bb3905c66..f2c30b04ba 100644 --- a/.github/workflows/devin_review_legal.yaml +++ b/.github/workflows/devin_review_legal.yaml @@ -20,7 +20,7 @@ jobs: ## Context Hyprnote is a privacy-focused AI meeting notes app. Legal compliance is critical. - Repository: fastrepl/hyprnote + Repository: fastrepl/char ## Your Task 1. **Analyze Product Changes (Last 30 Days)** diff --git a/.github/workflows/devin_triage_issues.yaml b/.github/workflows/devin_triage_issues.yaml index cfe1159bdc..658ff4b6ce 100644 --- a/.github/workflows/devin_triage_issues.yaml +++ b/.github/workflows/devin_triage_issues.yaml @@ -20,11 +20,11 @@ jobs: ## Context Hyprnote is a Tauri-based desktop app for AI meeting notes that prioritizes privacy. - Repository: fastrepl/hyprnote + Repository: fastrepl/char ## Your Task 1. **Fetch Open Issues** - - Use the GitHub API to list all open issues (not pull requests) in `fastrepl/hyprnote` + - Use the GitHub API to list all open issues (not pull requests) in `fastrepl/char` - For each issue, note the title, body, labels, and creation date 2. **Assess Each Issue Against the Codebase** diff --git a/.github/workflows/devin_update_docs.yaml b/.github/workflows/devin_update_docs.yaml index 6a62ef8206..d155a78b51 100644 --- a/.github/workflows/devin_update_docs.yaml +++ b/.github/workflows/devin_update_docs.yaml @@ -19,7 +19,7 @@ jobs: GH_TOKEN: ${{ github.token }} run: | PR_JSON=$(gh pr list \ - --repo fastrepl/hyprnote \ + --repo fastrepl/char \ --state open \ --author "app/devin-ai-integration" \ --search "docs" \ @@ -59,7 +59,7 @@ jobs: ## Context Hyprnote is a Tauri-based desktop app for AI meeting notes that prioritizes privacy. - Repository: fastrepl/hyprnote + Repository: fastrepl/char {% if has_existing_pr == "true" %} ## Stacked PR Instructions diff --git a/.github/workflows/devin_weekly_blog.yaml b/.github/workflows/devin_weekly_blog.yaml index 50d7596a02..10b6077ac8 100644 --- a/.github/workflows/devin_weekly_blog.yaml +++ b/.github/workflows/devin_weekly_blog.yaml @@ -20,7 +20,7 @@ jobs: ## Context Hyprnote is a Tauri-based desktop app for AI meeting notes that prioritizes privacy. - Repository: fastrepl/hyprnote + Repository: fastrepl/char ## Your Task 1. **Analyze Recent Changes** diff --git a/.github/workflows/web_ci.yaml b/.github/workflows/web_ci.yaml index a63b9c6938..6dc63ce4db 100644 --- a/.github/workflows/web_ci.yaml +++ b/.github/workflows/web_ci.yaml @@ -40,7 +40,7 @@ jobs: - uses: ./.github/actions/wait-for-netlify-preview if: github.event_name == 'pull_request' - if: github.event_name == 'push' && github.ref == 'refs/heads/main' - run: echo "BASE_URL=https://hyprnote.netlify.app" >> "$GITHUB_ENV" + run: echo "BASE_URL=https://char.netlify.app" >> "$GITHUB_ENV" - run: pnpm exec playwright install --with-deps chromium working-directory: apps/web - run: pnpm -F web test diff --git a/README.md b/README.md index 37677ba113..3334f34e3a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@
Hyprnote - The AI notepad for private meetings
@@ -23,12 +23,12 @@ You can also use it for taking notes for lectures or organizing your thoughts ## Installation ```bash -brew install --cask fastrepl/hyprnote/hyprnote@nightly +brew install --cask fastrepl/char/hyprnote@nightly ``` - [macOS](https://hyprnote.com/download) (public beta) -- [Windows](https://github.com/fastrepl/hyprnote/issues/66) (q1 2026) -- [Linux](https://github.com/fastrepl/hyprnote/issues/67) (q1 2026) +- [Windows](https://github.com/fastrepl/char/issues/66) (q1 2026) +- [Linux](https://github.com/fastrepl/char/issues/67) (q1 2026) ## Highlights @@ -72,7 +72,7 @@ Hyprnote plays nice with whatever stack you're running. Prefer a certain style? Choose from predefined templates like bullet points, agenda-based, or paragraph summary. Or create your own. -Check out our [template gallery](https://hyprnote.com/templates) and add your own [here](https://github.com/fastrepl/hyprnote/tree/main/apps/web/content/templates). +Check out our [template gallery](https://hyprnote.com/templates) and add your own [here](https://github.com/fastrepl/char/tree/main/apps/web/content/templates). ### AI Chat diff --git a/apps/desktop/flatpak/com.hyprnote.Hyprnote.metainfo.xml b/apps/desktop/flatpak/com.hyprnote.Hyprnote.metainfo.xml index a543934dd5..aa05075311 100644 --- a/apps/desktop/flatpak/com.hyprnote.Hyprnote.metainfo.xml +++ b/apps/desktop/flatpak/com.hyprnote.Hyprnote.metainfo.xml @@ -28,9 +28,9 @@- Track and qualify leads from GitHub activity on fastrepl/hyprnote + Track and qualify leads from GitHub activity on fastrepl/char
+
diff --git a/packages/agent-support/src/modal/sandbox.ts b/packages/agent-support/src/modal/sandbox.ts
index 9ca835e1a9..72a05e65d9 100644
--- a/packages/agent-support/src/modal/sandbox.ts
+++ b/packages/agent-support/src/modal/sandbox.ts
@@ -32,7 +32,7 @@ async function getAppAndImage(): Promise<{
"RUN npm install -g @anthropic-ai/claude-code",
"WORKDIR /app",
"RUN bun add stripe @supabase/supabase-js loops pg posthog-node",
- `RUN git clone --depth 1 https://github.com/fastrepl/hyprnote.git ${REPO_PATH}`,
+ `RUN git clone --depth 1 https://github.com/fastrepl/char.git ${REPO_PATH}`,
]);
return { app: cachedApp, image };
diff --git a/plugins/windows/src/events.rs b/plugins/windows/src/events.rs
index 5c78377a3c..b2028f794f 100644
--- a/plugins/windows/src/events.rs
+++ b/plugins/windows/src/events.rs
@@ -4,7 +4,7 @@ use tauri::Manager;
use crate::AppWindow;
-// TODO: https://github.com/fastrepl/hyprnote/commit/150c8a1 this not worked. webview_window not found.
+// TODO: https://github.com/fastrepl/char/commit/150c8a1 this not worked. webview_window not found.
pub fn on_window_event(window: &tauri::Window