Compare commits
15 Commits
8cb4c17dc1
...
v1.3.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
6a12a7a34d
|
|||
| 479652b69e | |||
| a72f2afaff | |||
|
e4288248b1
|
|||
| 1c45507cdf | |||
|
daedbfd865
|
|||
| 7093e58fe4 | |||
|
cab759ec61
|
|||
| e45a1a1c98 | |||
| edc863e020 | |||
| b006f571bf | |||
| ea3cc8b26c | |||
| 2bb541fba6 | |||
|
bebf1552a6
|
|||
| b3d79a82ef |
@@ -49,13 +49,13 @@ jobs:
|
|||||||
- name: Run Svelte Check
|
- name: Run Svelte Check
|
||||||
run: pnpm check
|
run: pnpm check
|
||||||
|
|
||||||
- name: Run frontend tests
|
- name: Run frontend tests with coverage
|
||||||
run: pnpm test
|
run: pnpm test:coverage
|
||||||
|
|
||||||
- name: Setup Rust
|
- name: Setup Rust
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
with:
|
with:
|
||||||
components: clippy
|
components: clippy, llvm-tools-preview
|
||||||
|
|
||||||
- name: Cache Rust dependencies
|
- name: Cache Rust dependencies
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
@@ -68,13 +68,16 @@ jobs:
|
|||||||
src-tauri/target/
|
src-tauri/target/
|
||||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||||
|
|
||||||
|
- name: Install cargo-llvm-cov
|
||||||
|
run: cargo install cargo-llvm-cov --locked
|
||||||
|
|
||||||
- name: Run Clippy
|
- name: Run Clippy
|
||||||
working-directory: src-tauri
|
working-directory: src-tauri
|
||||||
run: cargo clippy --all-targets --all-features -- -D warnings
|
run: cargo clippy --all-targets --all-features -- -D warnings
|
||||||
|
|
||||||
- name: Run Rust tests
|
- name: Run Rust tests with coverage
|
||||||
working-directory: src-tauri
|
working-directory: src-tauri
|
||||||
run: cargo test
|
run: cargo llvm-cov --fail-under-lines 50
|
||||||
|
|
||||||
build-linux:
|
build-linux:
|
||||||
name: Build Linux
|
name: Build Linux
|
||||||
|
|||||||
@@ -8,3 +8,6 @@ node_modules
|
|||||||
!.env.example
|
!.env.example
|
||||||
vite.config.js.timestamp-*
|
vite.config.js.timestamp-*
|
||||||
vite.config.ts.timestamp-*
|
vite.config.ts.timestamp-*
|
||||||
|
|
||||||
|
# Coverage reports
|
||||||
|
/coverage
|
||||||
|
|||||||
@@ -1 +1,29 @@
|
|||||||
tem
|
# hikari-desktop
|
||||||
|
|
||||||
|
Desktop companion application featuring Hikari.
|
||||||
|
|
||||||
|
## Live Version
|
||||||
|
|
||||||
|
This page is currently deployed. [View the live website.](https://git.nhcarrigan.com/nhcarrigan/hikari-desktop/releases)
|
||||||
|
|
||||||
|
## Feedback and Bugs
|
||||||
|
|
||||||
|
If you have feedback or a bug report, please [log a ticket on our forum](https://support.nhcarrigan.com).
|
||||||
|
|
||||||
|
## Contributing
|
||||||
|
|
||||||
|
If you would like to contribute to the project, you may create a Pull Request containing your proposed changes and we will review it as soon as we are able! Please review our [contributing guidelines](CONTRIBUTING.md) first.
|
||||||
|
|
||||||
|
## Code of Conduct
|
||||||
|
|
||||||
|
Before interacting with our community, please read our [Code of Conduct](CODE_OF_CONDUCT.md).
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
This software is licensed under our [global software license](https://docs.nhcarrigan.com/#/license).
|
||||||
|
|
||||||
|
Copyright held by Naomi Carrigan.
|
||||||
|
|
||||||
|
## Contact
|
||||||
|
|
||||||
|
We may be contacted through our [Chat Server](http://chat.nhcarrigan.com) or via email at `contact@nhcarrigan.com`
|
||||||
|
|||||||
@@ -1,74 +0,0 @@
|
|||||||
# Hikari Desktop v0.3.0 Release Notes
|
|
||||||
|
|
||||||
## New Features
|
|
||||||
|
|
||||||
### AskUserQuestion Tool Support (#51)
|
|
||||||
|
|
||||||
- Claude can now ask you questions with multiple choice options during conversations
|
|
||||||
- A dedicated modal appears with answer choices and support for custom responses
|
|
||||||
- Answers are seamlessly integrated back into the conversation context
|
|
||||||
|
|
||||||
### Slash Commands
|
|
||||||
|
|
||||||
- `/cd <path>` - Change the working directory while preserving conversation context (#55)
|
|
||||||
- `/search <query>` - Search and highlight matches within the conversation (#32)
|
|
||||||
- `/skill <name> [data]` - Invoke Claude Code skills from `~/.claude/skills/` (#57)
|
|
||||||
- `/new`, `/clear`, `/rename`, `/help` commands for conversation management (#6)
|
|
||||||
|
|
||||||
### Auto-Update Checker (#17)
|
|
||||||
|
|
||||||
- Automatically checks for new releases on startup
|
|
||||||
- Notification appears when a newer version is available
|
|
||||||
- Can be disabled in settings
|
|
||||||
|
|
||||||
### Font Size & Zoom (#19)
|
|
||||||
|
|
||||||
- Adjust font size with keyboard shortcuts: `Ctrl++`, `Ctrl+-`, `Ctrl+0`
|
|
||||||
- Font size slider in settings (10-24px range)
|
|
||||||
- Preference persists between sessions
|
|
||||||
|
|
||||||
### Resizable Character Panel (#10)
|
|
||||||
|
|
||||||
- Drag the divider between the character panel and terminal to resize
|
|
||||||
- Panel width is saved and restored on app restart
|
|
||||||
- Sprite now uses full height for better proportions
|
|
||||||
|
|
||||||
### Input History Navigation (#13)
|
|
||||||
|
|
||||||
- Use up/down arrows to navigate through previous messages and commands
|
|
||||||
- Arrow keys only navigate history when input is empty - otherwise they move the cursor (#58)
|
|
||||||
|
|
||||||
### Keyboard Shortcuts (#21)
|
|
||||||
|
|
||||||
- `Ctrl+N` - New conversation
|
|
||||||
- `Ctrl+W` - Close current tab
|
|
||||||
- `Ctrl+Tab` / `Ctrl+Shift+Tab` - Switch between tabs
|
|
||||||
- `Ctrl+L` - Clear conversation
|
|
||||||
- `Ctrl+,` - Open settings
|
|
||||||
|
|
||||||
### Always On Top Toggle (#28)
|
|
||||||
|
|
||||||
- Pin the window to stay above other applications
|
|
||||||
- Toggle in settings
|
|
||||||
|
|
||||||
## Improvements
|
|
||||||
|
|
||||||
### UI/UX
|
|
||||||
|
|
||||||
- Resizable chat input with drag handle (expands upward)
|
|
||||||
- Send button properly aligned with input field
|
|
||||||
- Markdown rendering with syntax-highlighted code blocks (#31, #33)
|
|
||||||
- Light mode text colors improved for better readability
|
|
||||||
- Scroll position persists per conversation tab when switching
|
|
||||||
- Confirmation modal when closing connected tabs
|
|
||||||
- Links in chat now open in default browser (#54)
|
|
||||||
- Spaces allowed when renaming tabs (#52)
|
|
||||||
|
|
||||||
### State Management
|
|
||||||
|
|
||||||
- Stats (tokens, cost) persist across session changes and only reset on disconnect (#59)
|
|
||||||
- Multiple tabs can now request permissions simultaneously without conflicts
|
|
||||||
|
|
||||||
## Closed Issues
|
|
||||||
|
|
||||||
#6, #10, #13, #17, #19, #21, #28, #31, #32, #33, #51, #52, #54, #55, #57, #58, #59
|
|
||||||
@@ -27,6 +27,6 @@ export default tseslint.config(
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
ignores: ["build/", ".svelte-kit/", "dist/", "src-tauri/target/", "node_modules/"],
|
ignores: ["build/", ".svelte-kit/", "dist/", "src-tauri/target/", "node_modules/", "coverage/"],
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "hikari-desktop",
|
"name": "hikari-desktop",
|
||||||
"version": "0.3.0",
|
"version": "1.3.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -16,6 +16,10 @@
|
|||||||
"test": "vitest run",
|
"test": "vitest run",
|
||||||
"test:watch": "vitest",
|
"test:watch": "vitest",
|
||||||
"test:coverage": "vitest run --coverage",
|
"test:coverage": "vitest run --coverage",
|
||||||
|
"test:backend": "cd src-tauri && cargo test",
|
||||||
|
"test:backend:coverage": "cd src-tauri && cargo llvm-cov --text",
|
||||||
|
"test:all": "pnpm test && pnpm test:backend",
|
||||||
|
"coverage:all": "pnpm test:coverage && pnpm test:backend:coverage",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"lint:fix": "eslint . --fix",
|
"lint:fix": "eslint . --fix",
|
||||||
"format": "prettier --write .",
|
"format": "prettier --write .",
|
||||||
@@ -23,6 +27,32 @@
|
|||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@codemirror/commands": "6.8.1",
|
||||||
|
"@codemirror/lang-angular": "^0.1.4",
|
||||||
|
"@codemirror/lang-cpp": "^6.0.3",
|
||||||
|
"@codemirror/lang-css": "^6.3.1",
|
||||||
|
"@codemirror/lang-go": "^6.0.1",
|
||||||
|
"@codemirror/lang-html": "^6.4.11",
|
||||||
|
"@codemirror/lang-java": "^6.0.2",
|
||||||
|
"@codemirror/lang-javascript": "^6.2.4",
|
||||||
|
"@codemirror/lang-json": "^6.0.2",
|
||||||
|
"@codemirror/lang-less": "^6.0.2",
|
||||||
|
"@codemirror/lang-markdown": "^6.5.0",
|
||||||
|
"@codemirror/lang-php": "^6.0.2",
|
||||||
|
"@codemirror/lang-python": "^6.2.1",
|
||||||
|
"@codemirror/lang-rust": "^6.0.2",
|
||||||
|
"@codemirror/lang-sass": "^6.0.2",
|
||||||
|
"@codemirror/lang-sql": "^6.10.0",
|
||||||
|
"@codemirror/lang-vue": "^0.1.3",
|
||||||
|
"@codemirror/lang-wast": "^6.0.2",
|
||||||
|
"@codemirror/lang-xml": "^6.1.0",
|
||||||
|
"@codemirror/lang-yaml": "^6.1.2",
|
||||||
|
"@codemirror/language": "^6.12.1",
|
||||||
|
"@codemirror/legacy-modes": "^6.5.2",
|
||||||
|
"@codemirror/state": "^6.5.4",
|
||||||
|
"@codemirror/theme-one-dark": "^6.1.3",
|
||||||
|
"@codemirror/view": "^6.39.11",
|
||||||
|
"@lezer/highlight": "^1.2.3",
|
||||||
"@tauri-apps/api": "^2",
|
"@tauri-apps/api": "^2",
|
||||||
"@tauri-apps/plugin-clipboard-manager": "^2.3.2",
|
"@tauri-apps/plugin-clipboard-manager": "^2.3.2",
|
||||||
"@tauri-apps/plugin-dialog": "^2",
|
"@tauri-apps/plugin-dialog": "^2",
|
||||||
@@ -32,6 +62,7 @@
|
|||||||
"@tauri-apps/plugin-os": "^2",
|
"@tauri-apps/plugin-os": "^2",
|
||||||
"@tauri-apps/plugin-shell": "^2.3.4",
|
"@tauri-apps/plugin-shell": "^2.3.4",
|
||||||
"@tauri-apps/plugin-store": "^2",
|
"@tauri-apps/plugin-store": "^2",
|
||||||
|
"codemirror": "^6.0.2",
|
||||||
"highlight.js": "^11.11.1",
|
"highlight.js": "^11.11.1",
|
||||||
"marked": "^17.0.1"
|
"marked": "^17.0.1"
|
||||||
},
|
},
|
||||||
@@ -44,6 +75,7 @@
|
|||||||
"@tauri-apps/cli": "^2",
|
"@tauri-apps/cli": "^2",
|
||||||
"@testing-library/jest-dom": "^6.9.1",
|
"@testing-library/jest-dom": "^6.9.1",
|
||||||
"@testing-library/svelte": "^5.3.1",
|
"@testing-library/svelte": "^5.3.1",
|
||||||
|
"@vitest/coverage-v8": "^4.0.18",
|
||||||
"eslint": "^9.39.2",
|
"eslint": "^9.39.2",
|
||||||
"eslint-config-prettier": "^10.1.8",
|
"eslint-config-prettier": "^10.1.8",
|
||||||
"eslint-plugin-svelte": "^3.14.0",
|
"eslint-plugin-svelte": "^3.14.0",
|
||||||
|
|||||||
@@ -8,6 +8,84 @@ importers:
|
|||||||
|
|
||||||
.:
|
.:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
'@codemirror/commands':
|
||||||
|
specifier: 6.8.1
|
||||||
|
version: 6.8.1
|
||||||
|
'@codemirror/lang-angular':
|
||||||
|
specifier: ^0.1.4
|
||||||
|
version: 0.1.4
|
||||||
|
'@codemirror/lang-cpp':
|
||||||
|
specifier: ^6.0.3
|
||||||
|
version: 6.0.3
|
||||||
|
'@codemirror/lang-css':
|
||||||
|
specifier: ^6.3.1
|
||||||
|
version: 6.3.1
|
||||||
|
'@codemirror/lang-go':
|
||||||
|
specifier: ^6.0.1
|
||||||
|
version: 6.0.1
|
||||||
|
'@codemirror/lang-html':
|
||||||
|
specifier: ^6.4.11
|
||||||
|
version: 6.4.11
|
||||||
|
'@codemirror/lang-java':
|
||||||
|
specifier: ^6.0.2
|
||||||
|
version: 6.0.2
|
||||||
|
'@codemirror/lang-javascript':
|
||||||
|
specifier: ^6.2.4
|
||||||
|
version: 6.2.4
|
||||||
|
'@codemirror/lang-json':
|
||||||
|
specifier: ^6.0.2
|
||||||
|
version: 6.0.2
|
||||||
|
'@codemirror/lang-less':
|
||||||
|
specifier: ^6.0.2
|
||||||
|
version: 6.0.2
|
||||||
|
'@codemirror/lang-markdown':
|
||||||
|
specifier: ^6.5.0
|
||||||
|
version: 6.5.0
|
||||||
|
'@codemirror/lang-php':
|
||||||
|
specifier: ^6.0.2
|
||||||
|
version: 6.0.2
|
||||||
|
'@codemirror/lang-python':
|
||||||
|
specifier: ^6.2.1
|
||||||
|
version: 6.2.1
|
||||||
|
'@codemirror/lang-rust':
|
||||||
|
specifier: ^6.0.2
|
||||||
|
version: 6.0.2
|
||||||
|
'@codemirror/lang-sass':
|
||||||
|
specifier: ^6.0.2
|
||||||
|
version: 6.0.2
|
||||||
|
'@codemirror/lang-sql':
|
||||||
|
specifier: ^6.10.0
|
||||||
|
version: 6.10.0
|
||||||
|
'@codemirror/lang-vue':
|
||||||
|
specifier: ^0.1.3
|
||||||
|
version: 0.1.3
|
||||||
|
'@codemirror/lang-wast':
|
||||||
|
specifier: ^6.0.2
|
||||||
|
version: 6.0.2
|
||||||
|
'@codemirror/lang-xml':
|
||||||
|
specifier: ^6.1.0
|
||||||
|
version: 6.1.0
|
||||||
|
'@codemirror/lang-yaml':
|
||||||
|
specifier: ^6.1.2
|
||||||
|
version: 6.1.2
|
||||||
|
'@codemirror/language':
|
||||||
|
specifier: ^6.12.1
|
||||||
|
version: 6.12.1
|
||||||
|
'@codemirror/legacy-modes':
|
||||||
|
specifier: ^6.5.2
|
||||||
|
version: 6.5.2
|
||||||
|
'@codemirror/state':
|
||||||
|
specifier: ^6.5.4
|
||||||
|
version: 6.5.4
|
||||||
|
'@codemirror/theme-one-dark':
|
||||||
|
specifier: ^6.1.3
|
||||||
|
version: 6.1.3
|
||||||
|
'@codemirror/view':
|
||||||
|
specifier: ^6.39.11
|
||||||
|
version: 6.39.11
|
||||||
|
'@lezer/highlight':
|
||||||
|
specifier: ^1.2.3
|
||||||
|
version: 1.2.3
|
||||||
'@tauri-apps/api':
|
'@tauri-apps/api':
|
||||||
specifier: ^2
|
specifier: ^2
|
||||||
version: 2.9.1
|
version: 2.9.1
|
||||||
@@ -35,6 +113,9 @@ importers:
|
|||||||
'@tauri-apps/plugin-store':
|
'@tauri-apps/plugin-store':
|
||||||
specifier: ^2
|
specifier: ^2
|
||||||
version: 2.4.2
|
version: 2.4.2
|
||||||
|
codemirror:
|
||||||
|
specifier: ^6.0.2
|
||||||
|
version: 6.0.2
|
||||||
highlight.js:
|
highlight.js:
|
||||||
specifier: ^11.11.1
|
specifier: ^11.11.1
|
||||||
version: 11.11.1
|
version: 11.11.1
|
||||||
@@ -66,6 +147,9 @@ importers:
|
|||||||
'@testing-library/svelte':
|
'@testing-library/svelte':
|
||||||
specifier: ^5.3.1
|
specifier: ^5.3.1
|
||||||
version: 5.3.1(svelte@5.46.3)(vite@6.4.1(jiti@2.6.1)(lightningcss@1.30.2))(vitest@4.0.17(jiti@2.6.1)(jsdom@27.4.0)(lightningcss@1.30.2))
|
version: 5.3.1(svelte@5.46.3)(vite@6.4.1(jiti@2.6.1)(lightningcss@1.30.2))(vitest@4.0.17(jiti@2.6.1)(jsdom@27.4.0)(lightningcss@1.30.2))
|
||||||
|
'@vitest/coverage-v8':
|
||||||
|
specifier: ^4.0.18
|
||||||
|
version: 4.0.18(vitest@4.0.17(jiti@2.6.1)(jsdom@27.4.0)(lightningcss@1.30.2))
|
||||||
eslint:
|
eslint:
|
||||||
specifier: ^9.39.2
|
specifier: ^9.39.2
|
||||||
version: 9.39.2(jiti@2.6.1)
|
version: 9.39.2(jiti@2.6.1)
|
||||||
@@ -130,14 +214,115 @@ packages:
|
|||||||
resolution: {integrity: sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q==}
|
resolution: {integrity: sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
|
|
||||||
|
'@babel/helper-string-parser@7.27.1':
|
||||||
|
resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
|
||||||
|
engines: {node: '>=6.9.0'}
|
||||||
|
|
||||||
'@babel/helper-validator-identifier@7.28.5':
|
'@babel/helper-validator-identifier@7.28.5':
|
||||||
resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==}
|
resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
|
|
||||||
|
'@babel/parser@7.28.6':
|
||||||
|
resolution: {integrity: sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==}
|
||||||
|
engines: {node: '>=6.0.0'}
|
||||||
|
hasBin: true
|
||||||
|
|
||||||
'@babel/runtime@7.28.6':
|
'@babel/runtime@7.28.6':
|
||||||
resolution: {integrity: sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==}
|
resolution: {integrity: sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
|
|
||||||
|
'@babel/types@7.28.6':
|
||||||
|
resolution: {integrity: sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==}
|
||||||
|
engines: {node: '>=6.9.0'}
|
||||||
|
|
||||||
|
'@bcoe/v8-coverage@1.0.2':
|
||||||
|
resolution: {integrity: sha512-6zABk/ECA/QYSCQ1NGiVwwbQerUCZ+TQbp64Q3AgmfNvurHH0j8TtXa1qbShXA6qqkpAj4V5W8pP6mLe1mcMqA==}
|
||||||
|
engines: {node: '>=18'}
|
||||||
|
|
||||||
|
'@codemirror/autocomplete@6.20.0':
|
||||||
|
resolution: {integrity: sha512-bOwvTOIJcG5FVo5gUUupiwYh8MioPLQ4UcqbcRf7UQ98X90tCa9E1kZ3Z7tqwpZxYyOvh1YTYbmZE9RTfTp5hg==}
|
||||||
|
|
||||||
|
'@codemirror/commands@6.8.1':
|
||||||
|
resolution: {integrity: sha512-KlGVYufHMQzxbdQONiLyGQDUW0itrLZwq3CcY7xpv9ZLRHqzkBSoteocBHtMCoY7/Ci4xhzSrToIeLg7FxHuaw==}
|
||||||
|
|
||||||
|
'@codemirror/lang-angular@0.1.4':
|
||||||
|
resolution: {integrity: sha512-oap+gsltb/fzdlTQWD6BFF4bSLKcDnlxDsLdePiJpCVNKWXSTAbiiQeYI3UmES+BLAdkmIC1WjyztC1pi/bX4g==}
|
||||||
|
|
||||||
|
'@codemirror/lang-cpp@6.0.3':
|
||||||
|
resolution: {integrity: sha512-URM26M3vunFFn9/sm6rzqrBzDgfWuDixp85uTY49wKudToc2jTHUrKIGGKs+QWND+YLofNNZpxcNGRynFJfvgA==}
|
||||||
|
|
||||||
|
'@codemirror/lang-css@6.3.1':
|
||||||
|
resolution: {integrity: sha512-kr5fwBGiGtmz6l0LSJIbno9QrifNMUusivHbnA1H6Dmqy4HZFte3UAICix1VuKo0lMPKQr2rqB+0BkKi/S3Ejg==}
|
||||||
|
|
||||||
|
'@codemirror/lang-go@6.0.1':
|
||||||
|
resolution: {integrity: sha512-7fNvbyNylvqCphW9HD6WFnRpcDjr+KXX/FgqXy5H5ZS0eC5edDljukm/yNgYkwTsgp2busdod50AOTIy6Jikfg==}
|
||||||
|
|
||||||
|
'@codemirror/lang-html@6.4.11':
|
||||||
|
resolution: {integrity: sha512-9NsXp7Nwp891pQchI7gPdTwBuSuT3K65NGTHWHNJ55HjYcHLllr0rbIZNdOzas9ztc1EUVBlHou85FFZS4BNnw==}
|
||||||
|
|
||||||
|
'@codemirror/lang-java@6.0.2':
|
||||||
|
resolution: {integrity: sha512-m5Nt1mQ/cznJY7tMfQTJchmrjdjQ71IDs+55d1GAa8DGaB8JXWsVCkVT284C3RTASaY43YknrK2X3hPO/J3MOQ==}
|
||||||
|
|
||||||
|
'@codemirror/lang-javascript@6.2.4':
|
||||||
|
resolution: {integrity: sha512-0WVmhp1QOqZ4Rt6GlVGwKJN3KW7Xh4H2q8ZZNGZaP6lRdxXJzmjm4FqvmOojVj6khWJHIb9sp7U/72W7xQgqAA==}
|
||||||
|
|
||||||
|
'@codemirror/lang-json@6.0.2':
|
||||||
|
resolution: {integrity: sha512-x2OtO+AvwEHrEwR0FyyPtfDUiloG3rnVTSZV1W8UteaLL8/MajQd8DpvUb2YVzC+/T18aSDv0H9mu+xw0EStoQ==}
|
||||||
|
|
||||||
|
'@codemirror/lang-less@6.0.2':
|
||||||
|
resolution: {integrity: sha512-EYdQTG22V+KUUk8Qq582g7FMnCZeEHsyuOJisHRft/mQ+ZSZ2w51NupvDUHiqtsOy7It5cHLPGfHQLpMh9bqpQ==}
|
||||||
|
|
||||||
|
'@codemirror/lang-markdown@6.5.0':
|
||||||
|
resolution: {integrity: sha512-0K40bZ35jpHya6FriukbgaleaqzBLZfOh7HuzqbMxBXkbYMJDxfF39c23xOgxFezR+3G+tR2/Mup+Xk865OMvw==}
|
||||||
|
|
||||||
|
'@codemirror/lang-php@6.0.2':
|
||||||
|
resolution: {integrity: sha512-ZKy2v1n8Fc8oEXj0Th0PUMXzQJ0AIR6TaZU+PbDHExFwdu+guzOA4jmCHS1Nz4vbFezwD7LyBdDnddSJeScMCA==}
|
||||||
|
|
||||||
|
'@codemirror/lang-python@6.2.1':
|
||||||
|
resolution: {integrity: sha512-IRjC8RUBhn9mGR9ywecNhB51yePWCGgvHfY1lWN/Mrp3cKuHr0isDKia+9HnvhiWNnMpbGhWrkhuWOc09exRyw==}
|
||||||
|
|
||||||
|
'@codemirror/lang-rust@6.0.2':
|
||||||
|
resolution: {integrity: sha512-EZaGjCUegtiU7kSMvOfEZpaCReowEf3yNidYu7+vfuGTm9ow4mthAparY5hisJqOHmJowVH3Upu+eJlUji6qqA==}
|
||||||
|
|
||||||
|
'@codemirror/lang-sass@6.0.2':
|
||||||
|
resolution: {integrity: sha512-l/bdzIABvnTo1nzdY6U+kPAC51czYQcOErfzQ9zSm9D8GmNPD0WTW8st/CJwBTPLO8jlrbyvlSEcN20dc4iL0Q==}
|
||||||
|
|
||||||
|
'@codemirror/lang-sql@6.10.0':
|
||||||
|
resolution: {integrity: sha512-6ayPkEd/yRw0XKBx5uAiToSgGECo/GY2NoJIHXIIQh1EVwLuKoU8BP/qK0qH5NLXAbtJRLuT73hx7P9X34iO4w==}
|
||||||
|
|
||||||
|
'@codemirror/lang-vue@0.1.3':
|
||||||
|
resolution: {integrity: sha512-QSKdtYTDRhEHCfo5zOShzxCmqKJvgGrZwDQSdbvCRJ5pRLWBS7pD/8e/tH44aVQT6FKm0t6RVNoSUWHOI5vNug==}
|
||||||
|
|
||||||
|
'@codemirror/lang-wast@6.0.2':
|
||||||
|
resolution: {integrity: sha512-Imi2KTpVGm7TKuUkqyJ5NRmeFWF7aMpNiwHnLQe0x9kmrxElndyH0K6H/gXtWwY6UshMRAhpENsgfpSwsgmC6Q==}
|
||||||
|
|
||||||
|
'@codemirror/lang-xml@6.1.0':
|
||||||
|
resolution: {integrity: sha512-3z0blhicHLfwi2UgkZYRPioSgVTo9PV5GP5ducFH6FaHy0IAJRg+ixj5gTR1gnT/glAIC8xv4w2VL1LoZfs+Jg==}
|
||||||
|
|
||||||
|
'@codemirror/lang-yaml@6.1.2':
|
||||||
|
resolution: {integrity: sha512-dxrfG8w5Ce/QbT7YID7mWZFKhdhsaTNOYjOkSIMt1qmC4VQnXSDSYVHHHn8k6kJUfIhtLo8t1JJgltlxWdsITw==}
|
||||||
|
|
||||||
|
'@codemirror/language@6.12.1':
|
||||||
|
resolution: {integrity: sha512-Fa6xkSiuGKc8XC8Cn96T+TQHYj4ZZ7RdFmXA3i9xe/3hLHfwPZdM+dqfX0Cp0zQklBKhVD8Yzc8LS45rkqcwpQ==}
|
||||||
|
|
||||||
|
'@codemirror/legacy-modes@6.5.2':
|
||||||
|
resolution: {integrity: sha512-/jJbwSTazlQEDOQw2FJ8LEEKVS72pU0lx6oM54kGpL8t/NJ2Jda3CZ4pcltiKTdqYSRk3ug1B3pil1gsjA6+8Q==}
|
||||||
|
|
||||||
|
'@codemirror/lint@6.9.3':
|
||||||
|
resolution: {integrity: sha512-y3YkYhdnhjDBAe0VIA0c4wVoFOvnp8CnAvfLqi0TqotIv92wIlAAP7HELOpLBsKwjAX6W92rSflA6an/2zBvXw==}
|
||||||
|
|
||||||
|
'@codemirror/search@6.6.0':
|
||||||
|
resolution: {integrity: sha512-koFuNXcDvyyotWcgOnZGmY7LZqEOXZaaxD/j6n18TCLx2/9HieZJ5H6hs1g8FiRxBD0DNfs0nXn17g872RmYdw==}
|
||||||
|
|
||||||
|
'@codemirror/state@6.5.4':
|
||||||
|
resolution: {integrity: sha512-8y7xqG/hpB53l25CIoit9/ngxdfoG+fx+V3SHBrinnhOtLvKHRyAJJuHzkWrR4YXXLX8eXBsejgAAxHUOdW1yw==}
|
||||||
|
|
||||||
|
'@codemirror/theme-one-dark@6.1.3':
|
||||||
|
resolution: {integrity: sha512-NzBdIvEJmx6fjeremiGp3t/okrLPYT0d9orIc7AFun8oZcRk58aejkqhv6spnz4MLAevrKNPMQYXEWMg4s+sKA==}
|
||||||
|
|
||||||
|
'@codemirror/view@6.39.11':
|
||||||
|
resolution: {integrity: sha512-bWdeR8gWM87l4DB/kYSF9A+dVackzDb/V56Tq7QVrQ7rn86W0rgZFtlL3g3pem6AeGcb9NQNoy3ao4WpW4h5tQ==}
|
||||||
|
|
||||||
'@csstools/color-helpers@5.1.0':
|
'@csstools/color-helpers@5.1.0':
|
||||||
resolution: {integrity: sha512-S11EXWJyy0Mz5SYvRmY8nJYTFFd1LCNV+7cXyAgQtOOuzb4EsgfqDufL+9esx72/eLhsRdGZwaldu/h+E4t4BA==}
|
resolution: {integrity: sha512-S11EXWJyy0Mz5SYvRmY8nJYTFFd1LCNV+7cXyAgQtOOuzb4EsgfqDufL+9esx72/eLhsRdGZwaldu/h+E4t4BA==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
@@ -405,6 +590,60 @@ packages:
|
|||||||
'@jridgewell/trace-mapping@0.3.31':
|
'@jridgewell/trace-mapping@0.3.31':
|
||||||
resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
|
resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
|
||||||
|
|
||||||
|
'@lezer/common@1.5.0':
|
||||||
|
resolution: {integrity: sha512-PNGcolp9hr4PJdXR4ix7XtixDrClScvtSCYW3rQG106oVMOOI+jFb+0+J3mbeL/53g1Zd6s0kJzaw6Ri68GmAA==}
|
||||||
|
|
||||||
|
'@lezer/cpp@1.1.5':
|
||||||
|
resolution: {integrity: sha512-DIhSXmYtJKLehrjzDFN+2cPt547ySQ41nA8yqcDf/GxMc+YM736xqltFkvADL2M0VebU5I+3+4ks2Vv+Kyq3Aw==}
|
||||||
|
|
||||||
|
'@lezer/css@1.3.0':
|
||||||
|
resolution: {integrity: sha512-pBL7hup88KbI7hXnZV3PQsn43DHy6TWyzuyk2AO9UyoXcDltvIdqWKE1dLL/45JVZ+YZkHe1WVHqO6wugZZWcw==}
|
||||||
|
|
||||||
|
'@lezer/go@1.0.1':
|
||||||
|
resolution: {integrity: sha512-xToRsYxwsgJNHTgNdStpcvmbVuKxTapV0dM0wey1geMMRc9aggoVyKgzYp41D2/vVOx+Ii4hmE206kvxIXBVXQ==}
|
||||||
|
|
||||||
|
'@lezer/highlight@1.2.3':
|
||||||
|
resolution: {integrity: sha512-qXdH7UqTvGfdVBINrgKhDsVTJTxactNNxLk7+UMwZhU13lMHaOBlJe9Vqp907ya56Y3+ed2tlqzys7jDkTmW0g==}
|
||||||
|
|
||||||
|
'@lezer/html@1.3.13':
|
||||||
|
resolution: {integrity: sha512-oI7n6NJml729m7pjm9lvLvmXbdoMoi2f+1pwSDJkl9d68zGr7a9Btz8NdHTGQZtW2DA25ybeuv/SyDb9D5tseg==}
|
||||||
|
|
||||||
|
'@lezer/java@1.1.3':
|
||||||
|
resolution: {integrity: sha512-yHquUfujwg6Yu4Fd1GNHCvidIvJwi/1Xu2DaKl/pfWIA2c1oXkVvawH3NyXhCaFx4OdlYBVX5wvz2f7Aoa/4Xw==}
|
||||||
|
|
||||||
|
'@lezer/javascript@1.5.4':
|
||||||
|
resolution: {integrity: sha512-vvYx3MhWqeZtGPwDStM2dwgljd5smolYD2lR2UyFcHfxbBQebqx8yjmFmxtJ/E6nN6u1D9srOiVWm3Rb4tmcUA==}
|
||||||
|
|
||||||
|
'@lezer/json@1.0.3':
|
||||||
|
resolution: {integrity: sha512-BP9KzdF9Y35PDpv04r0VeSTKDeox5vVr3efE7eBbx3r4s3oNLfunchejZhjArmeieBH+nVOpgIiBJpEAv8ilqQ==}
|
||||||
|
|
||||||
|
'@lezer/lr@1.4.8':
|
||||||
|
resolution: {integrity: sha512-bPWa0Pgx69ylNlMlPvBPryqeLYQjyJjqPx+Aupm5zydLIF3NE+6MMLT8Yi23Bd9cif9VS00aUebn+6fDIGBcDA==}
|
||||||
|
|
||||||
|
'@lezer/markdown@1.6.3':
|
||||||
|
resolution: {integrity: sha512-jpGm5Ps+XErS+xA4urw7ogEGkeZOahVQF21Z6oECF0sj+2liwZopd2+I8uH5I/vZsRuuze3OxBREIANLf6KKUw==}
|
||||||
|
|
||||||
|
'@lezer/php@1.0.5':
|
||||||
|
resolution: {integrity: sha512-W7asp9DhM6q0W6DYNwIkLSKOvxlXRrif+UXBMxzsJUuqmhE7oVU+gS3THO4S/Puh7Xzgm858UNaFi6dxTP8dJA==}
|
||||||
|
|
||||||
|
'@lezer/python@1.1.18':
|
||||||
|
resolution: {integrity: sha512-31FiUrU7z9+d/ElGQLJFXl+dKOdx0jALlP3KEOsGTex8mvj+SoE1FgItcHWK/axkxCHGUSpqIHt6JAWfWu9Rhg==}
|
||||||
|
|
||||||
|
'@lezer/rust@1.0.2':
|
||||||
|
resolution: {integrity: sha512-Lz5sIPBdF2FUXcWeCu1//ojFAZqzTQNRga0aYv6dYXqJqPfMdCAI0NzajWUd4Xijj1IKJLtjoXRPMvTKWBcqKg==}
|
||||||
|
|
||||||
|
'@lezer/sass@1.1.0':
|
||||||
|
resolution: {integrity: sha512-3mMGdCTUZ/84ArHOuXWQr37pnf7f+Nw9ycPUeKX+wu19b7pSMcZGLbaXwvD2APMBDOGxPmpK/O6S1v1EvLoqgQ==}
|
||||||
|
|
||||||
|
'@lezer/xml@1.0.6':
|
||||||
|
resolution: {integrity: sha512-CdDwirL0OEaStFue/66ZmFSeppuL6Dwjlk8qk153mSQwiSH/Dlri4GNymrNWnUmPl2Um7QfV1FO9KFUyX3Twww==}
|
||||||
|
|
||||||
|
'@lezer/yaml@1.0.3':
|
||||||
|
resolution: {integrity: sha512-GuBLekbw9jDBDhGur82nuwkxKQ+a3W5H0GfaAthDXcAu+XdpS43VlnxA9E9hllkpSP5ellRDKjLLj7Lu9Wr6xA==}
|
||||||
|
|
||||||
|
'@marijn/find-cluster-break@1.0.2':
|
||||||
|
resolution: {integrity: sha512-l0h88YhZFyKdXIFNfSWpyjStDjGHwZ/U7iobcK1cQQD8sejsONdQtTVU+1wVN1PBw40PiiHB1vA5S7VTfQiP9g==}
|
||||||
|
|
||||||
'@polka/url@1.0.0-next.29':
|
'@polka/url@1.0.0-next.29':
|
||||||
resolution: {integrity: sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==}
|
resolution: {integrity: sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==}
|
||||||
|
|
||||||
@@ -869,6 +1108,15 @@ packages:
|
|||||||
resolution: {integrity: sha512-LZ2NqIHFhvFwxG0qZeLL9DvdNAHPGCY5dIRwBhyYeU+LfLhcStE1ImjsuTG/WaVh3XysGaeLW8Rqq7cGkPCFvw==}
|
resolution: {integrity: sha512-LZ2NqIHFhvFwxG0qZeLL9DvdNAHPGCY5dIRwBhyYeU+LfLhcStE1ImjsuTG/WaVh3XysGaeLW8Rqq7cGkPCFvw==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
|
'@vitest/coverage-v8@4.0.18':
|
||||||
|
resolution: {integrity: sha512-7i+N2i0+ME+2JFZhfuz7Tg/FqKtilHjGyGvoHYQ6iLV0zahbsJ9sljC9OcFcPDbhYKCet+sG8SsVqlyGvPflZg==}
|
||||||
|
peerDependencies:
|
||||||
|
'@vitest/browser': 4.0.18
|
||||||
|
vitest: 4.0.18
|
||||||
|
peerDependenciesMeta:
|
||||||
|
'@vitest/browser':
|
||||||
|
optional: true
|
||||||
|
|
||||||
'@vitest/expect@4.0.17':
|
'@vitest/expect@4.0.17':
|
||||||
resolution: {integrity: sha512-mEoqP3RqhKlbmUmntNDDCJeTDavDR+fVYkSOw8qRwJFaW/0/5zA9zFeTrHqNtcmwh6j26yMmwx2PqUDPzt5ZAQ==}
|
resolution: {integrity: sha512-mEoqP3RqhKlbmUmntNDDCJeTDavDR+fVYkSOw8qRwJFaW/0/5zA9zFeTrHqNtcmwh6j26yMmwx2PqUDPzt5ZAQ==}
|
||||||
|
|
||||||
@@ -886,6 +1134,9 @@ packages:
|
|||||||
'@vitest/pretty-format@4.0.17':
|
'@vitest/pretty-format@4.0.17':
|
||||||
resolution: {integrity: sha512-Ah3VAYmjcEdHg6+MwFE17qyLqBHZ+ni2ScKCiW2XrlSBV4H3Z7vYfPfz7CWQ33gyu76oc0Ai36+kgLU3rfF4nw==}
|
resolution: {integrity: sha512-Ah3VAYmjcEdHg6+MwFE17qyLqBHZ+ni2ScKCiW2XrlSBV4H3Z7vYfPfz7CWQ33gyu76oc0Ai36+kgLU3rfF4nw==}
|
||||||
|
|
||||||
|
'@vitest/pretty-format@4.0.18':
|
||||||
|
resolution: {integrity: sha512-P24GK3GulZWC5tz87ux0m8OADrQIUVDPIjjj65vBXYG17ZeU3qD7r+MNZ1RNv4l8CGU2vtTRqixrOi9fYk/yKw==}
|
||||||
|
|
||||||
'@vitest/runner@4.0.17':
|
'@vitest/runner@4.0.17':
|
||||||
resolution: {integrity: sha512-JmuQyf8aMWoo/LmNFppdpkfRVHJcsgzkbCA+/Bk7VfNH7RE6Ut2qxegeyx2j3ojtJtKIbIGy3h+KxGfYfk28YQ==}
|
resolution: {integrity: sha512-JmuQyf8aMWoo/LmNFppdpkfRVHJcsgzkbCA+/Bk7VfNH7RE6Ut2qxegeyx2j3ojtJtKIbIGy3h+KxGfYfk28YQ==}
|
||||||
|
|
||||||
@@ -898,6 +1149,9 @@ packages:
|
|||||||
'@vitest/utils@4.0.17':
|
'@vitest/utils@4.0.17':
|
||||||
resolution: {integrity: sha512-RG6iy+IzQpa9SB8HAFHJ9Y+pTzI+h8553MrciN9eC6TFBErqrQaTas4vG+MVj8S4uKk8uTT2p0vgZPnTdxd96w==}
|
resolution: {integrity: sha512-RG6iy+IzQpa9SB8HAFHJ9Y+pTzI+h8553MrciN9eC6TFBErqrQaTas4vG+MVj8S4uKk8uTT2p0vgZPnTdxd96w==}
|
||||||
|
|
||||||
|
'@vitest/utils@4.0.18':
|
||||||
|
resolution: {integrity: sha512-msMRKLMVLWygpK3u2Hybgi4MNjcYJvwTb0Ru09+fOyCXIgT5raYP041DRRdiJiI3k/2U6SEbAETB3YtBrUkCFA==}
|
||||||
|
|
||||||
acorn-jsx@5.3.2:
|
acorn-jsx@5.3.2:
|
||||||
resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
|
resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@@ -941,6 +1195,9 @@ packages:
|
|||||||
resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==}
|
resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==}
|
||||||
engines: {node: '>=12'}
|
engines: {node: '>=12'}
|
||||||
|
|
||||||
|
ast-v8-to-istanbul@0.3.10:
|
||||||
|
resolution: {integrity: sha512-p4K7vMz2ZSk3wN8l5o3y2bJAoZXT3VuJI5OLTATY/01CYWumWvwkUw0SqDBnNq6IiTO3qDa1eSQDibAV8g7XOQ==}
|
||||||
|
|
||||||
axobject-query@4.1.0:
|
axobject-query@4.1.0:
|
||||||
resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==}
|
resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==}
|
||||||
engines: {node: '>= 0.4'}
|
engines: {node: '>= 0.4'}
|
||||||
@@ -977,6 +1234,9 @@ packages:
|
|||||||
resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==}
|
resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==}
|
||||||
engines: {node: '>=6'}
|
engines: {node: '>=6'}
|
||||||
|
|
||||||
|
codemirror@6.0.2:
|
||||||
|
resolution: {integrity: sha512-VhydHotNW5w1UGK0Qj96BwSk/Zqbp9WbnyK2W/eVMv4QyF41INRGpjUhFJY7/uDNuudSc33a/PKr4iDqRduvHw==}
|
||||||
|
|
||||||
color-convert@2.0.1:
|
color-convert@2.0.1:
|
||||||
resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
|
resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
|
||||||
engines: {node: '>=7.0.0'}
|
engines: {node: '>=7.0.0'}
|
||||||
@@ -991,6 +1251,9 @@ packages:
|
|||||||
resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==}
|
resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==}
|
||||||
engines: {node: '>= 0.6'}
|
engines: {node: '>= 0.6'}
|
||||||
|
|
||||||
|
crelt@1.0.6:
|
||||||
|
resolution: {integrity: sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g==}
|
||||||
|
|
||||||
cross-spawn@7.0.6:
|
cross-spawn@7.0.6:
|
||||||
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
|
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
|
||||||
engines: {node: '>= 8'}
|
engines: {node: '>= 8'}
|
||||||
@@ -1211,6 +1474,9 @@ packages:
|
|||||||
resolution: {integrity: sha512-CV9TW3Y3f8/wT0BRFc1/KAVQ3TUHiXmaAb6VW9vtiMFf7SLoMd1PdAc4W3KFOFETBJUb90KatHqlsZMWV+R9Gg==}
|
resolution: {integrity: sha512-CV9TW3Y3f8/wT0BRFc1/KAVQ3TUHiXmaAb6VW9vtiMFf7SLoMd1PdAc4W3KFOFETBJUb90KatHqlsZMWV+R9Gg==}
|
||||||
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0}
|
||||||
|
|
||||||
|
html-escaper@2.0.2:
|
||||||
|
resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==}
|
||||||
|
|
||||||
http-proxy-agent@7.0.2:
|
http-proxy-agent@7.0.2:
|
||||||
resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==}
|
resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==}
|
||||||
engines: {node: '>= 14'}
|
engines: {node: '>= 14'}
|
||||||
@@ -1256,6 +1522,18 @@ packages:
|
|||||||
isexe@2.0.0:
|
isexe@2.0.0:
|
||||||
resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
|
resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
|
||||||
|
|
||||||
|
istanbul-lib-coverage@3.2.2:
|
||||||
|
resolution: {integrity: sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==}
|
||||||
|
engines: {node: '>=8'}
|
||||||
|
|
||||||
|
istanbul-lib-report@3.0.1:
|
||||||
|
resolution: {integrity: sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==}
|
||||||
|
engines: {node: '>=10'}
|
||||||
|
|
||||||
|
istanbul-reports@3.2.0:
|
||||||
|
resolution: {integrity: sha512-HGYWWS/ehqTV3xN10i23tkPkpH46MLCIMFNCaaKNavAXTF1RkqxawEPtnjnGZ6XKSInBKkiOA5BKS+aZiY3AvA==}
|
||||||
|
engines: {node: '>=8'}
|
||||||
|
|
||||||
jiti@2.6.1:
|
jiti@2.6.1:
|
||||||
resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==}
|
resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
@@ -1263,6 +1541,9 @@ packages:
|
|||||||
js-tokens@4.0.0:
|
js-tokens@4.0.0:
|
||||||
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
|
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
|
||||||
|
|
||||||
|
js-tokens@9.0.1:
|
||||||
|
resolution: {integrity: sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==}
|
||||||
|
|
||||||
js-yaml@4.1.1:
|
js-yaml@4.1.1:
|
||||||
resolution: {integrity: sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==}
|
resolution: {integrity: sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
@@ -1394,6 +1675,13 @@ packages:
|
|||||||
magic-string@0.30.21:
|
magic-string@0.30.21:
|
||||||
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
|
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
|
||||||
|
|
||||||
|
magicast@0.5.1:
|
||||||
|
resolution: {integrity: sha512-xrHS24IxaLrvuo613F719wvOIv9xPHFWQHuvGUBmPnCA/3MQxKI3b+r7n1jAoDHmsbC5bRhTZYR77invLAxVnw==}
|
||||||
|
|
||||||
|
make-dir@4.0.0:
|
||||||
|
resolution: {integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==}
|
||||||
|
engines: {node: '>=10'}
|
||||||
|
|
||||||
marked@17.0.1:
|
marked@17.0.1:
|
||||||
resolution: {integrity: sha512-boeBdiS0ghpWcSwoNm/jJBwdpFaMnZWRzjA6SkUMYb40SVaN1x7mmfGKp0jvexGcx+7y2La5zRZsYFZI6Qpypg==}
|
resolution: {integrity: sha512-boeBdiS0ghpWcSwoNm/jJBwdpFaMnZWRzjA6SkUMYb40SVaN1x7mmfGKp0jvexGcx+7y2La5zRZsYFZI6Qpypg==}
|
||||||
engines: {node: '>= 20'}
|
engines: {node: '>= 20'}
|
||||||
@@ -1600,6 +1888,9 @@ packages:
|
|||||||
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
|
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
|
||||||
engines: {node: '>=8'}
|
engines: {node: '>=8'}
|
||||||
|
|
||||||
|
style-mod@4.1.3:
|
||||||
|
resolution: {integrity: sha512-i/n8VsZydrugj3Iuzll8+x/00GH2vnYsk1eomD8QiRrSAeW6ItbCQDtfXCeJHd0iwiNagqjQkvpvREEPtW3IoQ==}
|
||||||
|
|
||||||
supports-color@7.2.0:
|
supports-color@7.2.0:
|
||||||
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
|
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
|
||||||
engines: {node: '>=8'}
|
engines: {node: '>=8'}
|
||||||
@@ -1779,6 +2070,9 @@ packages:
|
|||||||
jsdom:
|
jsdom:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
w3c-keyname@2.2.8:
|
||||||
|
resolution: {integrity: sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==}
|
||||||
|
|
||||||
w3c-xmlserializer@5.0.0:
|
w3c-xmlserializer@5.0.0:
|
||||||
resolution: {integrity: sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==}
|
resolution: {integrity: sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
@@ -1869,10 +2163,233 @@ snapshots:
|
|||||||
js-tokens: 4.0.0
|
js-tokens: 4.0.0
|
||||||
picocolors: 1.1.1
|
picocolors: 1.1.1
|
||||||
|
|
||||||
|
'@babel/helper-string-parser@7.27.1': {}
|
||||||
|
|
||||||
'@babel/helper-validator-identifier@7.28.5': {}
|
'@babel/helper-validator-identifier@7.28.5': {}
|
||||||
|
|
||||||
|
'@babel/parser@7.28.6':
|
||||||
|
dependencies:
|
||||||
|
'@babel/types': 7.28.6
|
||||||
|
|
||||||
'@babel/runtime@7.28.6': {}
|
'@babel/runtime@7.28.6': {}
|
||||||
|
|
||||||
|
'@babel/types@7.28.6':
|
||||||
|
dependencies:
|
||||||
|
'@babel/helper-string-parser': 7.27.1
|
||||||
|
'@babel/helper-validator-identifier': 7.28.5
|
||||||
|
|
||||||
|
'@bcoe/v8-coverage@1.0.2': {}
|
||||||
|
|
||||||
|
'@codemirror/autocomplete@6.20.0':
|
||||||
|
dependencies:
|
||||||
|
'@codemirror/language': 6.12.1
|
||||||
|
'@codemirror/state': 6.5.4
|
||||||
|
'@codemirror/view': 6.39.11
|
||||||
|
'@lezer/common': 1.5.0
|
||||||
|
|
||||||
|
'@codemirror/commands@6.8.1':
|
||||||
|
dependencies:
|
||||||
|
'@codemirror/language': 6.12.1
|
||||||
|
'@codemirror/state': 6.5.4
|
||||||
|
'@codemirror/view': 6.39.11
|
||||||
|
'@lezer/common': 1.5.0
|
||||||
|
|
||||||
|
'@codemirror/lang-angular@0.1.4':
|
||||||
|
dependencies:
|
||||||
|
'@codemirror/lang-html': 6.4.11
|
||||||
|
'@codemirror/lang-javascript': 6.2.4
|
||||||
|
'@codemirror/language': 6.12.1
|
||||||
|
'@lezer/common': 1.5.0
|
||||||
|
'@lezer/highlight': 1.2.3
|
||||||
|
'@lezer/lr': 1.4.8
|
||||||
|
|
||||||
|
'@codemirror/lang-cpp@6.0.3':
|
||||||
|
dependencies:
|
||||||
|
'@codemirror/language': 6.12.1
|
||||||
|
'@lezer/cpp': 1.1.5
|
||||||
|
|
||||||
|
'@codemirror/lang-css@6.3.1':
|
||||||
|
dependencies:
|
||||||
|
'@codemirror/autocomplete': 6.20.0
|
||||||
|
'@codemirror/language': 6.12.1
|
||||||
|
'@codemirror/state': 6.5.4
|
||||||
|
'@lezer/common': 1.5.0
|
||||||
|
'@lezer/css': 1.3.0
|
||||||
|
|
||||||
|
'@codemirror/lang-go@6.0.1':
|
||||||
|
dependencies:
|
||||||
|
'@codemirror/autocomplete': 6.20.0
|
||||||
|
'@codemirror/language': 6.12.1
|
||||||
|
'@codemirror/state': 6.5.4
|
||||||
|
'@lezer/common': 1.5.0
|
||||||
|
'@lezer/go': 1.0.1
|
||||||
|
|
||||||
|
'@codemirror/lang-html@6.4.11':
|
||||||
|
dependencies:
|
||||||
|
'@codemirror/autocomplete': 6.20.0
|
||||||
|
'@codemirror/lang-css': 6.3.1
|
||||||
|
'@codemirror/lang-javascript': 6.2.4
|
||||||
|
'@codemirror/language': 6.12.1
|
||||||
|
'@codemirror/state': 6.5.4
|
||||||
|
'@codemirror/view': 6.39.11
|
||||||
|
'@lezer/common': 1.5.0
|
||||||
|
'@lezer/css': 1.3.0
|
||||||
|
'@lezer/html': 1.3.13
|
||||||
|
|
||||||
|
'@codemirror/lang-java@6.0.2':
|
||||||
|
dependencies:
|
||||||
|
'@codemirror/language': 6.12.1
|
||||||
|
'@lezer/java': 1.1.3
|
||||||
|
|
||||||
|
'@codemirror/lang-javascript@6.2.4':
|
||||||
|
dependencies:
|
||||||
|
'@codemirror/autocomplete': 6.20.0
|
||||||
|
'@codemirror/language': 6.12.1
|
||||||
|
'@codemirror/lint': 6.9.3
|
||||||
|
'@codemirror/state': 6.5.4
|
||||||
|
'@codemirror/view': 6.39.11
|
||||||
|
'@lezer/common': 1.5.0
|
||||||
|
'@lezer/javascript': 1.5.4
|
||||||
|
|
||||||
|
'@codemirror/lang-json@6.0.2':
|
||||||
|
dependencies:
|
||||||
|
'@codemirror/language': 6.12.1
|
||||||
|
'@lezer/json': 1.0.3
|
||||||
|
|
||||||
|
'@codemirror/lang-less@6.0.2':
|
||||||
|
dependencies:
|
||||||
|
'@codemirror/lang-css': 6.3.1
|
||||||
|
'@codemirror/language': 6.12.1
|
||||||
|
'@lezer/common': 1.5.0
|
||||||
|
'@lezer/highlight': 1.2.3
|
||||||
|
'@lezer/lr': 1.4.8
|
||||||
|
|
||||||
|
'@codemirror/lang-markdown@6.5.0':
|
||||||
|
dependencies:
|
||||||
|
'@codemirror/autocomplete': 6.20.0
|
||||||
|
'@codemirror/lang-html': 6.4.11
|
||||||
|
'@codemirror/language': 6.12.1
|
||||||
|
'@codemirror/state': 6.5.4
|
||||||
|
'@codemirror/view': 6.39.11
|
||||||
|
'@lezer/common': 1.5.0
|
||||||
|
'@lezer/markdown': 1.6.3
|
||||||
|
|
||||||
|
'@codemirror/lang-php@6.0.2':
|
||||||
|
dependencies:
|
||||||
|
'@codemirror/lang-html': 6.4.11
|
||||||
|
'@codemirror/language': 6.12.1
|
||||||
|
'@codemirror/state': 6.5.4
|
||||||
|
'@lezer/common': 1.5.0
|
||||||
|
'@lezer/php': 1.0.5
|
||||||
|
|
||||||
|
'@codemirror/lang-python@6.2.1':
|
||||||
|
dependencies:
|
||||||
|
'@codemirror/autocomplete': 6.20.0
|
||||||
|
'@codemirror/language': 6.12.1
|
||||||
|
'@codemirror/state': 6.5.4
|
||||||
|
'@lezer/common': 1.5.0
|
||||||
|
'@lezer/python': 1.1.18
|
||||||
|
|
||||||
|
'@codemirror/lang-rust@6.0.2':
|
||||||
|
dependencies:
|
||||||
|
'@codemirror/language': 6.12.1
|
||||||
|
'@lezer/rust': 1.0.2
|
||||||
|
|
||||||
|
'@codemirror/lang-sass@6.0.2':
|
||||||
|
dependencies:
|
||||||
|
'@codemirror/lang-css': 6.3.1
|
||||||
|
'@codemirror/language': 6.12.1
|
||||||
|
'@codemirror/state': 6.5.4
|
||||||
|
'@lezer/common': 1.5.0
|
||||||
|
'@lezer/sass': 1.1.0
|
||||||
|
|
||||||
|
'@codemirror/lang-sql@6.10.0':
|
||||||
|
dependencies:
|
||||||
|
'@codemirror/autocomplete': 6.20.0
|
||||||
|
'@codemirror/language': 6.12.1
|
||||||
|
'@codemirror/state': 6.5.4
|
||||||
|
'@lezer/common': 1.5.0
|
||||||
|
'@lezer/highlight': 1.2.3
|
||||||
|
'@lezer/lr': 1.4.8
|
||||||
|
|
||||||
|
'@codemirror/lang-vue@0.1.3':
|
||||||
|
dependencies:
|
||||||
|
'@codemirror/lang-html': 6.4.11
|
||||||
|
'@codemirror/lang-javascript': 6.2.4
|
||||||
|
'@codemirror/language': 6.12.1
|
||||||
|
'@lezer/common': 1.5.0
|
||||||
|
'@lezer/highlight': 1.2.3
|
||||||
|
'@lezer/lr': 1.4.8
|
||||||
|
|
||||||
|
'@codemirror/lang-wast@6.0.2':
|
||||||
|
dependencies:
|
||||||
|
'@codemirror/language': 6.12.1
|
||||||
|
'@lezer/common': 1.5.0
|
||||||
|
'@lezer/highlight': 1.2.3
|
||||||
|
'@lezer/lr': 1.4.8
|
||||||
|
|
||||||
|
'@codemirror/lang-xml@6.1.0':
|
||||||
|
dependencies:
|
||||||
|
'@codemirror/autocomplete': 6.20.0
|
||||||
|
'@codemirror/language': 6.12.1
|
||||||
|
'@codemirror/state': 6.5.4
|
||||||
|
'@codemirror/view': 6.39.11
|
||||||
|
'@lezer/common': 1.5.0
|
||||||
|
'@lezer/xml': 1.0.6
|
||||||
|
|
||||||
|
'@codemirror/lang-yaml@6.1.2':
|
||||||
|
dependencies:
|
||||||
|
'@codemirror/autocomplete': 6.20.0
|
||||||
|
'@codemirror/language': 6.12.1
|
||||||
|
'@codemirror/state': 6.5.4
|
||||||
|
'@lezer/common': 1.5.0
|
||||||
|
'@lezer/highlight': 1.2.3
|
||||||
|
'@lezer/lr': 1.4.8
|
||||||
|
'@lezer/yaml': 1.0.3
|
||||||
|
|
||||||
|
'@codemirror/language@6.12.1':
|
||||||
|
dependencies:
|
||||||
|
'@codemirror/state': 6.5.4
|
||||||
|
'@codemirror/view': 6.39.11
|
||||||
|
'@lezer/common': 1.5.0
|
||||||
|
'@lezer/highlight': 1.2.3
|
||||||
|
'@lezer/lr': 1.4.8
|
||||||
|
style-mod: 4.1.3
|
||||||
|
|
||||||
|
'@codemirror/legacy-modes@6.5.2':
|
||||||
|
dependencies:
|
||||||
|
'@codemirror/language': 6.12.1
|
||||||
|
|
||||||
|
'@codemirror/lint@6.9.3':
|
||||||
|
dependencies:
|
||||||
|
'@codemirror/state': 6.5.4
|
||||||
|
'@codemirror/view': 6.39.11
|
||||||
|
crelt: 1.0.6
|
||||||
|
|
||||||
|
'@codemirror/search@6.6.0':
|
||||||
|
dependencies:
|
||||||
|
'@codemirror/state': 6.5.4
|
||||||
|
'@codemirror/view': 6.39.11
|
||||||
|
crelt: 1.0.6
|
||||||
|
|
||||||
|
'@codemirror/state@6.5.4':
|
||||||
|
dependencies:
|
||||||
|
'@marijn/find-cluster-break': 1.0.2
|
||||||
|
|
||||||
|
'@codemirror/theme-one-dark@6.1.3':
|
||||||
|
dependencies:
|
||||||
|
'@codemirror/language': 6.12.1
|
||||||
|
'@codemirror/state': 6.5.4
|
||||||
|
'@codemirror/view': 6.39.11
|
||||||
|
'@lezer/highlight': 1.2.3
|
||||||
|
|
||||||
|
'@codemirror/view@6.39.11':
|
||||||
|
dependencies:
|
||||||
|
'@codemirror/state': 6.5.4
|
||||||
|
crelt: 1.0.6
|
||||||
|
style-mod: 4.1.3
|
||||||
|
w3c-keyname: 2.2.8
|
||||||
|
|
||||||
'@csstools/color-helpers@5.1.0': {}
|
'@csstools/color-helpers@5.1.0': {}
|
||||||
|
|
||||||
'@csstools/css-calc@2.1.4(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)':
|
'@csstools/css-calc@2.1.4(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)':
|
||||||
@@ -2051,6 +2568,101 @@ snapshots:
|
|||||||
'@jridgewell/resolve-uri': 3.1.2
|
'@jridgewell/resolve-uri': 3.1.2
|
||||||
'@jridgewell/sourcemap-codec': 1.5.5
|
'@jridgewell/sourcemap-codec': 1.5.5
|
||||||
|
|
||||||
|
'@lezer/common@1.5.0': {}
|
||||||
|
|
||||||
|
'@lezer/cpp@1.1.5':
|
||||||
|
dependencies:
|
||||||
|
'@lezer/common': 1.5.0
|
||||||
|
'@lezer/highlight': 1.2.3
|
||||||
|
'@lezer/lr': 1.4.8
|
||||||
|
|
||||||
|
'@lezer/css@1.3.0':
|
||||||
|
dependencies:
|
||||||
|
'@lezer/common': 1.5.0
|
||||||
|
'@lezer/highlight': 1.2.3
|
||||||
|
'@lezer/lr': 1.4.8
|
||||||
|
|
||||||
|
'@lezer/go@1.0.1':
|
||||||
|
dependencies:
|
||||||
|
'@lezer/common': 1.5.0
|
||||||
|
'@lezer/highlight': 1.2.3
|
||||||
|
'@lezer/lr': 1.4.8
|
||||||
|
|
||||||
|
'@lezer/highlight@1.2.3':
|
||||||
|
dependencies:
|
||||||
|
'@lezer/common': 1.5.0
|
||||||
|
|
||||||
|
'@lezer/html@1.3.13':
|
||||||
|
dependencies:
|
||||||
|
'@lezer/common': 1.5.0
|
||||||
|
'@lezer/highlight': 1.2.3
|
||||||
|
'@lezer/lr': 1.4.8
|
||||||
|
|
||||||
|
'@lezer/java@1.1.3':
|
||||||
|
dependencies:
|
||||||
|
'@lezer/common': 1.5.0
|
||||||
|
'@lezer/highlight': 1.2.3
|
||||||
|
'@lezer/lr': 1.4.8
|
||||||
|
|
||||||
|
'@lezer/javascript@1.5.4':
|
||||||
|
dependencies:
|
||||||
|
'@lezer/common': 1.5.0
|
||||||
|
'@lezer/highlight': 1.2.3
|
||||||
|
'@lezer/lr': 1.4.8
|
||||||
|
|
||||||
|
'@lezer/json@1.0.3':
|
||||||
|
dependencies:
|
||||||
|
'@lezer/common': 1.5.0
|
||||||
|
'@lezer/highlight': 1.2.3
|
||||||
|
'@lezer/lr': 1.4.8
|
||||||
|
|
||||||
|
'@lezer/lr@1.4.8':
|
||||||
|
dependencies:
|
||||||
|
'@lezer/common': 1.5.0
|
||||||
|
|
||||||
|
'@lezer/markdown@1.6.3':
|
||||||
|
dependencies:
|
||||||
|
'@lezer/common': 1.5.0
|
||||||
|
'@lezer/highlight': 1.2.3
|
||||||
|
|
||||||
|
'@lezer/php@1.0.5':
|
||||||
|
dependencies:
|
||||||
|
'@lezer/common': 1.5.0
|
||||||
|
'@lezer/highlight': 1.2.3
|
||||||
|
'@lezer/lr': 1.4.8
|
||||||
|
|
||||||
|
'@lezer/python@1.1.18':
|
||||||
|
dependencies:
|
||||||
|
'@lezer/common': 1.5.0
|
||||||
|
'@lezer/highlight': 1.2.3
|
||||||
|
'@lezer/lr': 1.4.8
|
||||||
|
|
||||||
|
'@lezer/rust@1.0.2':
|
||||||
|
dependencies:
|
||||||
|
'@lezer/common': 1.5.0
|
||||||
|
'@lezer/highlight': 1.2.3
|
||||||
|
'@lezer/lr': 1.4.8
|
||||||
|
|
||||||
|
'@lezer/sass@1.1.0':
|
||||||
|
dependencies:
|
||||||
|
'@lezer/common': 1.5.0
|
||||||
|
'@lezer/highlight': 1.2.3
|
||||||
|
'@lezer/lr': 1.4.8
|
||||||
|
|
||||||
|
'@lezer/xml@1.0.6':
|
||||||
|
dependencies:
|
||||||
|
'@lezer/common': 1.5.0
|
||||||
|
'@lezer/highlight': 1.2.3
|
||||||
|
'@lezer/lr': 1.4.8
|
||||||
|
|
||||||
|
'@lezer/yaml@1.0.3':
|
||||||
|
dependencies:
|
||||||
|
'@lezer/common': 1.5.0
|
||||||
|
'@lezer/highlight': 1.2.3
|
||||||
|
'@lezer/lr': 1.4.8
|
||||||
|
|
||||||
|
'@marijn/find-cluster-break@1.0.2': {}
|
||||||
|
|
||||||
'@polka/url@1.0.0-next.29': {}
|
'@polka/url@1.0.0-next.29': {}
|
||||||
|
|
||||||
'@rollup/rollup-android-arm-eabi@4.55.1':
|
'@rollup/rollup-android-arm-eabi@4.55.1':
|
||||||
@@ -2469,6 +3081,20 @@ snapshots:
|
|||||||
'@typescript-eslint/types': 8.53.0
|
'@typescript-eslint/types': 8.53.0
|
||||||
eslint-visitor-keys: 4.2.1
|
eslint-visitor-keys: 4.2.1
|
||||||
|
|
||||||
|
'@vitest/coverage-v8@4.0.18(vitest@4.0.17(jiti@2.6.1)(jsdom@27.4.0)(lightningcss@1.30.2))':
|
||||||
|
dependencies:
|
||||||
|
'@bcoe/v8-coverage': 1.0.2
|
||||||
|
'@vitest/utils': 4.0.18
|
||||||
|
ast-v8-to-istanbul: 0.3.10
|
||||||
|
istanbul-lib-coverage: 3.2.2
|
||||||
|
istanbul-lib-report: 3.0.1
|
||||||
|
istanbul-reports: 3.2.0
|
||||||
|
magicast: 0.5.1
|
||||||
|
obug: 2.1.1
|
||||||
|
std-env: 3.10.0
|
||||||
|
tinyrainbow: 3.0.3
|
||||||
|
vitest: 4.0.17(jiti@2.6.1)(jsdom@27.4.0)(lightningcss@1.30.2)
|
||||||
|
|
||||||
'@vitest/expect@4.0.17':
|
'@vitest/expect@4.0.17':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@standard-schema/spec': 1.1.0
|
'@standard-schema/spec': 1.1.0
|
||||||
@@ -2490,6 +3116,10 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
tinyrainbow: 3.0.3
|
tinyrainbow: 3.0.3
|
||||||
|
|
||||||
|
'@vitest/pretty-format@4.0.18':
|
||||||
|
dependencies:
|
||||||
|
tinyrainbow: 3.0.3
|
||||||
|
|
||||||
'@vitest/runner@4.0.17':
|
'@vitest/runner@4.0.17':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vitest/utils': 4.0.17
|
'@vitest/utils': 4.0.17
|
||||||
@@ -2508,6 +3138,11 @@ snapshots:
|
|||||||
'@vitest/pretty-format': 4.0.17
|
'@vitest/pretty-format': 4.0.17
|
||||||
tinyrainbow: 3.0.3
|
tinyrainbow: 3.0.3
|
||||||
|
|
||||||
|
'@vitest/utils@4.0.18':
|
||||||
|
dependencies:
|
||||||
|
'@vitest/pretty-format': 4.0.18
|
||||||
|
tinyrainbow: 3.0.3
|
||||||
|
|
||||||
acorn-jsx@5.3.2(acorn@8.15.0):
|
acorn-jsx@5.3.2(acorn@8.15.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
acorn: 8.15.0
|
acorn: 8.15.0
|
||||||
@@ -2541,6 +3176,12 @@ snapshots:
|
|||||||
|
|
||||||
assertion-error@2.0.1: {}
|
assertion-error@2.0.1: {}
|
||||||
|
|
||||||
|
ast-v8-to-istanbul@0.3.10:
|
||||||
|
dependencies:
|
||||||
|
'@jridgewell/trace-mapping': 0.3.31
|
||||||
|
estree-walker: 3.0.3
|
||||||
|
js-tokens: 9.0.1
|
||||||
|
|
||||||
axobject-query@4.1.0: {}
|
axobject-query@4.1.0: {}
|
||||||
|
|
||||||
balanced-match@1.0.2: {}
|
balanced-match@1.0.2: {}
|
||||||
@@ -2573,6 +3214,16 @@ snapshots:
|
|||||||
|
|
||||||
clsx@2.1.1: {}
|
clsx@2.1.1: {}
|
||||||
|
|
||||||
|
codemirror@6.0.2:
|
||||||
|
dependencies:
|
||||||
|
'@codemirror/autocomplete': 6.20.0
|
||||||
|
'@codemirror/commands': 6.8.1
|
||||||
|
'@codemirror/language': 6.12.1
|
||||||
|
'@codemirror/lint': 6.9.3
|
||||||
|
'@codemirror/search': 6.6.0
|
||||||
|
'@codemirror/state': 6.5.4
|
||||||
|
'@codemirror/view': 6.39.11
|
||||||
|
|
||||||
color-convert@2.0.1:
|
color-convert@2.0.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
color-name: 1.1.4
|
color-name: 1.1.4
|
||||||
@@ -2583,6 +3234,8 @@ snapshots:
|
|||||||
|
|
||||||
cookie@0.6.0: {}
|
cookie@0.6.0: {}
|
||||||
|
|
||||||
|
crelt@1.0.6: {}
|
||||||
|
|
||||||
cross-spawn@7.0.6:
|
cross-spawn@7.0.6:
|
||||||
dependencies:
|
dependencies:
|
||||||
path-key: 3.1.1
|
path-key: 3.1.1
|
||||||
@@ -2823,6 +3476,8 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@exodus/crypto'
|
- '@exodus/crypto'
|
||||||
|
|
||||||
|
html-escaper@2.0.2: {}
|
||||||
|
|
||||||
http-proxy-agent@7.0.2:
|
http-proxy-agent@7.0.2:
|
||||||
dependencies:
|
dependencies:
|
||||||
agent-base: 7.1.4
|
agent-base: 7.1.4
|
||||||
@@ -2864,10 +3519,25 @@ snapshots:
|
|||||||
|
|
||||||
isexe@2.0.0: {}
|
isexe@2.0.0: {}
|
||||||
|
|
||||||
|
istanbul-lib-coverage@3.2.2: {}
|
||||||
|
|
||||||
|
istanbul-lib-report@3.0.1:
|
||||||
|
dependencies:
|
||||||
|
istanbul-lib-coverage: 3.2.2
|
||||||
|
make-dir: 4.0.0
|
||||||
|
supports-color: 7.2.0
|
||||||
|
|
||||||
|
istanbul-reports@3.2.0:
|
||||||
|
dependencies:
|
||||||
|
html-escaper: 2.0.2
|
||||||
|
istanbul-lib-report: 3.0.1
|
||||||
|
|
||||||
jiti@2.6.1: {}
|
jiti@2.6.1: {}
|
||||||
|
|
||||||
js-tokens@4.0.0: {}
|
js-tokens@4.0.0: {}
|
||||||
|
|
||||||
|
js-tokens@9.0.1: {}
|
||||||
|
|
||||||
js-yaml@4.1.1:
|
js-yaml@4.1.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
argparse: 2.0.1
|
argparse: 2.0.1
|
||||||
@@ -2986,6 +3656,16 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@jridgewell/sourcemap-codec': 1.5.5
|
'@jridgewell/sourcemap-codec': 1.5.5
|
||||||
|
|
||||||
|
magicast@0.5.1:
|
||||||
|
dependencies:
|
||||||
|
'@babel/parser': 7.28.6
|
||||||
|
'@babel/types': 7.28.6
|
||||||
|
source-map-js: 1.2.1
|
||||||
|
|
||||||
|
make-dir@4.0.0:
|
||||||
|
dependencies:
|
||||||
|
semver: 7.7.3
|
||||||
|
|
||||||
marked@17.0.1: {}
|
marked@17.0.1: {}
|
||||||
|
|
||||||
mdn-data@2.12.2: {}
|
mdn-data@2.12.2: {}
|
||||||
@@ -3172,6 +3852,8 @@ snapshots:
|
|||||||
|
|
||||||
strip-json-comments@3.1.1: {}
|
strip-json-comments@3.1.1: {}
|
||||||
|
|
||||||
|
style-mod@4.1.3: {}
|
||||||
|
|
||||||
supports-color@7.2.0:
|
supports-color@7.2.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
has-flag: 4.0.0
|
has-flag: 4.0.0
|
||||||
@@ -3331,6 +4013,8 @@ snapshots:
|
|||||||
- tsx
|
- tsx
|
||||||
- yaml
|
- yaml
|
||||||
|
|
||||||
|
w3c-keyname@2.2.8: {}
|
||||||
|
|
||||||
w3c-xmlserializer@5.0.0:
|
w3c-xmlserializer@5.0.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
xml-name-validator: 5.0.0
|
xml-name-validator: 5.0.0
|
||||||
|
|||||||
@@ -437,7 +437,7 @@ checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"byteorder",
|
"byteorder",
|
||||||
"fnv",
|
"fnv",
|
||||||
"uuid",
|
"uuid 1.19.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -767,13 +767,34 @@ dependencies = [
|
|||||||
"crypto-common",
|
"crypto-common",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "dirs"
|
||||||
|
version = "5.0.1"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
|
||||||
|
dependencies = [
|
||||||
|
"dirs-sys 0.4.1",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dirs"
|
name = "dirs"
|
||||||
version = "6.0.0"
|
version = "6.0.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
|
checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dirs-sys",
|
"dirs-sys 0.5.0",
|
||||||
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "dirs-sys"
|
||||||
|
version = "0.4.1"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
|
||||||
|
dependencies = [
|
||||||
|
"libc",
|
||||||
|
"option-ext",
|
||||||
|
"redox_users 0.4.6",
|
||||||
|
"windows-sys 0.48.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -784,10 +805,23 @@ checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"libc",
|
"libc",
|
||||||
"option-ext",
|
"option-ext",
|
||||||
"redox_users",
|
"redox_users 0.5.2",
|
||||||
"windows-sys 0.61.2",
|
"windows-sys 0.61.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "discord-rich-presence"
|
||||||
|
version = "0.2.5"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "a75db747ecd252c01bfecaf709b07fcb4c634adf0edb5fed47bc9c3052e7076b"
|
||||||
|
dependencies = [
|
||||||
|
"serde",
|
||||||
|
"serde_derive",
|
||||||
|
"serde_json",
|
||||||
|
"serde_repr",
|
||||||
|
"uuid 0.8.2",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dispatch"
|
name = "dispatch"
|
||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
@@ -1602,9 +1636,11 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "hikari-desktop"
|
name = "hikari-desktop"
|
||||||
version = "0.3.0"
|
version = "1.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
|
"dirs 5.0.1",
|
||||||
|
"discord-rich-presence",
|
||||||
"parking_lot",
|
"parking_lot",
|
||||||
"semver",
|
"semver",
|
||||||
"serde",
|
"serde",
|
||||||
@@ -1622,7 +1658,7 @@ dependencies = [
|
|||||||
"tauri-plugin-store",
|
"tauri-plugin-store",
|
||||||
"tempfile",
|
"tempfile",
|
||||||
"tokio",
|
"tokio",
|
||||||
"uuid",
|
"uuid 1.19.0",
|
||||||
"windows 0.62.2",
|
"windows 0.62.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -3338,6 +3374,17 @@ dependencies = [
|
|||||||
"bitflags 2.10.0",
|
"bitflags 2.10.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "redox_users"
|
||||||
|
version = "0.4.6"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
|
||||||
|
dependencies = [
|
||||||
|
"getrandom 0.2.17",
|
||||||
|
"libredox",
|
||||||
|
"thiserror 1.0.69",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "redox_users"
|
name = "redox_users"
|
||||||
version = "0.5.2"
|
version = "0.5.2"
|
||||||
@@ -3578,7 +3625,7 @@ dependencies = [
|
|||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"url",
|
"url",
|
||||||
"uuid",
|
"uuid 1.19.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -4173,7 +4220,7 @@ dependencies = [
|
|||||||
"anyhow",
|
"anyhow",
|
||||||
"bytes",
|
"bytes",
|
||||||
"cookie",
|
"cookie",
|
||||||
"dirs",
|
"dirs 6.0.0",
|
||||||
"dunce",
|
"dunce",
|
||||||
"embed_plist",
|
"embed_plist",
|
||||||
"getrandom 0.3.4",
|
"getrandom 0.3.4",
|
||||||
@@ -4224,7 +4271,7 @@ checksum = "17fcb8819fd16463512a12f531d44826ce566f486d7ccd211c9c8cebdaec4e08"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"cargo_toml",
|
"cargo_toml",
|
||||||
"dirs",
|
"dirs 6.0.0",
|
||||||
"glob",
|
"glob",
|
||||||
"heck 0.5.0",
|
"heck 0.5.0",
|
||||||
"json-patch",
|
"json-patch",
|
||||||
@@ -4261,7 +4308,7 @@ dependencies = [
|
|||||||
"thiserror 2.0.17",
|
"thiserror 2.0.17",
|
||||||
"time",
|
"time",
|
||||||
"url",
|
"url",
|
||||||
"uuid",
|
"uuid 1.19.0",
|
||||||
"walkdir",
|
"walkdir",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -4557,7 +4604,7 @@ dependencies = [
|
|||||||
"toml 0.9.11+spec-1.1.0",
|
"toml 0.9.11+spec-1.1.0",
|
||||||
"url",
|
"url",
|
||||||
"urlpattern",
|
"urlpattern",
|
||||||
"uuid",
|
"uuid 1.19.0",
|
||||||
"walkdir",
|
"walkdir",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -4948,7 +4995,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
checksum = "a5e85aa143ceb072062fc4d6356c1b520a51d636e7bc8e77ec94be3608e5e80c"
|
checksum = "a5e85aa143ceb072062fc4d6356c1b520a51d636e7bc8e77ec94be3608e5e80c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"crossbeam-channel",
|
"crossbeam-channel",
|
||||||
"dirs",
|
"dirs 6.0.0",
|
||||||
"libappindicator",
|
"libappindicator",
|
||||||
"muda",
|
"muda",
|
||||||
"objc2",
|
"objc2",
|
||||||
@@ -5099,6 +5146,15 @@ version = "1.0.4"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "uuid"
|
||||||
|
version = "0.8.2"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
|
||||||
|
dependencies = [
|
||||||
|
"getrandom 0.2.17",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "uuid"
|
name = "uuid"
|
||||||
version = "1.19.0"
|
version = "1.19.0"
|
||||||
@@ -5687,6 +5743,15 @@ dependencies = [
|
|||||||
"windows-targets 0.42.2",
|
"windows-targets 0.42.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "windows-sys"
|
||||||
|
version = "0.48.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
||||||
|
dependencies = [
|
||||||
|
"windows-targets 0.48.5",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "windows-sys"
|
name = "windows-sys"
|
||||||
version = "0.52.0"
|
version = "0.52.0"
|
||||||
@@ -5738,6 +5803,21 @@ dependencies = [
|
|||||||
"windows_x86_64_msvc 0.42.2",
|
"windows_x86_64_msvc 0.42.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "windows-targets"
|
||||||
|
version = "0.48.5"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
||||||
|
dependencies = [
|
||||||
|
"windows_aarch64_gnullvm 0.48.5",
|
||||||
|
"windows_aarch64_msvc 0.48.5",
|
||||||
|
"windows_i686_gnu 0.48.5",
|
||||||
|
"windows_i686_msvc 0.48.5",
|
||||||
|
"windows_x86_64_gnu 0.48.5",
|
||||||
|
"windows_x86_64_gnullvm 0.48.5",
|
||||||
|
"windows_x86_64_msvc 0.48.5",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "windows-targets"
|
name = "windows-targets"
|
||||||
version = "0.52.6"
|
version = "0.52.6"
|
||||||
@@ -5804,6 +5884,12 @@ version = "0.42.2"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "windows_aarch64_gnullvm"
|
||||||
|
version = "0.48.5"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "windows_aarch64_gnullvm"
|
name = "windows_aarch64_gnullvm"
|
||||||
version = "0.52.6"
|
version = "0.52.6"
|
||||||
@@ -5822,6 +5908,12 @@ version = "0.42.2"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "windows_aarch64_msvc"
|
||||||
|
version = "0.48.5"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "windows_aarch64_msvc"
|
name = "windows_aarch64_msvc"
|
||||||
version = "0.52.6"
|
version = "0.52.6"
|
||||||
@@ -5840,6 +5932,12 @@ version = "0.42.2"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "windows_i686_gnu"
|
||||||
|
version = "0.48.5"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "windows_i686_gnu"
|
name = "windows_i686_gnu"
|
||||||
version = "0.52.6"
|
version = "0.52.6"
|
||||||
@@ -5870,6 +5968,12 @@ version = "0.42.2"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "windows_i686_msvc"
|
||||||
|
version = "0.48.5"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "windows_i686_msvc"
|
name = "windows_i686_msvc"
|
||||||
version = "0.52.6"
|
version = "0.52.6"
|
||||||
@@ -5888,6 +5992,12 @@ version = "0.42.2"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "windows_x86_64_gnu"
|
||||||
|
version = "0.48.5"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "windows_x86_64_gnu"
|
name = "windows_x86_64_gnu"
|
||||||
version = "0.52.6"
|
version = "0.52.6"
|
||||||
@@ -5906,6 +6016,12 @@ version = "0.42.2"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "windows_x86_64_gnullvm"
|
||||||
|
version = "0.48.5"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "windows_x86_64_gnullvm"
|
name = "windows_x86_64_gnullvm"
|
||||||
version = "0.52.6"
|
version = "0.52.6"
|
||||||
@@ -5924,6 +6040,12 @@ version = "0.42.2"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "windows_x86_64_msvc"
|
||||||
|
version = "0.48.5"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "windows_x86_64_msvc"
|
name = "windows_x86_64_msvc"
|
||||||
version = "0.52.6"
|
version = "0.52.6"
|
||||||
@@ -6004,7 +6126,7 @@ dependencies = [
|
|||||||
"block2",
|
"block2",
|
||||||
"cookie",
|
"cookie",
|
||||||
"crossbeam-channel",
|
"crossbeam-channel",
|
||||||
"dirs",
|
"dirs 6.0.0",
|
||||||
"dpi",
|
"dpi",
|
||||||
"dunce",
|
"dunce",
|
||||||
"gdkx11",
|
"gdkx11",
|
||||||
@@ -6127,7 +6249,7 @@ dependencies = [
|
|||||||
"serde_repr",
|
"serde_repr",
|
||||||
"tracing",
|
"tracing",
|
||||||
"uds_windows",
|
"uds_windows",
|
||||||
"uuid",
|
"uuid 1.19.0",
|
||||||
"windows-sys 0.61.2",
|
"windows-sys 0.61.2",
|
||||||
"winnow 0.7.14",
|
"winnow 0.7.14",
|
||||||
"zbus_macros",
|
"zbus_macros",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "hikari-desktop"
|
name = "hikari-desktop"
|
||||||
version = "0.3.0"
|
version = "1.3.0"
|
||||||
description = "Hikari - Claude Code Visual Assistant"
|
description = "Hikari - Claude Code Visual Assistant"
|
||||||
authors = ["Naomi Carrigan"]
|
authors = ["Naomi Carrigan"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
@@ -31,6 +31,8 @@ tauri-plugin-fs = "2"
|
|||||||
tempfile = "3"
|
tempfile = "3"
|
||||||
semver = "1"
|
semver = "1"
|
||||||
chrono = { version = "0.4.43", features = ["serde"] }
|
chrono = { version = "0.4.43", features = ["serde"] }
|
||||||
|
discord-rich-presence = "0.2"
|
||||||
|
dirs = "5"
|
||||||
|
|
||||||
[target.'cfg(windows)'.dependencies]
|
[target.'cfg(windows)'.dependencies]
|
||||||
windows = { version = "0.62", features = [
|
windows = { version = "0.62", features = [
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 127 KiB |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 47 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 154 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 181 KiB |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 5.1 KiB |
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 6.4 KiB |
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.7 KiB |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 92 KiB |
|
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 196 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 55 KiB |
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 338 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 149 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 466 KiB |
|
Before Width: | Height: | Size: 878 B After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 9.0 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 8.4 KiB |
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 8.4 KiB |
|
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 123 KiB After Width: | Height: | Size: 1.7 MiB |
|
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 66 KiB |
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 58 KiB |
@@ -3,6 +3,7 @@ use std::collections::HashMap;
|
|||||||
use std::sync::Arc;
|
use std::sync::Arc;
|
||||||
use tauri::AppHandle;
|
use tauri::AppHandle;
|
||||||
|
|
||||||
|
use crate::commands::record_session;
|
||||||
use crate::config::ClaudeStartOptions;
|
use crate::config::ClaudeStartOptions;
|
||||||
use crate::stats::UsageStats;
|
use crate::stats::UsageStats;
|
||||||
use crate::wsl_bridge::WslBridge;
|
use crate::wsl_bridge::WslBridge;
|
||||||
@@ -53,7 +54,12 @@ impl BridgeManager {
|
|||||||
.or_insert_with(|| WslBridge::new_with_conversation_id(conversation_id.to_string()));
|
.or_insert_with(|| WslBridge::new_with_conversation_id(conversation_id.to_string()));
|
||||||
|
|
||||||
// Start the Claude process
|
// Start the Claude process
|
||||||
bridge.start(app, options)?;
|
bridge.start(app.clone(), options)?;
|
||||||
|
|
||||||
|
// Record session start for cost tracking
|
||||||
|
tauri::async_runtime::spawn(async move {
|
||||||
|
record_session(&app).await;
|
||||||
|
});
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -257,3 +257,468 @@ pub fn update_clipboard_language(
|
|||||||
save_history(&app, &history)?;
|
save_history(&app, &history)?;
|
||||||
Ok(updated_entry)
|
Ok(updated_entry)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[cfg(test)]
|
||||||
|
mod tests {
|
||||||
|
use super::*;
|
||||||
|
|
||||||
|
// ==================== ClipboardEntry tests ====================
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_clipboard_entry_new() {
|
||||||
|
let entry = ClipboardEntry::new(
|
||||||
|
"let x = 42;".to_string(),
|
||||||
|
Some("rust".to_string()),
|
||||||
|
Some("main.rs".to_string()),
|
||||||
|
);
|
||||||
|
|
||||||
|
assert_eq!(entry.content, "let x = 42;");
|
||||||
|
assert_eq!(entry.language, Some("rust".to_string()));
|
||||||
|
assert_eq!(entry.source, Some("main.rs".to_string()));
|
||||||
|
assert!(!entry.is_pinned);
|
||||||
|
assert!(!entry.id.is_empty());
|
||||||
|
assert!(!entry.timestamp.is_empty());
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_clipboard_entry_new_without_optional_fields() {
|
||||||
|
let entry = ClipboardEntry::new("some content".to_string(), None, None);
|
||||||
|
|
||||||
|
assert_eq!(entry.content, "some content");
|
||||||
|
assert!(entry.language.is_none());
|
||||||
|
assert!(entry.source.is_none());
|
||||||
|
assert!(!entry.is_pinned);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_clipboard_entry_unique_ids() {
|
||||||
|
let entry1 = ClipboardEntry::new("content1".to_string(), None, None);
|
||||||
|
let entry2 = ClipboardEntry::new("content2".to_string(), None, None);
|
||||||
|
|
||||||
|
assert_ne!(entry1.id, entry2.id);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_clipboard_entry_serialization() {
|
||||||
|
let entry = ClipboardEntry::new(
|
||||||
|
"fn main() {}".to_string(),
|
||||||
|
Some("rust".to_string()),
|
||||||
|
Some("lib.rs".to_string()),
|
||||||
|
);
|
||||||
|
|
||||||
|
let json = serde_json::to_string(&entry).unwrap();
|
||||||
|
assert!(json.contains("fn main() {}"));
|
||||||
|
assert!(json.contains("rust"));
|
||||||
|
assert!(json.contains("lib.rs"));
|
||||||
|
assert!(json.contains("is_pinned"));
|
||||||
|
|
||||||
|
let deserialized: ClipboardEntry = serde_json::from_str(&json).unwrap();
|
||||||
|
assert_eq!(deserialized.content, entry.content);
|
||||||
|
assert_eq!(deserialized.language, entry.language);
|
||||||
|
assert_eq!(deserialized.source, entry.source);
|
||||||
|
assert_eq!(deserialized.id, entry.id);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_clipboard_entry_clone() {
|
||||||
|
let entry = ClipboardEntry::new(
|
||||||
|
"original".to_string(),
|
||||||
|
Some("python".to_string()),
|
||||||
|
None,
|
||||||
|
);
|
||||||
|
|
||||||
|
let cloned = entry.clone();
|
||||||
|
assert_eq!(cloned.content, entry.content);
|
||||||
|
assert_eq!(cloned.id, entry.id);
|
||||||
|
assert_eq!(cloned.language, entry.language);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_clipboard_entry_timestamp_is_rfc3339() {
|
||||||
|
let entry = ClipboardEntry::new("test".to_string(), None, None);
|
||||||
|
|
||||||
|
// RFC3339 timestamp should parse successfully
|
||||||
|
let parsed = chrono::DateTime::parse_from_rfc3339(&entry.timestamp);
|
||||||
|
assert!(parsed.is_ok());
|
||||||
|
}
|
||||||
|
|
||||||
|
// ==================== ClipboardHistory tests ====================
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_clipboard_history_default() {
|
||||||
|
let history = ClipboardHistory::default();
|
||||||
|
assert!(history.entries.is_empty());
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_clipboard_history_serialization() {
|
||||||
|
let mut history = ClipboardHistory::default();
|
||||||
|
history.entries.push(ClipboardEntry::new(
|
||||||
|
"entry1".to_string(),
|
||||||
|
Some("js".to_string()),
|
||||||
|
None,
|
||||||
|
));
|
||||||
|
history.entries.push(ClipboardEntry::new(
|
||||||
|
"entry2".to_string(),
|
||||||
|
None,
|
||||||
|
Some("file.txt".to_string()),
|
||||||
|
));
|
||||||
|
|
||||||
|
let json = serde_json::to_string(&history).unwrap();
|
||||||
|
assert!(json.contains("entry1"));
|
||||||
|
assert!(json.contains("entry2"));
|
||||||
|
assert!(json.contains("js"));
|
||||||
|
assert!(json.contains("file.txt"));
|
||||||
|
|
||||||
|
let deserialized: ClipboardHistory = serde_json::from_str(&json).unwrap();
|
||||||
|
assert_eq!(deserialized.entries.len(), 2);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_clipboard_history_entries_order() {
|
||||||
|
let mut history = ClipboardHistory::default();
|
||||||
|
|
||||||
|
history.entries.push(ClipboardEntry::new("first".to_string(), None, None));
|
||||||
|
history.entries.push(ClipboardEntry::new("second".to_string(), None, None));
|
||||||
|
history.entries.push(ClipboardEntry::new("third".to_string(), None, None));
|
||||||
|
|
||||||
|
assert_eq!(history.entries[0].content, "first");
|
||||||
|
assert_eq!(history.entries[1].content, "second");
|
||||||
|
assert_eq!(history.entries[2].content, "third");
|
||||||
|
}
|
||||||
|
|
||||||
|
// ==================== ClipboardState tests ====================
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_clipboard_state_default() {
|
||||||
|
let state = ClipboardState::default();
|
||||||
|
assert!(state.last_content.is_none());
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_clipboard_state_with_content() {
|
||||||
|
let state = ClipboardState {
|
||||||
|
last_content: Some("cached content".to_string()),
|
||||||
|
};
|
||||||
|
assert_eq!(state.last_content, Some("cached content".to_string()));
|
||||||
|
}
|
||||||
|
|
||||||
|
// ==================== MAX_HISTORY_SIZE constant test ====================
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_max_history_size_is_reasonable() {
|
||||||
|
assert_eq!(MAX_HISTORY_SIZE, 100);
|
||||||
|
// Compile-time assertions for constant bounds
|
||||||
|
const _: () = assert!(MAX_HISTORY_SIZE > 0);
|
||||||
|
const _: () = assert!(MAX_HISTORY_SIZE <= 1000); // Sanity check
|
||||||
|
}
|
||||||
|
|
||||||
|
// ==================== Pinned entry sorting tests ====================
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
#[allow(clippy::useless_vec)]
|
||||||
|
fn test_pinned_entries_sorting() {
|
||||||
|
let mut entries = vec![
|
||||||
|
ClipboardEntry {
|
||||||
|
id: "1".to_string(),
|
||||||
|
content: "unpinned older".to_string(),
|
||||||
|
language: None,
|
||||||
|
source: None,
|
||||||
|
timestamp: "2024-01-01T00:00:00Z".to_string(),
|
||||||
|
is_pinned: false,
|
||||||
|
},
|
||||||
|
ClipboardEntry {
|
||||||
|
id: "2".to_string(),
|
||||||
|
content: "pinned".to_string(),
|
||||||
|
language: None,
|
||||||
|
source: None,
|
||||||
|
timestamp: "2024-01-02T00:00:00Z".to_string(),
|
||||||
|
is_pinned: true,
|
||||||
|
},
|
||||||
|
ClipboardEntry {
|
||||||
|
id: "3".to_string(),
|
||||||
|
content: "unpinned newer".to_string(),
|
||||||
|
language: None,
|
||||||
|
source: None,
|
||||||
|
timestamp: "2024-01-03T00:00:00Z".to_string(),
|
||||||
|
is_pinned: false,
|
||||||
|
},
|
||||||
|
];
|
||||||
|
|
||||||
|
// Apply the same sorting logic as used in the module
|
||||||
|
entries.sort_by(|a, b| {
|
||||||
|
if a.is_pinned && !b.is_pinned {
|
||||||
|
std::cmp::Ordering::Less
|
||||||
|
} else if !a.is_pinned && b.is_pinned {
|
||||||
|
std::cmp::Ordering::Greater
|
||||||
|
} else {
|
||||||
|
b.timestamp.cmp(&a.timestamp)
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
// Pinned should be first
|
||||||
|
assert!(entries[0].is_pinned);
|
||||||
|
assert_eq!(entries[0].id, "2");
|
||||||
|
|
||||||
|
// Then unpinned sorted by timestamp descending (newest first)
|
||||||
|
assert_eq!(entries[1].id, "3"); // newer unpinned
|
||||||
|
assert_eq!(entries[2].id, "1"); // older unpinned
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
#[allow(clippy::useless_vec)]
|
||||||
|
fn test_multiple_pinned_entries_sorting() {
|
||||||
|
let mut entries = vec![
|
||||||
|
ClipboardEntry {
|
||||||
|
id: "1".to_string(),
|
||||||
|
content: "pinned older".to_string(),
|
||||||
|
language: None,
|
||||||
|
source: None,
|
||||||
|
timestamp: "2024-01-01T00:00:00Z".to_string(),
|
||||||
|
is_pinned: true,
|
||||||
|
},
|
||||||
|
ClipboardEntry {
|
||||||
|
id: "2".to_string(),
|
||||||
|
content: "unpinned".to_string(),
|
||||||
|
language: None,
|
||||||
|
source: None,
|
||||||
|
timestamp: "2024-01-02T00:00:00Z".to_string(),
|
||||||
|
is_pinned: false,
|
||||||
|
},
|
||||||
|
ClipboardEntry {
|
||||||
|
id: "3".to_string(),
|
||||||
|
content: "pinned newer".to_string(),
|
||||||
|
language: None,
|
||||||
|
source: None,
|
||||||
|
timestamp: "2024-01-03T00:00:00Z".to_string(),
|
||||||
|
is_pinned: true,
|
||||||
|
},
|
||||||
|
];
|
||||||
|
|
||||||
|
entries.sort_by(|a, b| {
|
||||||
|
if a.is_pinned && !b.is_pinned {
|
||||||
|
std::cmp::Ordering::Less
|
||||||
|
} else if !a.is_pinned && b.is_pinned {
|
||||||
|
std::cmp::Ordering::Greater
|
||||||
|
} else {
|
||||||
|
b.timestamp.cmp(&a.timestamp)
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
// Both pinned first, sorted by timestamp
|
||||||
|
assert!(entries[0].is_pinned);
|
||||||
|
assert_eq!(entries[0].id, "3"); // pinned newer
|
||||||
|
assert!(entries[1].is_pinned);
|
||||||
|
assert_eq!(entries[1].id, "1"); // pinned older
|
||||||
|
// Then unpinned
|
||||||
|
assert!(!entries[2].is_pinned);
|
||||||
|
assert_eq!(entries[2].id, "2");
|
||||||
|
}
|
||||||
|
|
||||||
|
// ==================== Entry filtering tests ====================
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_filter_entries_by_language() {
|
||||||
|
let history = ClipboardHistory {
|
||||||
|
entries: vec![
|
||||||
|
ClipboardEntry {
|
||||||
|
id: "1".to_string(),
|
||||||
|
content: "rust code".to_string(),
|
||||||
|
language: Some("rust".to_string()),
|
||||||
|
source: None,
|
||||||
|
timestamp: "2024-01-01T00:00:00Z".to_string(),
|
||||||
|
is_pinned: false,
|
||||||
|
},
|
||||||
|
ClipboardEntry {
|
||||||
|
id: "2".to_string(),
|
||||||
|
content: "js code".to_string(),
|
||||||
|
language: Some("javascript".to_string()),
|
||||||
|
source: None,
|
||||||
|
timestamp: "2024-01-02T00:00:00Z".to_string(),
|
||||||
|
is_pinned: false,
|
||||||
|
},
|
||||||
|
ClipboardEntry {
|
||||||
|
id: "3".to_string(),
|
||||||
|
content: "more rust".to_string(),
|
||||||
|
language: Some("rust".to_string()),
|
||||||
|
source: None,
|
||||||
|
timestamp: "2024-01-03T00:00:00Z".to_string(),
|
||||||
|
is_pinned: false,
|
||||||
|
},
|
||||||
|
],
|
||||||
|
};
|
||||||
|
|
||||||
|
let filtered: Vec<_> = history
|
||||||
|
.entries
|
||||||
|
.iter()
|
||||||
|
.filter(|e| e.language.as_ref() == Some(&"rust".to_string()))
|
||||||
|
.collect();
|
||||||
|
|
||||||
|
assert_eq!(filtered.len(), 2);
|
||||||
|
assert!(filtered.iter().all(|e| e.language == Some("rust".to_string())));
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_search_entries_by_content() {
|
||||||
|
let history = ClipboardHistory {
|
||||||
|
entries: vec![
|
||||||
|
ClipboardEntry {
|
||||||
|
id: "1".to_string(),
|
||||||
|
content: "fn hello_world()".to_string(),
|
||||||
|
language: Some("rust".to_string()),
|
||||||
|
source: None,
|
||||||
|
timestamp: "2024-01-01T00:00:00Z".to_string(),
|
||||||
|
is_pinned: false,
|
||||||
|
},
|
||||||
|
ClipboardEntry {
|
||||||
|
id: "2".to_string(),
|
||||||
|
content: "function hello()".to_string(),
|
||||||
|
language: Some("javascript".to_string()),
|
||||||
|
source: None,
|
||||||
|
timestamp: "2024-01-02T00:00:00Z".to_string(),
|
||||||
|
is_pinned: false,
|
||||||
|
},
|
||||||
|
ClipboardEntry {
|
||||||
|
id: "3".to_string(),
|
||||||
|
content: "def goodbye()".to_string(),
|
||||||
|
language: Some("python".to_string()),
|
||||||
|
source: None,
|
||||||
|
timestamp: "2024-01-03T00:00:00Z".to_string(),
|
||||||
|
is_pinned: false,
|
||||||
|
},
|
||||||
|
],
|
||||||
|
};
|
||||||
|
|
||||||
|
let query = "hello";
|
||||||
|
let query_lower = query.to_lowercase();
|
||||||
|
let filtered: Vec<_> = history
|
||||||
|
.entries
|
||||||
|
.iter()
|
||||||
|
.filter(|e| e.content.to_lowercase().contains(&query_lower))
|
||||||
|
.collect();
|
||||||
|
|
||||||
|
assert_eq!(filtered.len(), 2);
|
||||||
|
assert!(filtered[0].content.contains("hello"));
|
||||||
|
assert!(filtered[1].content.contains("hello"));
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_search_entries_case_insensitive() {
|
||||||
|
let history = ClipboardHistory {
|
||||||
|
entries: vec![
|
||||||
|
ClipboardEntry {
|
||||||
|
id: "1".to_string(),
|
||||||
|
content: "HELLO WORLD".to_string(),
|
||||||
|
language: None,
|
||||||
|
source: None,
|
||||||
|
timestamp: "2024-01-01T00:00:00Z".to_string(),
|
||||||
|
is_pinned: false,
|
||||||
|
},
|
||||||
|
],
|
||||||
|
};
|
||||||
|
|
||||||
|
let query = "hello";
|
||||||
|
let query_lower = query.to_lowercase();
|
||||||
|
let filtered: Vec<_> = history
|
||||||
|
.entries
|
||||||
|
.iter()
|
||||||
|
.filter(|e| e.content.to_lowercase().contains(&query_lower))
|
||||||
|
.collect();
|
||||||
|
|
||||||
|
assert_eq!(filtered.len(), 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
// ==================== Unique languages extraction test ====================
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_extract_unique_languages() {
|
||||||
|
let history = ClipboardHistory {
|
||||||
|
entries: vec![
|
||||||
|
ClipboardEntry {
|
||||||
|
id: "1".to_string(),
|
||||||
|
content: "".to_string(),
|
||||||
|
language: Some("rust".to_string()),
|
||||||
|
source: None,
|
||||||
|
timestamp: "".to_string(),
|
||||||
|
is_pinned: false,
|
||||||
|
},
|
||||||
|
ClipboardEntry {
|
||||||
|
id: "2".to_string(),
|
||||||
|
content: "".to_string(),
|
||||||
|
language: Some("javascript".to_string()),
|
||||||
|
source: None,
|
||||||
|
timestamp: "".to_string(),
|
||||||
|
is_pinned: false,
|
||||||
|
},
|
||||||
|
ClipboardEntry {
|
||||||
|
id: "3".to_string(),
|
||||||
|
content: "".to_string(),
|
||||||
|
language: Some("rust".to_string()), // Duplicate
|
||||||
|
source: None,
|
||||||
|
timestamp: "".to_string(),
|
||||||
|
is_pinned: false,
|
||||||
|
},
|
||||||
|
ClipboardEntry {
|
||||||
|
id: "4".to_string(),
|
||||||
|
content: "".to_string(),
|
||||||
|
language: None, // No language
|
||||||
|
source: None,
|
||||||
|
timestamp: "".to_string(),
|
||||||
|
is_pinned: false,
|
||||||
|
},
|
||||||
|
],
|
||||||
|
};
|
||||||
|
|
||||||
|
let mut languages: Vec<String> = history
|
||||||
|
.entries
|
||||||
|
.iter()
|
||||||
|
.filter_map(|e| e.language.clone())
|
||||||
|
.collect();
|
||||||
|
languages.sort();
|
||||||
|
languages.dedup();
|
||||||
|
|
||||||
|
assert_eq!(languages.len(), 2);
|
||||||
|
assert!(languages.contains(&"rust".to_string()));
|
||||||
|
assert!(languages.contains(&"javascript".to_string()));
|
||||||
|
}
|
||||||
|
|
||||||
|
// ==================== Retain pinned entries test ====================
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_retain_pinned_on_clear() {
|
||||||
|
let mut history = ClipboardHistory {
|
||||||
|
entries: vec![
|
||||||
|
ClipboardEntry {
|
||||||
|
id: "1".to_string(),
|
||||||
|
content: "pinned".to_string(),
|
||||||
|
language: None,
|
||||||
|
source: None,
|
||||||
|
timestamp: "".to_string(),
|
||||||
|
is_pinned: true,
|
||||||
|
},
|
||||||
|
ClipboardEntry {
|
||||||
|
id: "2".to_string(),
|
||||||
|
content: "unpinned".to_string(),
|
||||||
|
language: None,
|
||||||
|
source: None,
|
||||||
|
timestamp: "".to_string(),
|
||||||
|
is_pinned: false,
|
||||||
|
},
|
||||||
|
ClipboardEntry {
|
||||||
|
id: "3".to_string(),
|
||||||
|
content: "another pinned".to_string(),
|
||||||
|
language: None,
|
||||||
|
source: None,
|
||||||
|
timestamp: "".to_string(),
|
||||||
|
is_pinned: true,
|
||||||
|
},
|
||||||
|
],
|
||||||
|
};
|
||||||
|
|
||||||
|
// Simulate clear (keep only pinned)
|
||||||
|
history.entries.retain(|e| e.is_pinned);
|
||||||
|
|
||||||
|
assert_eq!(history.entries.len(), 2);
|
||||||
|
assert!(history.entries.iter().all(|e| e.is_pinned));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -96,6 +96,25 @@ pub struct HikariConfig {
|
|||||||
// Custom theme colors
|
// Custom theme colors
|
||||||
#[serde(default)]
|
#[serde(default)]
|
||||||
pub custom_theme_colors: CustomThemeColors,
|
pub custom_theme_colors: CustomThemeColors,
|
||||||
|
|
||||||
|
// Token budget settings
|
||||||
|
#[serde(default)]
|
||||||
|
pub budget_enabled: bool,
|
||||||
|
|
||||||
|
#[serde(default)]
|
||||||
|
pub session_token_budget: Option<u64>,
|
||||||
|
|
||||||
|
#[serde(default)]
|
||||||
|
pub session_cost_budget: Option<f64>,
|
||||||
|
|
||||||
|
#[serde(default = "default_budget_action")]
|
||||||
|
pub budget_action: BudgetAction,
|
||||||
|
|
||||||
|
#[serde(default = "default_budget_warning_threshold")]
|
||||||
|
pub budget_warning_threshold: f32,
|
||||||
|
|
||||||
|
#[serde(default = "default_discord_rpc_enabled")]
|
||||||
|
pub discord_rpc_enabled: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Default for HikariConfig {
|
impl Default for HikariConfig {
|
||||||
@@ -123,6 +142,12 @@ impl Default for HikariConfig {
|
|||||||
profile_avatar_path: None,
|
profile_avatar_path: None,
|
||||||
profile_bio: None,
|
profile_bio: None,
|
||||||
custom_theme_colors: CustomThemeColors::default(),
|
custom_theme_colors: CustomThemeColors::default(),
|
||||||
|
budget_enabled: false,
|
||||||
|
session_token_budget: None,
|
||||||
|
session_cost_budget: None,
|
||||||
|
budget_action: BudgetAction::Warn,
|
||||||
|
budget_warning_threshold: 0.8,
|
||||||
|
discord_rpc_enabled: true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -147,6 +172,26 @@ fn default_font_size() -> u32 {
|
|||||||
14
|
14
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fn default_budget_action() -> BudgetAction {
|
||||||
|
BudgetAction::Warn
|
||||||
|
}
|
||||||
|
|
||||||
|
fn default_budget_warning_threshold() -> f32 {
|
||||||
|
0.8
|
||||||
|
}
|
||||||
|
|
||||||
|
fn default_discord_rpc_enabled() -> bool {
|
||||||
|
true
|
||||||
|
}
|
||||||
|
|
||||||
|
#[derive(Debug, Clone, Serialize, Deserialize, Default, PartialEq)]
|
||||||
|
#[serde(rename_all = "lowercase")]
|
||||||
|
pub enum BudgetAction {
|
||||||
|
#[default]
|
||||||
|
Warn,
|
||||||
|
Block,
|
||||||
|
}
|
||||||
|
|
||||||
#[derive(Debug, Clone, Serialize, Deserialize, Default, PartialEq)]
|
#[derive(Debug, Clone, Serialize, Deserialize, Default, PartialEq)]
|
||||||
#[serde(rename_all = "lowercase")]
|
#[serde(rename_all = "lowercase")]
|
||||||
pub enum Theme {
|
pub enum Theme {
|
||||||
@@ -205,6 +250,12 @@ mod tests {
|
|||||||
assert!(config.profile_avatar_path.is_none());
|
assert!(config.profile_avatar_path.is_none());
|
||||||
assert!(config.profile_bio.is_none());
|
assert!(config.profile_bio.is_none());
|
||||||
assert_eq!(config.custom_theme_colors, CustomThemeColors::default());
|
assert_eq!(config.custom_theme_colors, CustomThemeColors::default());
|
||||||
|
assert!(!config.budget_enabled);
|
||||||
|
assert!(config.session_token_budget.is_none());
|
||||||
|
assert!(config.session_cost_budget.is_none());
|
||||||
|
assert_eq!(config.budget_action, BudgetAction::Warn);
|
||||||
|
assert!((config.budget_warning_threshold - 0.8).abs() < f32::EPSILON);
|
||||||
|
assert!(config.discord_rpc_enabled);
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
@@ -232,6 +283,12 @@ mod tests {
|
|||||||
profile_avatar_path: None,
|
profile_avatar_path: None,
|
||||||
profile_bio: Some("A test bio".to_string()),
|
profile_bio: Some("A test bio".to_string()),
|
||||||
custom_theme_colors: CustomThemeColors::default(),
|
custom_theme_colors: CustomThemeColors::default(),
|
||||||
|
budget_enabled: true,
|
||||||
|
session_token_budget: Some(100000),
|
||||||
|
session_cost_budget: Some(1.50),
|
||||||
|
budget_action: BudgetAction::Block,
|
||||||
|
budget_warning_threshold: 0.75,
|
||||||
|
discord_rpc_enabled: true,
|
||||||
};
|
};
|
||||||
|
|
||||||
let json = serde_json::to_string(&config).unwrap();
|
let json = serde_json::to_string(&config).unwrap();
|
||||||
|
|||||||
@@ -0,0 +1,376 @@
|
|||||||
|
use chrono::{Datelike, Local, NaiveDate, Weekday};
|
||||||
|
use serde::{Deserialize, Serialize};
|
||||||
|
use std::collections::HashMap;
|
||||||
|
|
||||||
|
/// Represents a single day's cost data
|
||||||
|
#[derive(Debug, Clone, Serialize, Deserialize, Default)]
|
||||||
|
pub struct DailyCost {
|
||||||
|
pub date: String, // ISO date string (YYYY-MM-DD)
|
||||||
|
pub input_tokens: u64,
|
||||||
|
pub output_tokens: u64,
|
||||||
|
pub cost_usd: f64,
|
||||||
|
pub messages_sent: u64,
|
||||||
|
pub sessions_count: u64,
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Historical cost tracking data
|
||||||
|
#[derive(Debug, Clone, Serialize, Deserialize, Default)]
|
||||||
|
pub struct CostHistory {
|
||||||
|
/// Daily costs indexed by date string (YYYY-MM-DD)
|
||||||
|
pub daily_costs: HashMap<String, DailyCost>,
|
||||||
|
/// Cost alert thresholds
|
||||||
|
pub daily_alert_threshold: Option<f64>,
|
||||||
|
pub weekly_alert_threshold: Option<f64>,
|
||||||
|
pub monthly_alert_threshold: Option<f64>,
|
||||||
|
/// Whether alerts have been triggered today
|
||||||
|
pub daily_alert_triggered: bool,
|
||||||
|
pub weekly_alert_triggered: bool,
|
||||||
|
pub monthly_alert_triggered: bool,
|
||||||
|
pub last_alert_reset_date: Option<String>,
|
||||||
|
}
|
||||||
|
|
||||||
|
impl CostHistory {
|
||||||
|
pub fn new() -> Self {
|
||||||
|
Self::default()
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Get today's date as a string
|
||||||
|
fn today_str() -> String {
|
||||||
|
Local::now().format("%Y-%m-%d").to_string()
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Get the start of the current week (Monday)
|
||||||
|
fn week_start() -> NaiveDate {
|
||||||
|
let today = Local::now().date_naive();
|
||||||
|
let days_since_monday = today.weekday().num_days_from_monday();
|
||||||
|
today - chrono::Duration::days(days_since_monday as i64)
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Get the start of the current month
|
||||||
|
fn month_start() -> NaiveDate {
|
||||||
|
let today = Local::now().date_naive();
|
||||||
|
NaiveDate::from_ymd_opt(today.year(), today.month(), 1).unwrap_or(today)
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Add cost for today
|
||||||
|
pub fn add_cost(&mut self, input_tokens: u64, output_tokens: u64, cost_usd: f64) {
|
||||||
|
let today = Self::today_str();
|
||||||
|
|
||||||
|
// Reset alert flags if it's a new day
|
||||||
|
if self.last_alert_reset_date.as_ref() != Some(&today) {
|
||||||
|
self.daily_alert_triggered = false;
|
||||||
|
// Reset weekly on Monday
|
||||||
|
if Local::now().weekday() == Weekday::Mon {
|
||||||
|
self.weekly_alert_triggered = false;
|
||||||
|
}
|
||||||
|
// Reset monthly on the 1st
|
||||||
|
if Local::now().day() == 1 {
|
||||||
|
self.monthly_alert_triggered = false;
|
||||||
|
}
|
||||||
|
self.last_alert_reset_date = Some(today.clone());
|
||||||
|
}
|
||||||
|
|
||||||
|
let daily = self.daily_costs.entry(today).or_default();
|
||||||
|
daily.input_tokens += input_tokens;
|
||||||
|
daily.output_tokens += output_tokens;
|
||||||
|
daily.cost_usd += cost_usd;
|
||||||
|
daily.messages_sent += 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Increment session count for today
|
||||||
|
pub fn increment_sessions(&mut self) {
|
||||||
|
let today = Self::today_str();
|
||||||
|
let daily = self.daily_costs.entry(today.clone()).or_insert_with(|| DailyCost {
|
||||||
|
date: today,
|
||||||
|
..Default::default()
|
||||||
|
});
|
||||||
|
daily.sessions_count += 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Get today's cost
|
||||||
|
pub fn get_today_cost(&self) -> f64 {
|
||||||
|
self.daily_costs
|
||||||
|
.get(&Self::today_str())
|
||||||
|
.map(|d| d.cost_usd)
|
||||||
|
.unwrap_or(0.0)
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Get this week's cost (Monday to Sunday)
|
||||||
|
pub fn get_week_cost(&self) -> f64 {
|
||||||
|
let week_start = Self::week_start();
|
||||||
|
self.daily_costs
|
||||||
|
.values()
|
||||||
|
.filter(|d| {
|
||||||
|
NaiveDate::parse_from_str(&d.date, "%Y-%m-%d")
|
||||||
|
.map(|date| date >= week_start)
|
||||||
|
.unwrap_or(false)
|
||||||
|
})
|
||||||
|
.map(|d| d.cost_usd)
|
||||||
|
.sum()
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Get this month's cost
|
||||||
|
pub fn get_month_cost(&self) -> f64 {
|
||||||
|
let month_start = Self::month_start();
|
||||||
|
self.daily_costs
|
||||||
|
.values()
|
||||||
|
.filter(|d| {
|
||||||
|
NaiveDate::parse_from_str(&d.date, "%Y-%m-%d")
|
||||||
|
.map(|date| date >= month_start)
|
||||||
|
.unwrap_or(false)
|
||||||
|
})
|
||||||
|
.map(|d| d.cost_usd)
|
||||||
|
.sum()
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Get cost summary for a date range
|
||||||
|
pub fn get_summary(&self, days: u32) -> CostSummary {
|
||||||
|
let today = Local::now().date_naive();
|
||||||
|
let start_date = today - chrono::Duration::days(days as i64 - 1);
|
||||||
|
|
||||||
|
let mut total_input_tokens = 0u64;
|
||||||
|
let mut total_output_tokens = 0u64;
|
||||||
|
let mut total_cost = 0.0f64;
|
||||||
|
let mut total_messages = 0u64;
|
||||||
|
let mut total_sessions = 0u64;
|
||||||
|
let mut daily_breakdown = Vec::new();
|
||||||
|
|
||||||
|
for i in 0..days {
|
||||||
|
let date = start_date + chrono::Duration::days(i as i64);
|
||||||
|
let date_str = date.format("%Y-%m-%d").to_string();
|
||||||
|
|
||||||
|
if let Some(daily) = self.daily_costs.get(&date_str) {
|
||||||
|
total_input_tokens += daily.input_tokens;
|
||||||
|
total_output_tokens += daily.output_tokens;
|
||||||
|
total_cost += daily.cost_usd;
|
||||||
|
total_messages += daily.messages_sent;
|
||||||
|
total_sessions += daily.sessions_count;
|
||||||
|
daily_breakdown.push(daily.clone());
|
||||||
|
} else {
|
||||||
|
daily_breakdown.push(DailyCost {
|
||||||
|
date: date_str,
|
||||||
|
..Default::default()
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
CostSummary {
|
||||||
|
period_days: days,
|
||||||
|
total_input_tokens,
|
||||||
|
total_output_tokens,
|
||||||
|
total_cost,
|
||||||
|
total_messages,
|
||||||
|
total_sessions,
|
||||||
|
average_daily_cost: if days > 0 { total_cost / days as f64 } else { 0.0 },
|
||||||
|
daily_breakdown,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Check if any alert thresholds are exceeded and return which ones
|
||||||
|
pub fn check_alerts(&mut self) -> Vec<CostAlert> {
|
||||||
|
let mut alerts = Vec::new();
|
||||||
|
|
||||||
|
if let Some(threshold) = self.daily_alert_threshold {
|
||||||
|
let today_cost = self.get_today_cost();
|
||||||
|
if today_cost >= threshold && !self.daily_alert_triggered {
|
||||||
|
self.daily_alert_triggered = true;
|
||||||
|
alerts.push(CostAlert {
|
||||||
|
alert_type: AlertType::Daily,
|
||||||
|
threshold,
|
||||||
|
current_cost: today_cost,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if let Some(threshold) = self.weekly_alert_threshold {
|
||||||
|
let week_cost = self.get_week_cost();
|
||||||
|
if week_cost >= threshold && !self.weekly_alert_triggered {
|
||||||
|
self.weekly_alert_triggered = true;
|
||||||
|
alerts.push(CostAlert {
|
||||||
|
alert_type: AlertType::Weekly,
|
||||||
|
threshold,
|
||||||
|
current_cost: week_cost,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if let Some(threshold) = self.monthly_alert_threshold {
|
||||||
|
let month_cost = self.get_month_cost();
|
||||||
|
if month_cost >= threshold && !self.monthly_alert_triggered {
|
||||||
|
self.monthly_alert_triggered = true;
|
||||||
|
alerts.push(CostAlert {
|
||||||
|
alert_type: AlertType::Monthly,
|
||||||
|
threshold,
|
||||||
|
current_cost: month_cost,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
alerts
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Set alert thresholds
|
||||||
|
pub fn set_alert_thresholds(
|
||||||
|
&mut self,
|
||||||
|
daily: Option<f64>,
|
||||||
|
weekly: Option<f64>,
|
||||||
|
monthly: Option<f64>,
|
||||||
|
) {
|
||||||
|
self.daily_alert_threshold = daily;
|
||||||
|
self.weekly_alert_threshold = weekly;
|
||||||
|
self.monthly_alert_threshold = monthly;
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Clean up old data (keep last N days)
|
||||||
|
#[allow(dead_code)]
|
||||||
|
pub fn cleanup_old_data(&mut self, keep_days: u32) {
|
||||||
|
let cutoff = Local::now().date_naive() - chrono::Duration::days(keep_days as i64);
|
||||||
|
self.daily_costs.retain(|date_str, _| {
|
||||||
|
NaiveDate::parse_from_str(date_str, "%Y-%m-%d")
|
||||||
|
.map(|date| date >= cutoff)
|
||||||
|
.unwrap_or(false)
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Export to CSV format
|
||||||
|
pub fn export_csv(&self, days: u32) -> String {
|
||||||
|
let summary = self.get_summary(days);
|
||||||
|
let mut csv = String::from("Date,Input Tokens,Output Tokens,Cost (USD),Messages,Sessions\n");
|
||||||
|
|
||||||
|
for daily in &summary.daily_breakdown {
|
||||||
|
csv.push_str(&format!(
|
||||||
|
"{},{},{},{:.4},{},{}\n",
|
||||||
|
daily.date,
|
||||||
|
daily.input_tokens,
|
||||||
|
daily.output_tokens,
|
||||||
|
daily.cost_usd,
|
||||||
|
daily.messages_sent,
|
||||||
|
daily.sessions_count
|
||||||
|
));
|
||||||
|
}
|
||||||
|
|
||||||
|
// Add totals row
|
||||||
|
csv.push_str(&format!(
|
||||||
|
"TOTAL,{},{},{:.4},{},{}\n",
|
||||||
|
summary.total_input_tokens,
|
||||||
|
summary.total_output_tokens,
|
||||||
|
summary.total_cost,
|
||||||
|
summary.total_messages,
|
||||||
|
summary.total_sessions
|
||||||
|
));
|
||||||
|
|
||||||
|
csv
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Cost summary for a period
|
||||||
|
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||||
|
pub struct CostSummary {
|
||||||
|
pub period_days: u32,
|
||||||
|
pub total_input_tokens: u64,
|
||||||
|
pub total_output_tokens: u64,
|
||||||
|
pub total_cost: f64,
|
||||||
|
pub total_messages: u64,
|
||||||
|
pub total_sessions: u64,
|
||||||
|
pub average_daily_cost: f64,
|
||||||
|
pub daily_breakdown: Vec<DailyCost>,
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Alert types
|
||||||
|
#[derive(Debug, Clone, Serialize, Deserialize, PartialEq)]
|
||||||
|
pub enum AlertType {
|
||||||
|
Daily,
|
||||||
|
Weekly,
|
||||||
|
Monthly,
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Cost alert notification
|
||||||
|
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||||
|
pub struct CostAlert {
|
||||||
|
pub alert_type: AlertType,
|
||||||
|
pub threshold: f64,
|
||||||
|
pub current_cost: f64,
|
||||||
|
}
|
||||||
|
|
||||||
|
#[cfg(test)]
|
||||||
|
mod tests {
|
||||||
|
use super::*;
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_add_cost() {
|
||||||
|
let mut history = CostHistory::new();
|
||||||
|
history.add_cost(1000, 500, 0.05);
|
||||||
|
|
||||||
|
let today_cost = history.get_today_cost();
|
||||||
|
assert!((today_cost - 0.05).abs() < 0.0001);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_accumulate_daily_cost() {
|
||||||
|
let mut history = CostHistory::new();
|
||||||
|
history.add_cost(1000, 500, 0.05);
|
||||||
|
history.add_cost(2000, 1000, 0.10);
|
||||||
|
|
||||||
|
let today_cost = history.get_today_cost();
|
||||||
|
assert!((today_cost - 0.15).abs() < 0.0001);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_summary() {
|
||||||
|
let mut history = CostHistory::new();
|
||||||
|
history.add_cost(1000, 500, 0.05);
|
||||||
|
|
||||||
|
let summary = history.get_summary(7);
|
||||||
|
assert_eq!(summary.period_days, 7);
|
||||||
|
assert!((summary.total_cost - 0.05).abs() < 0.0001);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_daily_alert() {
|
||||||
|
let mut history = CostHistory::new();
|
||||||
|
history.set_alert_thresholds(Some(0.10), None, None);
|
||||||
|
|
||||||
|
history.add_cost(1000, 500, 0.05);
|
||||||
|
let alerts = history.check_alerts();
|
||||||
|
assert!(alerts.is_empty());
|
||||||
|
|
||||||
|
history.add_cost(1000, 500, 0.06);
|
||||||
|
let alerts = history.check_alerts();
|
||||||
|
assert_eq!(alerts.len(), 1);
|
||||||
|
assert_eq!(alerts[0].alert_type, AlertType::Daily);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_alert_only_triggers_once() {
|
||||||
|
let mut history = CostHistory::new();
|
||||||
|
history.set_alert_thresholds(Some(0.10), None, None);
|
||||||
|
|
||||||
|
history.add_cost(1000, 500, 0.15);
|
||||||
|
let alerts = history.check_alerts();
|
||||||
|
assert_eq!(alerts.len(), 1);
|
||||||
|
|
||||||
|
// Second check should not trigger again
|
||||||
|
let alerts = history.check_alerts();
|
||||||
|
assert!(alerts.is_empty());
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_export_csv() {
|
||||||
|
let mut history = CostHistory::new();
|
||||||
|
history.add_cost(1000, 500, 0.05);
|
||||||
|
|
||||||
|
let csv = history.export_csv(1);
|
||||||
|
assert!(csv.contains("Date,Input Tokens"));
|
||||||
|
assert!(csv.contains("TOTAL"));
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_increment_sessions() {
|
||||||
|
let mut history = CostHistory::new();
|
||||||
|
history.increment_sessions();
|
||||||
|
history.increment_sessions();
|
||||||
|
|
||||||
|
let summary = history.get_summary(1);
|
||||||
|
assert_eq!(summary.total_sessions, 2);
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,218 @@
|
|||||||
|
use discord_rich_presence::activity::{Activity, Assets, Timestamps};
|
||||||
|
use discord_rich_presence::{DiscordIpc, DiscordIpcClient};
|
||||||
|
use parking_lot::RwLock;
|
||||||
|
use std::fs::OpenOptions;
|
||||||
|
use std::io::Write;
|
||||||
|
use std::path::PathBuf;
|
||||||
|
use std::sync::Arc;
|
||||||
|
use tauri::{AppHandle, Manager};
|
||||||
|
|
||||||
|
pub struct DiscordRpcManager {
|
||||||
|
client: Arc<RwLock<Option<DiscordIpcClient>>>,
|
||||||
|
session_name: Arc<RwLock<String>>,
|
||||||
|
model: Arc<RwLock<String>>,
|
||||||
|
started_at: Arc<RwLock<i64>>,
|
||||||
|
log_path: Arc<RwLock<Option<PathBuf>>>,
|
||||||
|
}
|
||||||
|
|
||||||
|
impl DiscordRpcManager {
|
||||||
|
pub fn new() -> Self {
|
||||||
|
Self {
|
||||||
|
client: Arc::new(RwLock::new(None)),
|
||||||
|
session_name: Arc::new(RwLock::new(String::new())),
|
||||||
|
model: Arc::new(RwLock::new(String::new())),
|
||||||
|
started_at: Arc::new(RwLock::new(0)),
|
||||||
|
log_path: Arc::new(RwLock::new(None)),
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
pub fn set_app_handle(&self, app_handle: &AppHandle) {
|
||||||
|
if let Ok(app_data_dir) = app_handle.path().app_data_dir() {
|
||||||
|
// Ensure the directory exists
|
||||||
|
if let Err(e) = std::fs::create_dir_all(&app_data_dir) {
|
||||||
|
eprintln!("Failed to create app data directory: {}", e);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
let log_path = app_data_dir.join("hikari_discord_rpc.log");
|
||||||
|
*self.log_path.write() = Some(log_path.clone());
|
||||||
|
self.log(&format!(
|
||||||
|
"Log file initialised at: {}",
|
||||||
|
log_path.display()
|
||||||
|
));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
pub fn log(&self, message: &str) {
|
||||||
|
let log_path_guard = self.log_path.read();
|
||||||
|
let path = match log_path_guard.as_ref() {
|
||||||
|
Some(p) => p.clone(),
|
||||||
|
None => PathBuf::from("hikari_discord_rpc.log"),
|
||||||
|
};
|
||||||
|
drop(log_path_guard);
|
||||||
|
|
||||||
|
if let Ok(mut file) = OpenOptions::new()
|
||||||
|
.create(true)
|
||||||
|
.append(true)
|
||||||
|
.open(&path)
|
||||||
|
{
|
||||||
|
let timestamp = chrono::Local::now().format("%Y-%m-%d %H:%M:%S");
|
||||||
|
let _ = writeln!(file, "[{}] {}", timestamp, message);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
pub fn init(&self, initial_session_name: String, initial_model: String, started_at: i64) -> Result<(), String> {
|
||||||
|
self.log("Attempting to initialize Discord RPC...");
|
||||||
|
self.log("DEBUG: Application ID: 1391117878182281316");
|
||||||
|
self.log(&format!("DEBUG: Initial session: '{}', model: '{}', timestamp: {}",
|
||||||
|
initial_session_name, initial_model, started_at));
|
||||||
|
|
||||||
|
let mut client = DiscordIpcClient::new("1391117878182281316")
|
||||||
|
.map_err(|e| {
|
||||||
|
let error_msg = format!("Failed to create Discord RPC client: {} (is Discord running?)", e);
|
||||||
|
self.log(&format!("ERROR: {}", error_msg));
|
||||||
|
error_msg
|
||||||
|
})?;
|
||||||
|
|
||||||
|
self.log("DEBUG: DiscordIpcClient created successfully");
|
||||||
|
|
||||||
|
client
|
||||||
|
.connect()
|
||||||
|
.map_err(|e| {
|
||||||
|
let error_msg = format!("Failed to connect to Discord RPC: {} (ensure Discord is running)", e);
|
||||||
|
self.log(&format!("ERROR: {}", error_msg));
|
||||||
|
error_msg
|
||||||
|
})?;
|
||||||
|
|
||||||
|
self.log("DEBUG: Connected to Discord IPC socket");
|
||||||
|
|
||||||
|
// Set initial activity immediately after connecting
|
||||||
|
self.log("DEBUG: Building initial activity...");
|
||||||
|
let state_text = format!("Model: {}", initial_model);
|
||||||
|
let assets = Assets::new()
|
||||||
|
.large_image("hikari")
|
||||||
|
.large_text("Hikari - Claude Code Assistant");
|
||||||
|
|
||||||
|
self.log("DEBUG: Assets created - large_image: 'hikari', large_text: 'Hikari - Claude Code Assistant'");
|
||||||
|
|
||||||
|
let timestamps = Timestamps::new()
|
||||||
|
.start(started_at);
|
||||||
|
|
||||||
|
self.log(&format!("DEBUG: Timestamps created - start: {}", started_at));
|
||||||
|
|
||||||
|
let activity = Activity::new()
|
||||||
|
.details(initial_session_name.as_str())
|
||||||
|
.state(state_text.as_str())
|
||||||
|
.assets(assets)
|
||||||
|
.timestamps(timestamps);
|
||||||
|
|
||||||
|
self.log(&format!("DEBUG: Activity created - details: '{}', state: '{}'",
|
||||||
|
initial_session_name, state_text));
|
||||||
|
|
||||||
|
self.log("DEBUG: Attempting to set initial activity...");
|
||||||
|
client
|
||||||
|
.set_activity(activity)
|
||||||
|
.map_err(|e| {
|
||||||
|
let error_msg = format!("Failed to set initial Discord RPC activity: {}", e);
|
||||||
|
self.log(&format!("ERROR: {}", error_msg));
|
||||||
|
error_msg
|
||||||
|
})?;
|
||||||
|
|
||||||
|
self.log("DEBUG: Initial activity set successfully!");
|
||||||
|
|
||||||
|
// Store the client and initial state
|
||||||
|
*self.client.write() = Some(client);
|
||||||
|
*self.session_name.write() = initial_session_name.clone();
|
||||||
|
*self.model.write() = initial_model.clone();
|
||||||
|
*self.started_at.write() = started_at;
|
||||||
|
|
||||||
|
self.log(&format!("Discord RPC connected successfully with initial activity: session='{}', model='{}'",
|
||||||
|
initial_session_name, initial_model));
|
||||||
|
Ok(())
|
||||||
|
}
|
||||||
|
|
||||||
|
pub fn update(
|
||||||
|
&self,
|
||||||
|
session_name: String,
|
||||||
|
model: String,
|
||||||
|
started_at: i64,
|
||||||
|
) -> Result<(), String> {
|
||||||
|
self.log(&format!("DEBUG: update() called with session='{}', model='{}', timestamp={}",
|
||||||
|
session_name, model, started_at));
|
||||||
|
|
||||||
|
*self.session_name.write() = session_name.clone();
|
||||||
|
*self.model.write() = model.clone();
|
||||||
|
*self.started_at.write() = started_at;
|
||||||
|
|
||||||
|
self.log("DEBUG: State variables updated");
|
||||||
|
|
||||||
|
let mut client_guard = self.client.write();
|
||||||
|
let client = client_guard
|
||||||
|
.as_mut()
|
||||||
|
.ok_or_else(|| {
|
||||||
|
let error_msg = "Discord RPC client not initialized".to_string();
|
||||||
|
self.log(&format!("ERROR: {}", error_msg));
|
||||||
|
error_msg
|
||||||
|
})?;
|
||||||
|
|
||||||
|
self.log("DEBUG: Client lock acquired");
|
||||||
|
|
||||||
|
let state_text = format!("Model: {}", model);
|
||||||
|
let assets = Assets::new()
|
||||||
|
.large_image("hikari")
|
||||||
|
.large_text("Hikari - Claude Code Assistant");
|
||||||
|
|
||||||
|
self.log("DEBUG: Assets created - large_image: 'hikari', large_text: 'Hikari - Claude Code Assistant'");
|
||||||
|
|
||||||
|
let timestamps = Timestamps::new()
|
||||||
|
.start(started_at);
|
||||||
|
|
||||||
|
self.log(&format!("DEBUG: Timestamps created - start: {}", started_at));
|
||||||
|
|
||||||
|
let activity = Activity::new()
|
||||||
|
.details(session_name.as_str())
|
||||||
|
.state(state_text.as_str())
|
||||||
|
.assets(assets)
|
||||||
|
.timestamps(timestamps);
|
||||||
|
|
||||||
|
self.log(&format!("DEBUG: Activity created - details: '{}', state: '{}'",
|
||||||
|
session_name, state_text));
|
||||||
|
|
||||||
|
self.log("DEBUG: Attempting to set activity...");
|
||||||
|
client
|
||||||
|
.set_activity(activity)
|
||||||
|
.map_err(|e| {
|
||||||
|
let error_msg = format!("Failed to update Discord RPC: {}", e);
|
||||||
|
self.log(&format!("ERROR: {}", error_msg));
|
||||||
|
error_msg
|
||||||
|
})?;
|
||||||
|
|
||||||
|
self.log(&format!("Updated Discord RPC: session='{}', model='{}'", session_name, model));
|
||||||
|
Ok(())
|
||||||
|
}
|
||||||
|
|
||||||
|
pub fn stop(&self) -> Result<(), String> {
|
||||||
|
self.log("DEBUG: stop() called");
|
||||||
|
|
||||||
|
let mut client_guard = self.client.write();
|
||||||
|
if let Some(mut client) = client_guard.take() {
|
||||||
|
self.log("DEBUG: Client found, attempting to close...");
|
||||||
|
client
|
||||||
|
.close()
|
||||||
|
.map_err(|e| {
|
||||||
|
let error_msg = format!("Failed to close Discord RPC: {}", e);
|
||||||
|
self.log(&format!("ERROR: {}", error_msg));
|
||||||
|
error_msg
|
||||||
|
})?;
|
||||||
|
self.log("Discord RPC stopped successfully");
|
||||||
|
} else {
|
||||||
|
self.log("DEBUG: No client to stop (already stopped or never initialized)");
|
||||||
|
}
|
||||||
|
Ok(())
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
impl Default for DiscordRpcManager {
|
||||||
|
fn default() -> Self {
|
||||||
|
Self::new()
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -286,3 +286,593 @@ pub fn git_discard(working_dir: String, file_path: String) -> Result<String, Str
|
|||||||
pub fn git_create_branch(working_dir: String, branch_name: String) -> Result<String, String> {
|
pub fn git_create_branch(working_dir: String, branch_name: String) -> Result<String, String> {
|
||||||
run_git_command(&working_dir, &["checkout", "-b", &branch_name])
|
run_git_command(&working_dir, &["checkout", "-b", &branch_name])
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[cfg(test)]
|
||||||
|
mod tests {
|
||||||
|
use super::*;
|
||||||
|
use std::fs::{self, File};
|
||||||
|
use std::io::Write;
|
||||||
|
use tempfile::TempDir;
|
||||||
|
|
||||||
|
// Helper to create a git repository in a temp directory
|
||||||
|
fn create_test_repo() -> TempDir {
|
||||||
|
let temp_dir = TempDir::new().unwrap();
|
||||||
|
let working_dir = temp_dir.path().to_string_lossy().to_string();
|
||||||
|
|
||||||
|
// Initialize git repo
|
||||||
|
run_git_command(&working_dir, &["init"]).unwrap();
|
||||||
|
|
||||||
|
// Configure git user for commits
|
||||||
|
run_git_command(&working_dir, &["config", "user.email", "test@example.com"]).unwrap();
|
||||||
|
run_git_command(&working_dir, &["config", "user.name", "Test User"]).unwrap();
|
||||||
|
|
||||||
|
// Disable GPG signing for tests (user may have it enabled globally)
|
||||||
|
run_git_command(&working_dir, &["config", "commit.gpgsign", "false"]).unwrap();
|
||||||
|
|
||||||
|
temp_dir
|
||||||
|
}
|
||||||
|
|
||||||
|
// Helper to create a file in the test repo
|
||||||
|
fn create_file(dir: &TempDir, name: &str, content: &str) {
|
||||||
|
let file_path = dir.path().join(name);
|
||||||
|
let mut file = File::create(file_path).unwrap();
|
||||||
|
file.write_all(content.as_bytes()).unwrap();
|
||||||
|
}
|
||||||
|
|
||||||
|
// ==================== GitStatus struct tests ====================
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_git_status_serialization() {
|
||||||
|
let status = GitStatus {
|
||||||
|
is_repo: true,
|
||||||
|
branch: Some("main".to_string()),
|
||||||
|
upstream: Some("origin/main".to_string()),
|
||||||
|
ahead: 2,
|
||||||
|
behind: 1,
|
||||||
|
staged: vec![GitFileChange {
|
||||||
|
path: "file.txt".to_string(),
|
||||||
|
status: "modified".to_string(),
|
||||||
|
}],
|
||||||
|
unstaged: vec![],
|
||||||
|
untracked: vec!["new_file.txt".to_string()],
|
||||||
|
};
|
||||||
|
|
||||||
|
let json = serde_json::to_string(&status).unwrap();
|
||||||
|
assert!(json.contains("\"is_repo\":true"));
|
||||||
|
assert!(json.contains("\"branch\":\"main\""));
|
||||||
|
assert!(json.contains("\"ahead\":2"));
|
||||||
|
assert!(json.contains("\"behind\":1"));
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_git_status_not_a_repo() {
|
||||||
|
let status = GitStatus {
|
||||||
|
is_repo: false,
|
||||||
|
branch: None,
|
||||||
|
upstream: None,
|
||||||
|
ahead: 0,
|
||||||
|
behind: 0,
|
||||||
|
staged: vec![],
|
||||||
|
unstaged: vec![],
|
||||||
|
untracked: vec![],
|
||||||
|
};
|
||||||
|
|
||||||
|
let json = serde_json::to_string(&status).unwrap();
|
||||||
|
let deserialized: GitStatus = serde_json::from_str(&json).unwrap();
|
||||||
|
assert!(!deserialized.is_repo);
|
||||||
|
assert!(deserialized.branch.is_none());
|
||||||
|
}
|
||||||
|
|
||||||
|
// ==================== GitFileChange struct tests ====================
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_git_file_change_serialization() {
|
||||||
|
let change = GitFileChange {
|
||||||
|
path: "src/main.rs".to_string(),
|
||||||
|
status: "added".to_string(),
|
||||||
|
};
|
||||||
|
|
||||||
|
let json = serde_json::to_string(&change).unwrap();
|
||||||
|
assert!(json.contains("src/main.rs"));
|
||||||
|
assert!(json.contains("added"));
|
||||||
|
|
||||||
|
let deserialized: GitFileChange = serde_json::from_str(&json).unwrap();
|
||||||
|
assert_eq!(deserialized.path, "src/main.rs");
|
||||||
|
assert_eq!(deserialized.status, "added");
|
||||||
|
}
|
||||||
|
|
||||||
|
// ==================== GitBranch struct tests ====================
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_git_branch_serialization() {
|
||||||
|
let branch = GitBranch {
|
||||||
|
name: "feature/new-feature".to_string(),
|
||||||
|
is_current: true,
|
||||||
|
is_remote: false,
|
||||||
|
};
|
||||||
|
|
||||||
|
let json = serde_json::to_string(&branch).unwrap();
|
||||||
|
assert!(json.contains("feature/new-feature"));
|
||||||
|
assert!(json.contains("\"is_current\":true"));
|
||||||
|
assert!(json.contains("\"is_remote\":false"));
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_git_branch_remote() {
|
||||||
|
let branch = GitBranch {
|
||||||
|
name: "origin/main".to_string(),
|
||||||
|
is_current: false,
|
||||||
|
is_remote: true,
|
||||||
|
};
|
||||||
|
|
||||||
|
let json = serde_json::to_string(&branch).unwrap();
|
||||||
|
let deserialized: GitBranch = serde_json::from_str(&json).unwrap();
|
||||||
|
assert!(deserialized.is_remote);
|
||||||
|
assert!(!deserialized.is_current);
|
||||||
|
}
|
||||||
|
|
||||||
|
// ==================== GitLogEntry struct tests ====================
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_git_log_entry_serialization() {
|
||||||
|
let entry = GitLogEntry {
|
||||||
|
hash: "abc123def456".to_string(),
|
||||||
|
short_hash: "abc123d".to_string(),
|
||||||
|
author: "Hikari".to_string(),
|
||||||
|
date: "2 hours ago".to_string(),
|
||||||
|
message: "feat: add new feature".to_string(),
|
||||||
|
};
|
||||||
|
|
||||||
|
let json = serde_json::to_string(&entry).unwrap();
|
||||||
|
assert!(json.contains("abc123def456"));
|
||||||
|
assert!(json.contains("Hikari"));
|
||||||
|
assert!(json.contains("feat: add new feature"));
|
||||||
|
}
|
||||||
|
|
||||||
|
// ==================== git_status integration tests ====================
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_git_status_not_a_git_repo() {
|
||||||
|
let temp_dir = TempDir::new().unwrap();
|
||||||
|
let working_dir = temp_dir.path().to_string_lossy().to_string();
|
||||||
|
|
||||||
|
let result = git_status(working_dir);
|
||||||
|
assert!(result.is_ok());
|
||||||
|
|
||||||
|
let status = result.unwrap();
|
||||||
|
assert!(!status.is_repo);
|
||||||
|
assert!(status.branch.is_none());
|
||||||
|
assert!(status.staged.is_empty());
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_git_status_empty_repo() {
|
||||||
|
let temp_dir = create_test_repo();
|
||||||
|
let working_dir = temp_dir.path().to_string_lossy().to_string();
|
||||||
|
|
||||||
|
let result = git_status(working_dir);
|
||||||
|
assert!(result.is_ok());
|
||||||
|
|
||||||
|
let status = result.unwrap();
|
||||||
|
assert!(status.is_repo);
|
||||||
|
assert!(status.staged.is_empty());
|
||||||
|
assert!(status.unstaged.is_empty());
|
||||||
|
assert!(status.untracked.is_empty());
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_git_status_with_untracked_file() {
|
||||||
|
let temp_dir = create_test_repo();
|
||||||
|
let working_dir = temp_dir.path().to_string_lossy().to_string();
|
||||||
|
|
||||||
|
// Create an untracked file
|
||||||
|
create_file(&temp_dir, "untracked.txt", "hello");
|
||||||
|
|
||||||
|
let result = git_status(working_dir);
|
||||||
|
assert!(result.is_ok());
|
||||||
|
|
||||||
|
let status = result.unwrap();
|
||||||
|
assert!(status.is_repo);
|
||||||
|
assert!(status.untracked.contains(&"untracked.txt".to_string()));
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_git_status_with_staged_file() {
|
||||||
|
let temp_dir = create_test_repo();
|
||||||
|
let working_dir = temp_dir.path().to_string_lossy().to_string();
|
||||||
|
|
||||||
|
// Create and stage a file
|
||||||
|
create_file(&temp_dir, "staged.txt", "hello");
|
||||||
|
run_git_command(&working_dir, &["add", "staged.txt"]).unwrap();
|
||||||
|
|
||||||
|
let result = git_status(working_dir);
|
||||||
|
assert!(result.is_ok());
|
||||||
|
|
||||||
|
let status = result.unwrap();
|
||||||
|
assert!(status.is_repo);
|
||||||
|
assert!(!status.staged.is_empty());
|
||||||
|
assert_eq!(status.staged[0].path, "staged.txt");
|
||||||
|
assert_eq!(status.staged[0].status, "added");
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_git_status_with_modified_file() {
|
||||||
|
let temp_dir = create_test_repo();
|
||||||
|
let working_dir = temp_dir.path().to_string_lossy().to_string();
|
||||||
|
|
||||||
|
// Create, stage, and commit a file
|
||||||
|
create_file(&temp_dir, "file.txt", "initial content");
|
||||||
|
run_git_command(&working_dir, &["add", "file.txt"]).unwrap();
|
||||||
|
run_git_command(&working_dir, &["commit", "-m", "initial commit"]).unwrap();
|
||||||
|
|
||||||
|
// Modify the file
|
||||||
|
create_file(&temp_dir, "file.txt", "modified content");
|
||||||
|
|
||||||
|
let result = git_status(working_dir);
|
||||||
|
assert!(result.is_ok());
|
||||||
|
|
||||||
|
let status = result.unwrap();
|
||||||
|
assert!(status.is_repo);
|
||||||
|
assert!(!status.unstaged.is_empty());
|
||||||
|
assert_eq!(status.unstaged[0].path, "file.txt");
|
||||||
|
assert_eq!(status.unstaged[0].status, "modified");
|
||||||
|
}
|
||||||
|
|
||||||
|
// ==================== git_diff integration tests ====================
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_git_diff_no_changes() {
|
||||||
|
let temp_dir = create_test_repo();
|
||||||
|
let working_dir = temp_dir.path().to_string_lossy().to_string();
|
||||||
|
|
||||||
|
let result = git_diff(working_dir, None, false);
|
||||||
|
assert!(result.is_ok());
|
||||||
|
assert!(result.unwrap().is_empty());
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_git_diff_with_changes() {
|
||||||
|
let temp_dir = create_test_repo();
|
||||||
|
let working_dir = temp_dir.path().to_string_lossy().to_string();
|
||||||
|
|
||||||
|
// Create and commit a file
|
||||||
|
create_file(&temp_dir, "file.txt", "initial content");
|
||||||
|
run_git_command(&working_dir, &["add", "file.txt"]).unwrap();
|
||||||
|
run_git_command(&working_dir, &["commit", "-m", "initial"]).unwrap();
|
||||||
|
|
||||||
|
// Modify the file
|
||||||
|
create_file(&temp_dir, "file.txt", "modified content");
|
||||||
|
|
||||||
|
let result = git_diff(working_dir, None, false);
|
||||||
|
assert!(result.is_ok());
|
||||||
|
let diff = result.unwrap();
|
||||||
|
assert!(diff.contains("diff"));
|
||||||
|
assert!(diff.contains("file.txt"));
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_git_diff_staged() {
|
||||||
|
let temp_dir = create_test_repo();
|
||||||
|
let working_dir = temp_dir.path().to_string_lossy().to_string();
|
||||||
|
|
||||||
|
// Create and commit a file
|
||||||
|
create_file(&temp_dir, "file.txt", "initial content");
|
||||||
|
run_git_command(&working_dir, &["add", "file.txt"]).unwrap();
|
||||||
|
run_git_command(&working_dir, &["commit", "-m", "initial"]).unwrap();
|
||||||
|
|
||||||
|
// Modify and stage the file
|
||||||
|
create_file(&temp_dir, "file.txt", "modified content");
|
||||||
|
run_git_command(&working_dir, &["add", "file.txt"]).unwrap();
|
||||||
|
|
||||||
|
let result = git_diff(working_dir, None, true);
|
||||||
|
assert!(result.is_ok());
|
||||||
|
let diff = result.unwrap();
|
||||||
|
assert!(diff.contains("diff"));
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_git_diff_specific_file() {
|
||||||
|
let temp_dir = create_test_repo();
|
||||||
|
let working_dir = temp_dir.path().to_string_lossy().to_string();
|
||||||
|
|
||||||
|
// Create and commit files
|
||||||
|
create_file(&temp_dir, "file1.txt", "content1");
|
||||||
|
create_file(&temp_dir, "file2.txt", "content2");
|
||||||
|
run_git_command(&working_dir, &["add", "-A"]).unwrap();
|
||||||
|
run_git_command(&working_dir, &["commit", "-m", "initial"]).unwrap();
|
||||||
|
|
||||||
|
// Modify both files
|
||||||
|
create_file(&temp_dir, "file1.txt", "modified1");
|
||||||
|
create_file(&temp_dir, "file2.txt", "modified2");
|
||||||
|
|
||||||
|
// Get diff for only file1.txt
|
||||||
|
let result = git_diff(working_dir, Some("file1.txt".to_string()), false);
|
||||||
|
assert!(result.is_ok());
|
||||||
|
let diff = result.unwrap();
|
||||||
|
assert!(diff.contains("file1.txt"));
|
||||||
|
assert!(!diff.contains("file2.txt"));
|
||||||
|
}
|
||||||
|
|
||||||
|
// ==================== git_branches integration tests ====================
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_git_branches_single_branch() {
|
||||||
|
let temp_dir = create_test_repo();
|
||||||
|
let working_dir = temp_dir.path().to_string_lossy().to_string();
|
||||||
|
|
||||||
|
// Need at least one commit for branches to show
|
||||||
|
create_file(&temp_dir, "file.txt", "content");
|
||||||
|
run_git_command(&working_dir, &["add", "file.txt"]).unwrap();
|
||||||
|
run_git_command(&working_dir, &["commit", "-m", "initial"]).unwrap();
|
||||||
|
|
||||||
|
let result = git_branches(working_dir);
|
||||||
|
assert!(result.is_ok());
|
||||||
|
|
||||||
|
let branches = result.unwrap();
|
||||||
|
assert!(!branches.is_empty());
|
||||||
|
// Should have at least one branch (main or master)
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_git_branches_multiple_branches() {
|
||||||
|
let temp_dir = create_test_repo();
|
||||||
|
let working_dir = temp_dir.path().to_string_lossy().to_string();
|
||||||
|
|
||||||
|
// Initial commit
|
||||||
|
create_file(&temp_dir, "file.txt", "content");
|
||||||
|
run_git_command(&working_dir, &["add", "file.txt"]).unwrap();
|
||||||
|
run_git_command(&working_dir, &["commit", "-m", "initial"]).unwrap();
|
||||||
|
|
||||||
|
// Create additional branch
|
||||||
|
run_git_command(&working_dir, &["branch", "feature-branch"]).unwrap();
|
||||||
|
|
||||||
|
let result = git_branches(working_dir);
|
||||||
|
assert!(result.is_ok());
|
||||||
|
|
||||||
|
let branches = result.unwrap();
|
||||||
|
assert!(branches.len() >= 2);
|
||||||
|
assert!(branches.iter().any(|b| b.name == "feature-branch"));
|
||||||
|
}
|
||||||
|
|
||||||
|
// ==================== git_stage and git_unstage tests ====================
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_git_stage_file() {
|
||||||
|
let temp_dir = create_test_repo();
|
||||||
|
let working_dir = temp_dir.path().to_string_lossy().to_string();
|
||||||
|
|
||||||
|
create_file(&temp_dir, "file.txt", "content");
|
||||||
|
|
||||||
|
let result = git_stage(working_dir.clone(), "file.txt".to_string());
|
||||||
|
assert!(result.is_ok());
|
||||||
|
|
||||||
|
// Verify file is staged
|
||||||
|
let status = git_status(working_dir).unwrap();
|
||||||
|
assert!(status.staged.iter().any(|f| f.path == "file.txt"));
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_git_unstage_file() {
|
||||||
|
let temp_dir = create_test_repo();
|
||||||
|
let working_dir = temp_dir.path().to_string_lossy().to_string();
|
||||||
|
|
||||||
|
// First, commit a file so we have a HEAD to restore from
|
||||||
|
create_file(&temp_dir, "file.txt", "initial content");
|
||||||
|
run_git_command(&working_dir, &["add", "file.txt"]).unwrap();
|
||||||
|
run_git_command(&working_dir, &["commit", "-m", "initial"]).unwrap();
|
||||||
|
|
||||||
|
// Modify and stage the file
|
||||||
|
create_file(&temp_dir, "file.txt", "modified content");
|
||||||
|
run_git_command(&working_dir, &["add", "file.txt"]).unwrap();
|
||||||
|
|
||||||
|
let result = git_unstage(working_dir.clone(), "file.txt".to_string());
|
||||||
|
assert!(result.is_ok());
|
||||||
|
|
||||||
|
// Verify file is unstaged (should now be in unstaged/modified, not staged)
|
||||||
|
let status = git_status(working_dir).unwrap();
|
||||||
|
assert!(!status.staged.iter().any(|f| f.path == "file.txt"));
|
||||||
|
assert!(status.unstaged.iter().any(|f| f.path == "file.txt"));
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_git_stage_all() {
|
||||||
|
let temp_dir = create_test_repo();
|
||||||
|
let working_dir = temp_dir.path().to_string_lossy().to_string();
|
||||||
|
|
||||||
|
create_file(&temp_dir, "file1.txt", "content1");
|
||||||
|
create_file(&temp_dir, "file2.txt", "content2");
|
||||||
|
|
||||||
|
let result = git_stage_all(working_dir.clone());
|
||||||
|
assert!(result.is_ok());
|
||||||
|
|
||||||
|
// Verify all files are staged
|
||||||
|
let status = git_status(working_dir).unwrap();
|
||||||
|
assert_eq!(status.staged.len(), 2);
|
||||||
|
}
|
||||||
|
|
||||||
|
// ==================== git_commit tests ====================
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_git_commit() {
|
||||||
|
let temp_dir = create_test_repo();
|
||||||
|
let working_dir = temp_dir.path().to_string_lossy().to_string();
|
||||||
|
|
||||||
|
create_file(&temp_dir, "file.txt", "content");
|
||||||
|
run_git_command(&working_dir, &["add", "file.txt"]).unwrap();
|
||||||
|
|
||||||
|
let result = git_commit(working_dir.clone(), "test commit message".to_string());
|
||||||
|
assert!(result.is_ok());
|
||||||
|
|
||||||
|
// Verify commit was made
|
||||||
|
let log = git_log(working_dir, Some(1)).unwrap();
|
||||||
|
assert!(!log.is_empty());
|
||||||
|
assert!(log[0].message.contains("test commit message"));
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_git_commit_nothing_to_commit() {
|
||||||
|
let temp_dir = create_test_repo();
|
||||||
|
let working_dir = temp_dir.path().to_string_lossy().to_string();
|
||||||
|
|
||||||
|
// Need initial commit first
|
||||||
|
create_file(&temp_dir, "file.txt", "content");
|
||||||
|
run_git_command(&working_dir, &["add", "file.txt"]).unwrap();
|
||||||
|
run_git_command(&working_dir, &["commit", "-m", "initial"]).unwrap();
|
||||||
|
|
||||||
|
// Try to commit with nothing staged
|
||||||
|
let result = git_commit(working_dir, "empty commit".to_string());
|
||||||
|
assert!(result.is_err()); // Should fail because nothing to commit
|
||||||
|
}
|
||||||
|
|
||||||
|
// ==================== git_log tests ====================
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_git_log_empty_repo() {
|
||||||
|
let temp_dir = create_test_repo();
|
||||||
|
let working_dir = temp_dir.path().to_string_lossy().to_string();
|
||||||
|
|
||||||
|
let result = git_log(working_dir, Some(10));
|
||||||
|
// May fail on empty repo or return empty
|
||||||
|
if let Ok(commits) = result {
|
||||||
|
assert!(commits.is_empty());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_git_log_with_commits() {
|
||||||
|
let temp_dir = create_test_repo();
|
||||||
|
let working_dir = temp_dir.path().to_string_lossy().to_string();
|
||||||
|
|
||||||
|
// Make multiple commits
|
||||||
|
for i in 1..=3 {
|
||||||
|
create_file(&temp_dir, &format!("file{}.txt", i), "content");
|
||||||
|
run_git_command(&working_dir, &["add", "-A"]).unwrap();
|
||||||
|
run_git_command(&working_dir, &["commit", "-m", &format!("commit {}", i)]).unwrap();
|
||||||
|
}
|
||||||
|
|
||||||
|
let result = git_log(working_dir, Some(10));
|
||||||
|
assert!(result.is_ok());
|
||||||
|
|
||||||
|
let log = result.unwrap();
|
||||||
|
assert_eq!(log.len(), 3);
|
||||||
|
assert!(log[0].message.contains("commit 3")); // Most recent first
|
||||||
|
assert!(log[2].message.contains("commit 1"));
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_git_log_limit() {
|
||||||
|
let temp_dir = create_test_repo();
|
||||||
|
let working_dir = temp_dir.path().to_string_lossy().to_string();
|
||||||
|
|
||||||
|
// Make 5 commits
|
||||||
|
for i in 1..=5 {
|
||||||
|
create_file(&temp_dir, &format!("file{}.txt", i), "content");
|
||||||
|
run_git_command(&working_dir, &["add", "-A"]).unwrap();
|
||||||
|
run_git_command(&working_dir, &["commit", "-m", &format!("commit {}", i)]).unwrap();
|
||||||
|
}
|
||||||
|
|
||||||
|
// Only get last 2
|
||||||
|
let result = git_log(working_dir, Some(2));
|
||||||
|
assert!(result.is_ok());
|
||||||
|
|
||||||
|
let log = result.unwrap();
|
||||||
|
assert_eq!(log.len(), 2);
|
||||||
|
}
|
||||||
|
|
||||||
|
// ==================== git_discard tests ====================
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_git_discard_changes() {
|
||||||
|
let temp_dir = create_test_repo();
|
||||||
|
let working_dir = temp_dir.path().to_string_lossy().to_string();
|
||||||
|
|
||||||
|
// Create and commit a file
|
||||||
|
create_file(&temp_dir, "file.txt", "original content");
|
||||||
|
run_git_command(&working_dir, &["add", "file.txt"]).unwrap();
|
||||||
|
run_git_command(&working_dir, &["commit", "-m", "initial"]).unwrap();
|
||||||
|
|
||||||
|
// Modify the file
|
||||||
|
create_file(&temp_dir, "file.txt", "modified content");
|
||||||
|
|
||||||
|
// Discard changes
|
||||||
|
let result = git_discard(working_dir.clone(), "file.txt".to_string());
|
||||||
|
assert!(result.is_ok());
|
||||||
|
|
||||||
|
// Verify file contents are restored
|
||||||
|
let content = fs::read_to_string(temp_dir.path().join("file.txt")).unwrap();
|
||||||
|
assert_eq!(content, "original content");
|
||||||
|
}
|
||||||
|
|
||||||
|
// ==================== git_create_branch tests ====================
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_git_create_branch() {
|
||||||
|
let temp_dir = create_test_repo();
|
||||||
|
let working_dir = temp_dir.path().to_string_lossy().to_string();
|
||||||
|
|
||||||
|
// Initial commit required
|
||||||
|
create_file(&temp_dir, "file.txt", "content");
|
||||||
|
run_git_command(&working_dir, &["add", "file.txt"]).unwrap();
|
||||||
|
run_git_command(&working_dir, &["commit", "-m", "initial"]).unwrap();
|
||||||
|
|
||||||
|
let result = git_create_branch(working_dir.clone(), "new-branch".to_string());
|
||||||
|
assert!(result.is_ok());
|
||||||
|
|
||||||
|
// Verify branch exists and is current
|
||||||
|
let branches = git_branches(working_dir).unwrap();
|
||||||
|
assert!(branches.iter().any(|b| b.name == "new-branch" && b.is_current));
|
||||||
|
}
|
||||||
|
|
||||||
|
// ==================== git_checkout tests ====================
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_git_checkout() {
|
||||||
|
let temp_dir = create_test_repo();
|
||||||
|
let working_dir = temp_dir.path().to_string_lossy().to_string();
|
||||||
|
|
||||||
|
// Initial commit required
|
||||||
|
create_file(&temp_dir, "file.txt", "content");
|
||||||
|
run_git_command(&working_dir, &["add", "file.txt"]).unwrap();
|
||||||
|
run_git_command(&working_dir, &["commit", "-m", "initial"]).unwrap();
|
||||||
|
|
||||||
|
// Create a branch
|
||||||
|
run_git_command(&working_dir, &["branch", "other-branch"]).unwrap();
|
||||||
|
|
||||||
|
// Checkout the branch
|
||||||
|
let result = git_checkout(working_dir.clone(), "other-branch".to_string());
|
||||||
|
assert!(result.is_ok());
|
||||||
|
|
||||||
|
// Verify current branch
|
||||||
|
let branches = git_branches(working_dir).unwrap();
|
||||||
|
let current = branches.iter().find(|b| b.is_current);
|
||||||
|
assert!(current.is_some());
|
||||||
|
assert_eq!(current.unwrap().name, "other-branch");
|
||||||
|
}
|
||||||
|
|
||||||
|
// ==================== run_git_command tests ====================
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_run_git_command_success() {
|
||||||
|
let temp_dir = create_test_repo();
|
||||||
|
let working_dir = temp_dir.path().to_string_lossy().to_string();
|
||||||
|
|
||||||
|
let result = run_git_command(&working_dir, &["status"]);
|
||||||
|
assert!(result.is_ok());
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_run_git_command_failure() {
|
||||||
|
let temp_dir = TempDir::new().unwrap();
|
||||||
|
let working_dir = temp_dir.path().to_string_lossy().to_string();
|
||||||
|
|
||||||
|
// This should fail because it's not a git repo
|
||||||
|
let result = run_git_command(&working_dir, &["log"]);
|
||||||
|
assert!(result.is_err());
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_run_git_command_invalid_dir() {
|
||||||
|
let result = run_git_command("/nonexistent/path", &["status"]);
|
||||||
|
assert!(result.is_err());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -3,6 +3,8 @@ mod bridge_manager;
|
|||||||
mod clipboard;
|
mod clipboard;
|
||||||
mod commands;
|
mod commands;
|
||||||
mod config;
|
mod config;
|
||||||
|
mod cost_tracking;
|
||||||
|
mod discord_rpc;
|
||||||
mod git;
|
mod git;
|
||||||
mod notifications;
|
mod notifications;
|
||||||
mod quick_actions;
|
mod quick_actions;
|
||||||
@@ -10,6 +12,7 @@ mod sessions;
|
|||||||
mod snippets;
|
mod snippets;
|
||||||
mod stats;
|
mod stats;
|
||||||
mod temp_manager;
|
mod temp_manager;
|
||||||
|
mod tool_cache;
|
||||||
mod tray;
|
mod tray;
|
||||||
mod types;
|
mod types;
|
||||||
mod vbs_notification;
|
mod vbs_notification;
|
||||||
@@ -21,11 +24,13 @@ use bridge_manager::create_shared_bridge_manager;
|
|||||||
use clipboard::*;
|
use clipboard::*;
|
||||||
use commands::load_saved_achievements;
|
use commands::load_saved_achievements;
|
||||||
use commands::*;
|
use commands::*;
|
||||||
|
use discord_rpc::DiscordRpcManager;
|
||||||
use git::*;
|
use git::*;
|
||||||
use notifications::*;
|
use notifications::*;
|
||||||
use quick_actions::*;
|
use quick_actions::*;
|
||||||
use sessions::*;
|
use sessions::*;
|
||||||
use snippets::*;
|
use snippets::*;
|
||||||
|
use std::sync::Arc;
|
||||||
use tauri::Manager;
|
use tauri::Manager;
|
||||||
use temp_manager::create_shared_temp_manager;
|
use temp_manager::create_shared_temp_manager;
|
||||||
use tray::{setup_tray, should_minimize_to_tray};
|
use tray::{setup_tray, should_minimize_to_tray};
|
||||||
@@ -37,6 +42,7 @@ use wsl_notifications::*;
|
|||||||
pub fn run() {
|
pub fn run() {
|
||||||
let bridge_manager = create_shared_bridge_manager();
|
let bridge_manager = create_shared_bridge_manager();
|
||||||
let temp_manager = create_shared_temp_manager().expect("Failed to create temp file manager");
|
let temp_manager = create_shared_temp_manager().expect("Failed to create temp file manager");
|
||||||
|
let discord_rpc = Arc::new(DiscordRpcManager::new());
|
||||||
|
|
||||||
tauri::Builder::default()
|
tauri::Builder::default()
|
||||||
.plugin(tauri_plugin_dialog::init())
|
.plugin(tauri_plugin_dialog::init())
|
||||||
@@ -50,10 +56,14 @@ pub fn run() {
|
|||||||
.plugin(tauri_plugin_fs::init())
|
.plugin(tauri_plugin_fs::init())
|
||||||
.manage(bridge_manager.clone())
|
.manage(bridge_manager.clone())
|
||||||
.manage(temp_manager.clone())
|
.manage(temp_manager.clone())
|
||||||
|
.manage(discord_rpc.clone())
|
||||||
.setup(move |app| {
|
.setup(move |app| {
|
||||||
// Initialize the app handle in the bridge manager
|
// Initialize the app handle in the bridge manager
|
||||||
bridge_manager.lock().set_app_handle(app.handle().clone());
|
bridge_manager.lock().set_app_handle(app.handle().clone());
|
||||||
|
|
||||||
|
// Initialize the app handle in the Discord RPC manager for logging
|
||||||
|
discord_rpc.set_app_handle(app.handle());
|
||||||
|
|
||||||
// Clean up any orphaned temp files from previous sessions
|
// Clean up any orphaned temp files from previous sessions
|
||||||
if let Ok(count) = temp_manager.lock().cleanup_orphaned_files() {
|
if let Ok(count) = temp_manager.lock().cleanup_orphaned_files() {
|
||||||
if count > 0 {
|
if count > 0 {
|
||||||
@@ -151,6 +161,26 @@ pub fn run() {
|
|||||||
search_clipboard_entries,
|
search_clipboard_entries,
|
||||||
get_clipboard_languages,
|
get_clipboard_languages,
|
||||||
update_clipboard_language,
|
update_clipboard_language,
|
||||||
|
list_directory,
|
||||||
|
read_file_content,
|
||||||
|
write_file_content,
|
||||||
|
create_file,
|
||||||
|
create_directory,
|
||||||
|
delete_file,
|
||||||
|
delete_directory,
|
||||||
|
rename_path,
|
||||||
|
// Cost tracking commands
|
||||||
|
get_cost_summary,
|
||||||
|
get_cost_alerts,
|
||||||
|
set_cost_alert_thresholds,
|
||||||
|
export_cost_csv,
|
||||||
|
get_today_cost,
|
||||||
|
get_week_cost,
|
||||||
|
get_month_cost,
|
||||||
|
init_discord_rpc,
|
||||||
|
update_discord_rpc,
|
||||||
|
stop_discord_rpc,
|
||||||
|
log_discord_rpc,
|
||||||
])
|
])
|
||||||
.run(tauri::generate_context!())
|
.run(tauri::generate_context!())
|
||||||
.expect("error while running tauri application");
|
.expect("error while running tauri application");
|
||||||
|
|||||||
@@ -171,6 +171,18 @@ pub async fn reset_default_quick_actions(app: AppHandle) -> Result<(), String> {
|
|||||||
mod tests {
|
mod tests {
|
||||||
use super::*;
|
use super::*;
|
||||||
|
|
||||||
|
fn create_test_action(id: &str, name: &str, is_default: bool) -> QuickAction {
|
||||||
|
QuickAction {
|
||||||
|
id: id.to_string(),
|
||||||
|
name: name.to_string(),
|
||||||
|
prompt: "Test prompt".to_string(),
|
||||||
|
icon: "star".to_string(),
|
||||||
|
is_default,
|
||||||
|
created_at: Utc::now(),
|
||||||
|
updated_at: Utc::now(),
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_default_quick_actions_exist() {
|
fn test_default_quick_actions_exist() {
|
||||||
let defaults = get_default_quick_actions();
|
let defaults = get_default_quick_actions();
|
||||||
@@ -188,4 +200,174 @@ mod tests {
|
|||||||
assert!(!action.icon.is_empty());
|
assert!(!action.icon.is_empty());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_default_quick_actions_count() {
|
||||||
|
let defaults = get_default_quick_actions();
|
||||||
|
// Should have 6 default actions
|
||||||
|
assert_eq!(defaults.len(), 6);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_default_quick_actions_have_unique_ids() {
|
||||||
|
let defaults = get_default_quick_actions();
|
||||||
|
let mut ids: Vec<&String> = defaults.iter().map(|a| &a.id).collect();
|
||||||
|
ids.sort();
|
||||||
|
ids.dedup();
|
||||||
|
assert_eq!(ids.len(), defaults.len());
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_default_quick_actions_ids_start_with_default() {
|
||||||
|
let defaults = get_default_quick_actions();
|
||||||
|
assert!(defaults.iter().all(|a| a.id.starts_with("default-")));
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_quick_action_serialization() {
|
||||||
|
let action = create_test_action("test-1", "Test Action", false);
|
||||||
|
let json = serde_json::to_string(&action).expect("Failed to serialize");
|
||||||
|
let parsed: QuickAction = serde_json::from_str(&json).expect("Failed to deserialize");
|
||||||
|
|
||||||
|
assert_eq!(parsed.id, action.id);
|
||||||
|
assert_eq!(parsed.name, action.name);
|
||||||
|
assert_eq!(parsed.prompt, action.prompt);
|
||||||
|
assert_eq!(parsed.icon, action.icon);
|
||||||
|
assert_eq!(parsed.is_default, action.is_default);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_quick_action_clone() {
|
||||||
|
let original = create_test_action("clone-test", "Clone Test", true);
|
||||||
|
let cloned = original.clone();
|
||||||
|
|
||||||
|
assert_eq!(original.id, cloned.id);
|
||||||
|
assert_eq!(original.name, cloned.name);
|
||||||
|
assert_eq!(original.is_default, cloned.is_default);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
#[allow(clippy::useless_vec)]
|
||||||
|
fn test_quick_action_sorting_defaults_first() {
|
||||||
|
let mut actions = vec![
|
||||||
|
create_test_action("custom-z", "Zebra", false),
|
||||||
|
create_test_action("default-a", "Apple", true),
|
||||||
|
create_test_action("custom-a", "Alpha", false),
|
||||||
|
create_test_action("default-z", "Zulu", true),
|
||||||
|
];
|
||||||
|
|
||||||
|
// Sort by: defaults first, then alphabetically by name
|
||||||
|
actions.sort_by(|a, b| {
|
||||||
|
let default_cmp = b.is_default.cmp(&a.is_default);
|
||||||
|
if default_cmp == std::cmp::Ordering::Equal {
|
||||||
|
a.name.cmp(&b.name)
|
||||||
|
} else {
|
||||||
|
default_cmp
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
// Defaults should come first
|
||||||
|
assert!(actions[0].is_default);
|
||||||
|
assert!(actions[1].is_default);
|
||||||
|
assert!(!actions[2].is_default);
|
||||||
|
assert!(!actions[3].is_default);
|
||||||
|
|
||||||
|
// Within defaults, alphabetically sorted
|
||||||
|
assert_eq!(actions[0].name, "Apple");
|
||||||
|
assert_eq!(actions[1].name, "Zulu");
|
||||||
|
|
||||||
|
// Within non-defaults, alphabetically sorted
|
||||||
|
assert_eq!(actions[2].name, "Alpha");
|
||||||
|
assert_eq!(actions[3].name, "Zebra");
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_known_default_actions() {
|
||||||
|
let defaults = get_default_quick_actions();
|
||||||
|
let ids: Vec<&str> = defaults.iter().map(|a| a.id.as_str()).collect();
|
||||||
|
|
||||||
|
assert!(ids.contains(&"default-review-pr"));
|
||||||
|
assert!(ids.contains(&"default-run-tests"));
|
||||||
|
assert!(ids.contains(&"default-explain-file"));
|
||||||
|
assert!(ids.contains(&"default-fix-error"));
|
||||||
|
assert!(ids.contains(&"default-write-tests"));
|
||||||
|
assert!(ids.contains(&"default-refactor"));
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_default_action_icons() {
|
||||||
|
let defaults = get_default_quick_actions();
|
||||||
|
let icons: Vec<&str> = defaults.iter().map(|a| a.icon.as_str()).collect();
|
||||||
|
|
||||||
|
assert!(icons.contains(&"git-pull-request"));
|
||||||
|
assert!(icons.contains(&"play"));
|
||||||
|
assert!(icons.contains(&"file-text"));
|
||||||
|
assert!(icons.contains(&"alert-circle"));
|
||||||
|
assert!(icons.contains(&"check-square"));
|
||||||
|
assert!(icons.contains(&"refresh-cw"));
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_quick_action_prompts_not_empty() {
|
||||||
|
let defaults = get_default_quick_actions();
|
||||||
|
for action in defaults {
|
||||||
|
assert!(
|
||||||
|
action.prompt.len() > 10,
|
||||||
|
"Prompt should be meaningful: {}",
|
||||||
|
action.name
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_quick_action_timestamps() {
|
||||||
|
let action = create_test_action("time-test", "Time Test", false);
|
||||||
|
assert!(action.created_at <= action.updated_at);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_default_actions_have_same_timestamps() {
|
||||||
|
let defaults = get_default_quick_actions();
|
||||||
|
// All defaults are created at the same instant
|
||||||
|
let first_created = defaults[0].created_at;
|
||||||
|
let first_updated = defaults[0].updated_at;
|
||||||
|
|
||||||
|
for action in &defaults {
|
||||||
|
assert_eq!(action.created_at, first_created);
|
||||||
|
assert_eq!(action.updated_at, first_updated);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_action_retain_non_default() {
|
||||||
|
let mut actions = vec![
|
||||||
|
create_test_action("default-1", "Default 1", true),
|
||||||
|
create_test_action("custom-1", "Custom 1", false),
|
||||||
|
create_test_action("default-2", "Default 2", true),
|
||||||
|
create_test_action("custom-2", "Custom 2", false),
|
||||||
|
];
|
||||||
|
|
||||||
|
// Mimics reset_default_quick_actions behavior (retain non-defaults)
|
||||||
|
actions.retain(|a| !a.is_default);
|
||||||
|
|
||||||
|
assert_eq!(actions.len(), 2);
|
||||||
|
assert!(actions.iter().all(|a| !a.is_default));
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
#[allow(clippy::useless_vec)]
|
||||||
|
fn test_action_find_by_id() {
|
||||||
|
let actions = vec![
|
||||||
|
create_test_action("action-1", "First", false),
|
||||||
|
create_test_action("action-2", "Second", false),
|
||||||
|
create_test_action("action-3", "Third", false),
|
||||||
|
];
|
||||||
|
|
||||||
|
let found = actions.iter().find(|a| a.id == "action-2");
|
||||||
|
assert!(found.is_some());
|
||||||
|
assert_eq!(found.unwrap().name, "Second");
|
||||||
|
|
||||||
|
let not_found = actions.iter().find(|a| a.id == "action-999");
|
||||||
|
assert!(not_found.is_none());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -145,6 +145,30 @@ pub async fn clear_all_sessions(app: AppHandle) -> Result<(), String> {
|
|||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use super::*;
|
use super::*;
|
||||||
|
use chrono::TimeZone;
|
||||||
|
|
||||||
|
fn create_test_session(id: &str, name: &str) -> SavedSession {
|
||||||
|
SavedSession {
|
||||||
|
id: id.to_string(),
|
||||||
|
name: name.to_string(),
|
||||||
|
created_at: Utc::now(),
|
||||||
|
last_activity_at: Utc::now(),
|
||||||
|
working_directory: "/home/test".to_string(),
|
||||||
|
message_count: 5,
|
||||||
|
preview: "Hello world".to_string(),
|
||||||
|
messages: vec![],
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
fn create_test_message(id: &str, content: &str, msg_type: &str) -> SavedMessage {
|
||||||
|
SavedMessage {
|
||||||
|
id: id.to_string(),
|
||||||
|
message_type: msg_type.to_string(),
|
||||||
|
content: content.to_string(),
|
||||||
|
timestamp: Utc::now(),
|
||||||
|
tool_name: None,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_session_list_item_from_saved_session() {
|
fn test_session_list_item_from_saved_session() {
|
||||||
@@ -164,4 +188,187 @@ mod tests {
|
|||||||
assert_eq!(item.name, "Test Session");
|
assert_eq!(item.name, "Test Session");
|
||||||
assert_eq!(item.message_count, 5);
|
assert_eq!(item.message_count, 5);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_session_list_item_preserves_all_fields() {
|
||||||
|
let created = Utc.with_ymd_and_hms(2024, 1, 15, 10, 30, 0).unwrap();
|
||||||
|
let last_activity = Utc.with_ymd_and_hms(2024, 1, 15, 14, 45, 0).unwrap();
|
||||||
|
|
||||||
|
let session = SavedSession {
|
||||||
|
id: "sess-123".to_string(),
|
||||||
|
name: "My Chat".to_string(),
|
||||||
|
created_at: created,
|
||||||
|
last_activity_at: last_activity,
|
||||||
|
working_directory: "/home/naomi/project".to_string(),
|
||||||
|
message_count: 42,
|
||||||
|
preview: "What is the meaning of life?".to_string(),
|
||||||
|
messages: vec![],
|
||||||
|
};
|
||||||
|
|
||||||
|
let item = SessionListItem::from(&session);
|
||||||
|
|
||||||
|
assert_eq!(item.id, "sess-123");
|
||||||
|
assert_eq!(item.name, "My Chat");
|
||||||
|
assert_eq!(item.created_at, created);
|
||||||
|
assert_eq!(item.last_activity_at, last_activity);
|
||||||
|
assert_eq!(item.working_directory, "/home/naomi/project");
|
||||||
|
assert_eq!(item.message_count, 42);
|
||||||
|
assert_eq!(item.preview, "What is the meaning of life?");
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_saved_session_serialization() {
|
||||||
|
let session = create_test_session("test-1", "Test Session");
|
||||||
|
let json = serde_json::to_string(&session).expect("Failed to serialize");
|
||||||
|
let parsed: SavedSession = serde_json::from_str(&json).expect("Failed to deserialize");
|
||||||
|
|
||||||
|
assert_eq!(parsed.id, session.id);
|
||||||
|
assert_eq!(parsed.name, session.name);
|
||||||
|
assert_eq!(parsed.working_directory, session.working_directory);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_saved_message_serialization() {
|
||||||
|
let message = create_test_message("msg-1", "Hello!", "user");
|
||||||
|
let json = serde_json::to_string(&message).expect("Failed to serialize");
|
||||||
|
let parsed: SavedMessage = serde_json::from_str(&json).expect("Failed to deserialize");
|
||||||
|
|
||||||
|
assert_eq!(parsed.id, message.id);
|
||||||
|
assert_eq!(parsed.content, message.content);
|
||||||
|
assert_eq!(parsed.message_type, "user");
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_saved_message_with_tool_name() {
|
||||||
|
let message = SavedMessage {
|
||||||
|
id: "msg-tool-1".to_string(),
|
||||||
|
message_type: "tool".to_string(),
|
||||||
|
content: "File read successfully".to_string(),
|
||||||
|
timestamp: Utc::now(),
|
||||||
|
tool_name: Some("Read".to_string()),
|
||||||
|
};
|
||||||
|
|
||||||
|
let json = serde_json::to_string(&message).expect("Failed to serialize");
|
||||||
|
let parsed: SavedMessage = serde_json::from_str(&json).expect("Failed to deserialize");
|
||||||
|
|
||||||
|
assert_eq!(parsed.tool_name, Some("Read".to_string()));
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_session_with_messages_serialization() {
|
||||||
|
let mut session = create_test_session("sess-full", "Full Session");
|
||||||
|
session.messages = vec![
|
||||||
|
create_test_message("msg-1", "Hello!", "user"),
|
||||||
|
create_test_message("msg-2", "Hi there!", "assistant"),
|
||||||
|
create_test_message("msg-3", "Read file", "tool"),
|
||||||
|
];
|
||||||
|
session.message_count = 3;
|
||||||
|
|
||||||
|
let json = serde_json::to_string(&session).expect("Failed to serialize");
|
||||||
|
let parsed: SavedSession = serde_json::from_str(&json).expect("Failed to deserialize");
|
||||||
|
|
||||||
|
assert_eq!(parsed.messages.len(), 3);
|
||||||
|
assert_eq!(parsed.messages[0].content, "Hello!");
|
||||||
|
assert_eq!(parsed.messages[1].message_type, "assistant");
|
||||||
|
assert_eq!(parsed.messages[2].message_type, "tool");
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_session_list_item_serialization() {
|
||||||
|
let item = SessionListItem {
|
||||||
|
id: "list-item-1".to_string(),
|
||||||
|
name: "Quick Chat".to_string(),
|
||||||
|
created_at: Utc::now(),
|
||||||
|
last_activity_at: Utc::now(),
|
||||||
|
working_directory: "/tmp".to_string(),
|
||||||
|
message_count: 10,
|
||||||
|
preview: "Short preview...".to_string(),
|
||||||
|
};
|
||||||
|
|
||||||
|
let json = serde_json::to_string(&item).expect("Failed to serialize");
|
||||||
|
let parsed: SessionListItem = serde_json::from_str(&json).expect("Failed to deserialize");
|
||||||
|
|
||||||
|
assert_eq!(parsed.id, item.id);
|
||||||
|
assert_eq!(parsed.name, item.name);
|
||||||
|
assert_eq!(parsed.preview, item.preview);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_message_type_field_rename() {
|
||||||
|
// The message_type field is renamed to "type" in JSON
|
||||||
|
let message = create_test_message("msg-1", "Test", "assistant");
|
||||||
|
let json = serde_json::to_string(&message).expect("Failed to serialize");
|
||||||
|
|
||||||
|
assert!(json.contains("\"type\":"));
|
||||||
|
assert!(!json.contains("\"message_type\":"));
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_session_default_empty_messages() {
|
||||||
|
let session = SavedSession {
|
||||||
|
id: "empty".to_string(),
|
||||||
|
name: "Empty".to_string(),
|
||||||
|
created_at: Utc::now(),
|
||||||
|
last_activity_at: Utc::now(),
|
||||||
|
working_directory: "/".to_string(),
|
||||||
|
message_count: 0,
|
||||||
|
preview: "".to_string(),
|
||||||
|
messages: vec![],
|
||||||
|
};
|
||||||
|
|
||||||
|
assert!(session.messages.is_empty());
|
||||||
|
assert_eq!(session.message_count, 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
#[allow(clippy::useless_vec)]
|
||||||
|
fn test_session_sorting_by_activity() {
|
||||||
|
let old_time = Utc.with_ymd_and_hms(2024, 1, 1, 0, 0, 0).unwrap();
|
||||||
|
let new_time = Utc.with_ymd_and_hms(2024, 6, 15, 12, 0, 0).unwrap();
|
||||||
|
|
||||||
|
let mut sessions = vec![
|
||||||
|
SessionListItem {
|
||||||
|
id: "old".to_string(),
|
||||||
|
name: "Old Session".to_string(),
|
||||||
|
created_at: old_time,
|
||||||
|
last_activity_at: old_time,
|
||||||
|
working_directory: "/old".to_string(),
|
||||||
|
message_count: 1,
|
||||||
|
preview: "Old".to_string(),
|
||||||
|
},
|
||||||
|
SessionListItem {
|
||||||
|
id: "new".to_string(),
|
||||||
|
name: "New Session".to_string(),
|
||||||
|
created_at: new_time,
|
||||||
|
last_activity_at: new_time,
|
||||||
|
working_directory: "/new".to_string(),
|
||||||
|
message_count: 1,
|
||||||
|
preview: "New".to_string(),
|
||||||
|
},
|
||||||
|
];
|
||||||
|
|
||||||
|
// Sort by last activity, most recent first (mimics list_sessions behavior)
|
||||||
|
sessions.sort_by(|a, b| b.last_activity_at.cmp(&a.last_activity_at));
|
||||||
|
|
||||||
|
assert_eq!(sessions[0].id, "new");
|
||||||
|
assert_eq!(sessions[1].id, "old");
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_session_clone() {
|
||||||
|
let original = create_test_session("clone-test", "Clone Test");
|
||||||
|
let cloned = original.clone();
|
||||||
|
|
||||||
|
assert_eq!(original.id, cloned.id);
|
||||||
|
assert_eq!(original.name, cloned.name);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_message_clone() {
|
||||||
|
let original = create_test_message("msg-clone", "Content", "user");
|
||||||
|
let cloned = original.clone();
|
||||||
|
|
||||||
|
assert_eq!(original.id, cloned.id);
|
||||||
|
assert_eq!(original.content, cloned.content);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -205,6 +205,19 @@ pub async fn reset_default_snippets(app: AppHandle) -> Result<(), String> {
|
|||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use super::*;
|
use super::*;
|
||||||
|
use std::collections::HashSet;
|
||||||
|
|
||||||
|
fn create_test_snippet(id: &str, name: &str, category: &str, is_default: bool) -> Snippet {
|
||||||
|
Snippet {
|
||||||
|
id: id.to_string(),
|
||||||
|
name: name.to_string(),
|
||||||
|
content: "Test content".to_string(),
|
||||||
|
category: category.to_string(),
|
||||||
|
is_default,
|
||||||
|
created_at: Utc::now(),
|
||||||
|
updated_at: Utc::now(),
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_default_snippets_exist() {
|
fn test_default_snippets_exist() {
|
||||||
@@ -223,4 +236,204 @@ mod tests {
|
|||||||
assert!(!snippet.category.is_empty());
|
assert!(!snippet.category.is_empty());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_default_snippets_count() {
|
||||||
|
let defaults = get_default_snippets();
|
||||||
|
// Should have 8 default snippets
|
||||||
|
assert_eq!(defaults.len(), 8);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_default_snippets_have_unique_ids() {
|
||||||
|
let defaults = get_default_snippets();
|
||||||
|
let ids: HashSet<&String> = defaults.iter().map(|s| &s.id).collect();
|
||||||
|
assert_eq!(ids.len(), defaults.len());
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_default_snippets_ids_start_with_default() {
|
||||||
|
let defaults = get_default_snippets();
|
||||||
|
assert!(defaults.iter().all(|s| s.id.starts_with("default-")));
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_snippet_serialization() {
|
||||||
|
let snippet = create_test_snippet("test-1", "Test Snippet", "Testing", false);
|
||||||
|
let json = serde_json::to_string(&snippet).expect("Failed to serialize");
|
||||||
|
let parsed: Snippet = serde_json::from_str(&json).expect("Failed to deserialize");
|
||||||
|
|
||||||
|
assert_eq!(parsed.id, snippet.id);
|
||||||
|
assert_eq!(parsed.name, snippet.name);
|
||||||
|
assert_eq!(parsed.content, snippet.content);
|
||||||
|
assert_eq!(parsed.category, snippet.category);
|
||||||
|
assert_eq!(parsed.is_default, snippet.is_default);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_snippet_clone() {
|
||||||
|
let original = create_test_snippet("clone-test", "Clone Test", "Category", true);
|
||||||
|
let cloned = original.clone();
|
||||||
|
|
||||||
|
assert_eq!(original.id, cloned.id);
|
||||||
|
assert_eq!(original.name, cloned.name);
|
||||||
|
assert_eq!(original.is_default, cloned.is_default);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
#[allow(clippy::useless_vec)]
|
||||||
|
fn test_snippet_sorting_by_category_then_name() {
|
||||||
|
let mut snippets = vec![
|
||||||
|
create_test_snippet("s1", "Zebra", "B-Category", false),
|
||||||
|
create_test_snippet("s2", "Apple", "A-Category", false),
|
||||||
|
create_test_snippet("s3", "Banana", "B-Category", false),
|
||||||
|
create_test_snippet("s4", "Alpha", "A-Category", false),
|
||||||
|
];
|
||||||
|
|
||||||
|
// Sort by category, then by name (mimics list_snippets behavior)
|
||||||
|
snippets.sort_by(|a, b| {
|
||||||
|
let cat_cmp = a.category.cmp(&b.category);
|
||||||
|
if cat_cmp == std::cmp::Ordering::Equal {
|
||||||
|
a.name.cmp(&b.name)
|
||||||
|
} else {
|
||||||
|
cat_cmp
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
// A-Category should come first
|
||||||
|
assert_eq!(snippets[0].category, "A-Category");
|
||||||
|
assert_eq!(snippets[1].category, "A-Category");
|
||||||
|
assert_eq!(snippets[2].category, "B-Category");
|
||||||
|
assert_eq!(snippets[3].category, "B-Category");
|
||||||
|
|
||||||
|
// Within categories, alphabetically by name
|
||||||
|
assert_eq!(snippets[0].name, "Alpha");
|
||||||
|
assert_eq!(snippets[1].name, "Apple");
|
||||||
|
assert_eq!(snippets[2].name, "Banana");
|
||||||
|
assert_eq!(snippets[3].name, "Zebra");
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_known_default_snippets() {
|
||||||
|
let defaults = get_default_snippets();
|
||||||
|
let ids: Vec<&str> = defaults.iter().map(|s| s.id.as_str()).collect();
|
||||||
|
|
||||||
|
assert!(ids.contains(&"default-explain-code"));
|
||||||
|
assert!(ids.contains(&"default-fix-error"));
|
||||||
|
assert!(ids.contains(&"default-write-tests"));
|
||||||
|
assert!(ids.contains(&"default-refactor"));
|
||||||
|
assert!(ids.contains(&"default-optimize"));
|
||||||
|
assert!(ids.contains(&"default-review-pr"));
|
||||||
|
assert!(ids.contains(&"default-add-comments"));
|
||||||
|
assert!(ids.contains(&"default-security-review"));
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_default_snippet_categories() {
|
||||||
|
let defaults = get_default_snippets();
|
||||||
|
let categories: HashSet<&String> = defaults.iter().map(|s| &s.category).collect();
|
||||||
|
|
||||||
|
assert!(categories.contains(&"Code Review".to_string()));
|
||||||
|
assert!(categories.contains(&"Debugging".to_string()));
|
||||||
|
assert!(categories.contains(&"Testing".to_string()));
|
||||||
|
assert!(categories.contains(&"Performance".to_string()));
|
||||||
|
assert!(categories.contains(&"Documentation".to_string()));
|
||||||
|
assert!(categories.contains(&"Security".to_string()));
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_snippet_content_not_empty() {
|
||||||
|
let defaults = get_default_snippets();
|
||||||
|
for snippet in defaults {
|
||||||
|
assert!(
|
||||||
|
snippet.content.len() > 10,
|
||||||
|
"Content should be meaningful: {}",
|
||||||
|
snippet.name
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_snippet_timestamps() {
|
||||||
|
let snippet = create_test_snippet("time-test", "Time Test", "Cat", false);
|
||||||
|
assert!(snippet.created_at <= snippet.updated_at);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_default_snippets_have_same_timestamps() {
|
||||||
|
let defaults = get_default_snippets();
|
||||||
|
// All defaults are created at the same instant
|
||||||
|
let first_created = defaults[0].created_at;
|
||||||
|
let first_updated = defaults[0].updated_at;
|
||||||
|
|
||||||
|
for snippet in &defaults {
|
||||||
|
assert_eq!(snippet.created_at, first_created);
|
||||||
|
assert_eq!(snippet.updated_at, first_updated);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_snippet_retain_non_default() {
|
||||||
|
let mut snippets = vec![
|
||||||
|
create_test_snippet("default-1", "Default 1", "Cat", true),
|
||||||
|
create_test_snippet("custom-1", "Custom 1", "Cat", false),
|
||||||
|
create_test_snippet("default-2", "Default 2", "Cat", true),
|
||||||
|
create_test_snippet("custom-2", "Custom 2", "Cat", false),
|
||||||
|
];
|
||||||
|
|
||||||
|
// Mimics reset_default_snippets behavior (retain non-defaults)
|
||||||
|
snippets.retain(|s| !s.is_default);
|
||||||
|
|
||||||
|
assert_eq!(snippets.len(), 2);
|
||||||
|
assert!(snippets.iter().all(|s| !s.is_default));
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
#[allow(clippy::useless_vec)]
|
||||||
|
fn test_snippet_find_by_id() {
|
||||||
|
let snippets = vec![
|
||||||
|
create_test_snippet("snippet-1", "First", "Cat", false),
|
||||||
|
create_test_snippet("snippet-2", "Second", "Cat", false),
|
||||||
|
create_test_snippet("snippet-3", "Third", "Cat", false),
|
||||||
|
];
|
||||||
|
|
||||||
|
let found = snippets.iter().find(|s| s.id == "snippet-2");
|
||||||
|
assert!(found.is_some());
|
||||||
|
assert_eq!(found.unwrap().name, "Second");
|
||||||
|
|
||||||
|
let not_found = snippets.iter().find(|s| s.id == "snippet-999");
|
||||||
|
assert!(not_found.is_none());
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
#[allow(clippy::useless_vec)]
|
||||||
|
fn test_extract_categories_sorted_and_deduped() {
|
||||||
|
let snippets = vec![
|
||||||
|
create_test_snippet("s1", "S1", "Zebra", false),
|
||||||
|
create_test_snippet("s2", "S2", "Alpha", false),
|
||||||
|
create_test_snippet("s3", "S3", "Beta", false),
|
||||||
|
create_test_snippet("s4", "S4", "Alpha", false), // Duplicate
|
||||||
|
];
|
||||||
|
|
||||||
|
let mut categories: Vec<String> = snippets.iter().map(|s| s.category.clone()).collect();
|
||||||
|
categories.sort();
|
||||||
|
categories.dedup();
|
||||||
|
|
||||||
|
assert_eq!(categories.len(), 3);
|
||||||
|
assert_eq!(categories[0], "Alpha");
|
||||||
|
assert_eq!(categories[1], "Beta");
|
||||||
|
assert_eq!(categories[2], "Zebra");
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_snippet_category_code_review_count() {
|
||||||
|
let defaults = get_default_snippets();
|
||||||
|
let code_review_count = defaults
|
||||||
|
.iter()
|
||||||
|
.filter(|s| s.category == "Code Review")
|
||||||
|
.count();
|
||||||
|
|
||||||
|
// There should be multiple code review snippets
|
||||||
|
assert!(code_review_count >= 2);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -137,3 +137,290 @@ pub type SharedTempFileManager = Arc<Mutex<TempFileManager>>;
|
|||||||
pub fn create_shared_temp_manager() -> Result<SharedTempFileManager, String> {
|
pub fn create_shared_temp_manager() -> Result<SharedTempFileManager, String> {
|
||||||
Ok(Arc::new(Mutex::new(TempFileManager::new()?)))
|
Ok(Arc::new(Mutex::new(TempFileManager::new()?)))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[cfg(test)]
|
||||||
|
mod tests {
|
||||||
|
use super::*;
|
||||||
|
use std::fs;
|
||||||
|
use tempfile::TempDir;
|
||||||
|
|
||||||
|
// Helper to create a TempFileManager with a custom base directory for testing
|
||||||
|
fn create_test_manager(base_dir: PathBuf) -> TempFileManager {
|
||||||
|
if !base_dir.exists() {
|
||||||
|
fs::create_dir_all(&base_dir).expect("Failed to create test temp dir");
|
||||||
|
}
|
||||||
|
TempFileManager {
|
||||||
|
base_dir,
|
||||||
|
files: HashMap::new(),
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_new_creates_base_directory() {
|
||||||
|
let manager = TempFileManager::new().expect("Failed to create TempFileManager");
|
||||||
|
assert!(manager.base_dir.exists());
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_get_base_dir_returns_correct_path() {
|
||||||
|
let temp_dir = TempDir::new().expect("Failed to create temp dir");
|
||||||
|
let base_path = temp_dir.path().join("hikari-test");
|
||||||
|
let manager = create_test_manager(base_path.clone());
|
||||||
|
|
||||||
|
assert_eq!(manager.get_base_dir(), base_path.as_path());
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_save_file_creates_file_with_content() {
|
||||||
|
let temp_dir = TempDir::new().expect("Failed to create temp dir");
|
||||||
|
let base_path = temp_dir.path().join("hikari-test");
|
||||||
|
let mut manager = create_test_manager(base_path);
|
||||||
|
|
||||||
|
let data = b"Hello, world!";
|
||||||
|
let result = manager.save_file("conv-1", data, Some("test.txt"));
|
||||||
|
|
||||||
|
assert!(result.is_ok());
|
||||||
|
let file_path = result.unwrap();
|
||||||
|
assert!(file_path.exists());
|
||||||
|
|
||||||
|
let content = fs::read(&file_path).expect("Failed to read file");
|
||||||
|
assert_eq!(content, data);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_save_file_uses_correct_extension() {
|
||||||
|
let temp_dir = TempDir::new().expect("Failed to create temp dir");
|
||||||
|
let base_path = temp_dir.path().join("hikari-test");
|
||||||
|
let mut manager = create_test_manager(base_path);
|
||||||
|
|
||||||
|
let data = b"test data";
|
||||||
|
let result = manager.save_file("conv-1", data, Some("document.pdf"));
|
||||||
|
|
||||||
|
assert!(result.is_ok());
|
||||||
|
let file_path = result.unwrap();
|
||||||
|
assert_eq!(file_path.extension().unwrap(), "pdf");
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_save_file_uses_bin_extension_when_no_filename() {
|
||||||
|
let temp_dir = TempDir::new().expect("Failed to create temp dir");
|
||||||
|
let base_path = temp_dir.path().join("hikari-test");
|
||||||
|
let mut manager = create_test_manager(base_path);
|
||||||
|
|
||||||
|
let data = b"binary data";
|
||||||
|
let result = manager.save_file("conv-1", data, None);
|
||||||
|
|
||||||
|
assert!(result.is_ok());
|
||||||
|
let file_path = result.unwrap();
|
||||||
|
assert_eq!(file_path.extension().unwrap(), "bin");
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_register_file_tracks_file_path() {
|
||||||
|
let temp_dir = TempDir::new().expect("Failed to create temp dir");
|
||||||
|
let base_path = temp_dir.path().join("hikari-test");
|
||||||
|
let mut manager = create_test_manager(base_path);
|
||||||
|
|
||||||
|
let file_path = PathBuf::from("/some/path/file.txt");
|
||||||
|
manager.register_file("conv-1", file_path.clone());
|
||||||
|
|
||||||
|
let files = manager.get_files_for_conversation("conv-1");
|
||||||
|
assert_eq!(files.len(), 1);
|
||||||
|
assert_eq!(files[0], file_path);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_get_files_for_conversation_returns_empty_for_unknown() {
|
||||||
|
let temp_dir = TempDir::new().expect("Failed to create temp dir");
|
||||||
|
let base_path = temp_dir.path().join("hikari-test");
|
||||||
|
let manager = create_test_manager(base_path);
|
||||||
|
|
||||||
|
let files = manager.get_files_for_conversation("unknown-conv");
|
||||||
|
assert!(files.is_empty());
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_get_files_for_conversation_returns_all_files() {
|
||||||
|
let temp_dir = TempDir::new().expect("Failed to create temp dir");
|
||||||
|
let base_path = temp_dir.path().join("hikari-test");
|
||||||
|
let mut manager = create_test_manager(base_path);
|
||||||
|
|
||||||
|
let data = b"test";
|
||||||
|
manager.save_file("conv-1", data, Some("file1.txt")).unwrap();
|
||||||
|
manager.save_file("conv-1", data, Some("file2.txt")).unwrap();
|
||||||
|
manager.save_file("conv-2", data, Some("file3.txt")).unwrap();
|
||||||
|
|
||||||
|
let files_conv1 = manager.get_files_for_conversation("conv-1");
|
||||||
|
let files_conv2 = manager.get_files_for_conversation("conv-2");
|
||||||
|
|
||||||
|
assert_eq!(files_conv1.len(), 2);
|
||||||
|
assert_eq!(files_conv2.len(), 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_cleanup_conversation_removes_files() {
|
||||||
|
let temp_dir = TempDir::new().expect("Failed to create temp dir");
|
||||||
|
let base_path = temp_dir.path().join("hikari-test");
|
||||||
|
let mut manager = create_test_manager(base_path);
|
||||||
|
|
||||||
|
let data = b"test";
|
||||||
|
let file_path = manager.save_file("conv-1", data, Some("test.txt")).unwrap();
|
||||||
|
assert!(file_path.exists());
|
||||||
|
|
||||||
|
let result = manager.cleanup_conversation("conv-1");
|
||||||
|
assert!(result.is_ok());
|
||||||
|
assert!(!file_path.exists());
|
||||||
|
assert!(manager.get_files_for_conversation("conv-1").is_empty());
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_cleanup_conversation_handles_missing_files() {
|
||||||
|
let temp_dir = TempDir::new().expect("Failed to create temp dir");
|
||||||
|
let base_path = temp_dir.path().join("hikari-test");
|
||||||
|
let mut manager = create_test_manager(base_path);
|
||||||
|
|
||||||
|
// Register a file that doesn't exist
|
||||||
|
manager.register_file("conv-1", PathBuf::from("/nonexistent/file.txt"));
|
||||||
|
|
||||||
|
// Should not error, just skip missing files
|
||||||
|
let result = manager.cleanup_conversation("conv-1");
|
||||||
|
assert!(result.is_ok());
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_cleanup_conversation_for_unknown_returns_ok() {
|
||||||
|
let temp_dir = TempDir::new().expect("Failed to create temp dir");
|
||||||
|
let base_path = temp_dir.path().join("hikari-test");
|
||||||
|
let mut manager = create_test_manager(base_path);
|
||||||
|
|
||||||
|
let result = manager.cleanup_conversation("unknown-conv");
|
||||||
|
assert!(result.is_ok());
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_cleanup_all_removes_all_files() {
|
||||||
|
let temp_dir = TempDir::new().expect("Failed to create temp dir");
|
||||||
|
let base_path = temp_dir.path().join("hikari-test");
|
||||||
|
let mut manager = create_test_manager(base_path);
|
||||||
|
|
||||||
|
let data = b"test";
|
||||||
|
let file1 = manager.save_file("conv-1", data, Some("f1.txt")).unwrap();
|
||||||
|
let file2 = manager.save_file("conv-2", data, Some("f2.txt")).unwrap();
|
||||||
|
|
||||||
|
assert!(file1.exists());
|
||||||
|
assert!(file2.exists());
|
||||||
|
|
||||||
|
let result = manager.cleanup_all();
|
||||||
|
assert!(result.is_ok());
|
||||||
|
|
||||||
|
assert!(!file1.exists());
|
||||||
|
assert!(!file2.exists());
|
||||||
|
assert!(manager.files.is_empty());
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_cleanup_orphaned_files_removes_untracked() {
|
||||||
|
let temp_dir = TempDir::new().expect("Failed to create temp dir");
|
||||||
|
let base_path = temp_dir.path().join("hikari-test");
|
||||||
|
let mut manager = create_test_manager(base_path.clone());
|
||||||
|
|
||||||
|
// Create a tracked file
|
||||||
|
let data = b"tracked";
|
||||||
|
let tracked_path = manager.save_file("conv-1", data, Some("tracked.txt")).unwrap();
|
||||||
|
|
||||||
|
// Create an untracked (orphaned) file directly in the temp directory
|
||||||
|
let orphan_path = base_path.join("orphan.txt");
|
||||||
|
fs::write(&orphan_path, b"orphan").expect("Failed to create orphan file");
|
||||||
|
|
||||||
|
assert!(tracked_path.exists());
|
||||||
|
assert!(orphan_path.exists());
|
||||||
|
|
||||||
|
let result = manager.cleanup_orphaned_files();
|
||||||
|
assert!(result.is_ok());
|
||||||
|
assert_eq!(result.unwrap(), 1); // One orphan removed
|
||||||
|
|
||||||
|
assert!(tracked_path.exists()); // Tracked file still exists
|
||||||
|
assert!(!orphan_path.exists()); // Orphan removed
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_cleanup_orphaned_returns_zero_when_none() {
|
||||||
|
let temp_dir = TempDir::new().expect("Failed to create temp dir");
|
||||||
|
let base_path = temp_dir.path().join("hikari-test");
|
||||||
|
let mut manager = create_test_manager(base_path);
|
||||||
|
|
||||||
|
let data = b"test";
|
||||||
|
manager.save_file("conv-1", data, Some("test.txt")).unwrap();
|
||||||
|
|
||||||
|
let result = manager.cleanup_orphaned_files();
|
||||||
|
assert!(result.is_ok());
|
||||||
|
assert_eq!(result.unwrap(), 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_cleanup_orphaned_returns_zero_when_dir_missing() {
|
||||||
|
let mut manager = TempFileManager {
|
||||||
|
base_dir: PathBuf::from("/nonexistent/dir"),
|
||||||
|
files: HashMap::new(),
|
||||||
|
};
|
||||||
|
|
||||||
|
let result = manager.cleanup_orphaned_files();
|
||||||
|
assert!(result.is_ok());
|
||||||
|
assert_eq!(result.unwrap(), 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_default_creates_manager() {
|
||||||
|
// Default should work as long as we can create temp directories
|
||||||
|
let manager = TempFileManager::default();
|
||||||
|
assert!(manager.base_dir.exists());
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_create_shared_temp_manager() {
|
||||||
|
let result = create_shared_temp_manager();
|
||||||
|
assert!(result.is_ok());
|
||||||
|
|
||||||
|
let shared = result.unwrap();
|
||||||
|
let manager = shared.lock();
|
||||||
|
assert!(manager.base_dir.exists());
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_multiple_files_same_conversation() {
|
||||||
|
let temp_dir = TempDir::new().expect("Failed to create temp dir");
|
||||||
|
let base_path = temp_dir.path().join("hikari-test");
|
||||||
|
let mut manager = create_test_manager(base_path);
|
||||||
|
|
||||||
|
// Save multiple files to same conversation
|
||||||
|
for i in 0..5 {
|
||||||
|
let data = format!("content {}", i);
|
||||||
|
manager
|
||||||
|
.save_file("conv-1", data.as_bytes(), Some(&format!("file{}.txt", i)))
|
||||||
|
.unwrap();
|
||||||
|
}
|
||||||
|
|
||||||
|
let files = manager.get_files_for_conversation("conv-1");
|
||||||
|
assert_eq!(files.len(), 5);
|
||||||
|
|
||||||
|
// Each file should have unique content
|
||||||
|
for (i, file_path) in files.iter().enumerate() {
|
||||||
|
let content = fs::read_to_string(file_path).expect("Failed to read");
|
||||||
|
assert_eq!(content, format!("content {}", i));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_file_paths_contain_conversation_id() {
|
||||||
|
let temp_dir = TempDir::new().expect("Failed to create temp dir");
|
||||||
|
let base_path = temp_dir.path().join("hikari-test");
|
||||||
|
let mut manager = create_test_manager(base_path);
|
||||||
|
|
||||||
|
let file_path = manager
|
||||||
|
.save_file("my-conversation-id", b"test", Some("test.txt"))
|
||||||
|
.unwrap();
|
||||||
|
|
||||||
|
let filename = file_path.file_name().unwrap().to_str().unwrap();
|
||||||
|
assert!(filename.starts_with("my-conversation-id_"));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -0,0 +1,266 @@
|
|||||||
|
use serde::{Deserialize, Serialize};
|
||||||
|
use std::collections::hash_map::DefaultHasher;
|
||||||
|
use std::collections::HashMap;
|
||||||
|
use std::hash::{Hash, Hasher};
|
||||||
|
|
||||||
|
/// Tools that could benefit from caching
|
||||||
|
#[allow(dead_code)]
|
||||||
|
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||||
|
pub enum CacheableTool {
|
||||||
|
Read,
|
||||||
|
Glob,
|
||||||
|
Grep,
|
||||||
|
}
|
||||||
|
|
||||||
|
impl CacheableTool {
|
||||||
|
#[allow(dead_code)]
|
||||||
|
pub fn from_name(name: &str) -> Option<Self> {
|
||||||
|
match name {
|
||||||
|
"Read" => Some(Self::Read),
|
||||||
|
"Glob" => Some(Self::Glob),
|
||||||
|
"Grep" => Some(Self::Grep),
|
||||||
|
_ => None,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Statistics about potential cache savings
|
||||||
|
#[allow(dead_code)]
|
||||||
|
#[derive(Debug, Default, Clone, Serialize, Deserialize)]
|
||||||
|
pub struct CacheAnalytics {
|
||||||
|
/// Number of tool calls that could have been cache hits
|
||||||
|
pub potential_cache_hits: u64,
|
||||||
|
/// Estimated tokens that could have been saved
|
||||||
|
pub potential_savings_tokens: u64,
|
||||||
|
/// Tracks unique tool invocations: hash -> (tool_name, call_count)
|
||||||
|
#[serde(skip)]
|
||||||
|
recent_invocations: HashMap<u64, (String, u64)>,
|
||||||
|
}
|
||||||
|
|
||||||
|
#[allow(dead_code)]
|
||||||
|
impl CacheAnalytics {
|
||||||
|
pub fn new() -> Self {
|
||||||
|
Self::default()
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Compute a hash key from tool name and input
|
||||||
|
fn compute_key(tool_name: &str, input: &serde_json::Value) -> u64 {
|
||||||
|
let mut hasher = DefaultHasher::new();
|
||||||
|
tool_name.hash(&mut hasher);
|
||||||
|
input.to_string().hash(&mut hasher);
|
||||||
|
hasher.finish()
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Track a tool invocation for analytics
|
||||||
|
/// Returns true if this was a repeated invocation (potential cache hit)
|
||||||
|
pub fn track_invocation(
|
||||||
|
&mut self,
|
||||||
|
tool_name: &str,
|
||||||
|
input: &serde_json::Value,
|
||||||
|
estimated_tokens: u64,
|
||||||
|
) -> bool {
|
||||||
|
// Only track cacheable tools
|
||||||
|
if CacheableTool::from_name(tool_name).is_none() {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
let key = Self::compute_key(tool_name, input);
|
||||||
|
|
||||||
|
if let Some((_, count)) = self.recent_invocations.get_mut(&key) {
|
||||||
|
*count += 1;
|
||||||
|
// This is a repeat - could have been a cache hit
|
||||||
|
self.potential_cache_hits += 1;
|
||||||
|
self.potential_savings_tokens += estimated_tokens;
|
||||||
|
true
|
||||||
|
} else {
|
||||||
|
self.recent_invocations
|
||||||
|
.insert(key, (tool_name.to_string(), 1));
|
||||||
|
false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Get the number of unique tool invocations being tracked
|
||||||
|
pub fn unique_invocations(&self) -> usize {
|
||||||
|
self.recent_invocations.len()
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Get invocations that were called more than once
|
||||||
|
pub fn repeated_invocations(&self) -> Vec<(&str, u64)> {
|
||||||
|
self.recent_invocations
|
||||||
|
.values()
|
||||||
|
.filter(|(_, count)| *count > 1)
|
||||||
|
.map(|(name, count)| (name.as_str(), *count))
|
||||||
|
.collect()
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Clear session analytics (keep totals)
|
||||||
|
pub fn clear_session(&mut self) {
|
||||||
|
self.recent_invocations.clear();
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Fully reset all analytics
|
||||||
|
pub fn reset(&mut self) {
|
||||||
|
self.potential_cache_hits = 0;
|
||||||
|
self.potential_savings_tokens = 0;
|
||||||
|
self.recent_invocations.clear();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#[cfg(test)]
|
||||||
|
mod tests {
|
||||||
|
use super::*;
|
||||||
|
use serde_json::json;
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_cacheable_tool_from_name() {
|
||||||
|
assert_eq!(CacheableTool::from_name("Read"), Some(CacheableTool::Read));
|
||||||
|
assert_eq!(CacheableTool::from_name("Glob"), Some(CacheableTool::Glob));
|
||||||
|
assert_eq!(CacheableTool::from_name("Grep"), Some(CacheableTool::Grep));
|
||||||
|
assert_eq!(CacheableTool::from_name("Bash"), None);
|
||||||
|
assert_eq!(CacheableTool::from_name("Edit"), None);
|
||||||
|
assert_eq!(CacheableTool::from_name("Write"), None);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_first_invocation_not_cache_hit() {
|
||||||
|
let mut analytics = CacheAnalytics::new();
|
||||||
|
let input = json!({"file_path": "/home/test/file.txt"});
|
||||||
|
|
||||||
|
let is_repeat = analytics.track_invocation("Read", &input, 100);
|
||||||
|
|
||||||
|
assert!(!is_repeat);
|
||||||
|
assert_eq!(analytics.potential_cache_hits, 0);
|
||||||
|
assert_eq!(analytics.potential_savings_tokens, 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_second_invocation_is_cache_hit() {
|
||||||
|
let mut analytics = CacheAnalytics::new();
|
||||||
|
let input = json!({"file_path": "/home/test/file.txt"});
|
||||||
|
|
||||||
|
analytics.track_invocation("Read", &input, 100);
|
||||||
|
let is_repeat = analytics.track_invocation("Read", &input, 100);
|
||||||
|
|
||||||
|
assert!(is_repeat);
|
||||||
|
assert_eq!(analytics.potential_cache_hits, 1);
|
||||||
|
assert_eq!(analytics.potential_savings_tokens, 100);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_different_inputs_not_cache_hit() {
|
||||||
|
let mut analytics = CacheAnalytics::new();
|
||||||
|
let input1 = json!({"file_path": "/home/test/file1.txt"});
|
||||||
|
let input2 = json!({"file_path": "/home/test/file2.txt"});
|
||||||
|
|
||||||
|
analytics.track_invocation("Read", &input1, 100);
|
||||||
|
let is_repeat = analytics.track_invocation("Read", &input2, 100);
|
||||||
|
|
||||||
|
assert!(!is_repeat);
|
||||||
|
assert_eq!(analytics.potential_cache_hits, 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_non_cacheable_tool_ignored() {
|
||||||
|
let mut analytics = CacheAnalytics::new();
|
||||||
|
let input = json!({"command": "ls -la"});
|
||||||
|
|
||||||
|
let is_repeat = analytics.track_invocation("Bash", &input, 100);
|
||||||
|
analytics.track_invocation("Bash", &input, 100);
|
||||||
|
|
||||||
|
assert!(!is_repeat);
|
||||||
|
assert_eq!(analytics.potential_cache_hits, 0);
|
||||||
|
assert_eq!(analytics.unique_invocations(), 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_multiple_repeated_invocations() {
|
||||||
|
let mut analytics = CacheAnalytics::new();
|
||||||
|
let input = json!({"file_path": "/home/test/file.txt"});
|
||||||
|
|
||||||
|
analytics.track_invocation("Read", &input, 100);
|
||||||
|
analytics.track_invocation("Read", &input, 100);
|
||||||
|
analytics.track_invocation("Read", &input, 100);
|
||||||
|
|
||||||
|
assert_eq!(analytics.potential_cache_hits, 2);
|
||||||
|
assert_eq!(analytics.potential_savings_tokens, 200);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_unique_invocations_count() {
|
||||||
|
let mut analytics = CacheAnalytics::new();
|
||||||
|
|
||||||
|
analytics.track_invocation("Read", &json!({"file_path": "/file1.txt"}), 100);
|
||||||
|
analytics.track_invocation("Read", &json!({"file_path": "/file2.txt"}), 100);
|
||||||
|
analytics.track_invocation("Glob", &json!({"pattern": "*.rs"}), 50);
|
||||||
|
|
||||||
|
assert_eq!(analytics.unique_invocations(), 3);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_repeated_invocations_list() {
|
||||||
|
let mut analytics = CacheAnalytics::new();
|
||||||
|
|
||||||
|
// file1 read twice
|
||||||
|
analytics.track_invocation("Read", &json!({"file_path": "/file1.txt"}), 100);
|
||||||
|
analytics.track_invocation("Read", &json!({"file_path": "/file1.txt"}), 100);
|
||||||
|
|
||||||
|
// file2 read once
|
||||||
|
analytics.track_invocation("Read", &json!({"file_path": "/file2.txt"}), 100);
|
||||||
|
|
||||||
|
// glob run 3 times
|
||||||
|
analytics.track_invocation("Glob", &json!({"pattern": "*.rs"}), 50);
|
||||||
|
analytics.track_invocation("Glob", &json!({"pattern": "*.rs"}), 50);
|
||||||
|
analytics.track_invocation("Glob", &json!({"pattern": "*.rs"}), 50);
|
||||||
|
|
||||||
|
let repeated = analytics.repeated_invocations();
|
||||||
|
assert_eq!(repeated.len(), 2); // file1 and glob pattern
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_clear_session() {
|
||||||
|
let mut analytics = CacheAnalytics::new();
|
||||||
|
let input = json!({"file_path": "/file.txt"});
|
||||||
|
|
||||||
|
analytics.track_invocation("Read", &input, 100);
|
||||||
|
analytics.track_invocation("Read", &input, 100);
|
||||||
|
|
||||||
|
assert_eq!(analytics.potential_cache_hits, 1);
|
||||||
|
assert_eq!(analytics.unique_invocations(), 1);
|
||||||
|
|
||||||
|
analytics.clear_session();
|
||||||
|
|
||||||
|
assert_eq!(analytics.potential_cache_hits, 1); // Preserved
|
||||||
|
assert_eq!(analytics.unique_invocations(), 0); // Cleared
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_reset() {
|
||||||
|
let mut analytics = CacheAnalytics::new();
|
||||||
|
let input = json!({"file_path": "/file.txt"});
|
||||||
|
|
||||||
|
analytics.track_invocation("Read", &input, 100);
|
||||||
|
analytics.track_invocation("Read", &input, 100);
|
||||||
|
|
||||||
|
analytics.reset();
|
||||||
|
|
||||||
|
assert_eq!(analytics.potential_cache_hits, 0);
|
||||||
|
assert_eq!(analytics.potential_savings_tokens, 0);
|
||||||
|
assert_eq!(analytics.unique_invocations(), 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_serialization() {
|
||||||
|
let mut analytics = CacheAnalytics::new();
|
||||||
|
analytics.potential_cache_hits = 10;
|
||||||
|
analytics.potential_savings_tokens = 500;
|
||||||
|
|
||||||
|
let json = serde_json::to_string(&analytics).expect("Failed to serialize");
|
||||||
|
let deserialized: CacheAnalytics =
|
||||||
|
serde_json::from_str(&json).expect("Failed to deserialize");
|
||||||
|
|
||||||
|
assert_eq!(deserialized.potential_cache_hits, 10);
|
||||||
|
assert_eq!(deserialized.potential_savings_tokens, 500);
|
||||||
|
// recent_invocations is skipped in serialization
|
||||||
|
assert_eq!(deserialized.unique_invocations(), 0);
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -176,6 +176,14 @@ pub struct StateChangeEvent {
|
|||||||
pub conversation_id: Option<String>,
|
pub conversation_id: Option<String>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Cost information for a message
|
||||||
|
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||||
|
pub struct MessageCost {
|
||||||
|
pub input_tokens: u64,
|
||||||
|
pub output_tokens: u64,
|
||||||
|
pub cost_usd: f64,
|
||||||
|
}
|
||||||
|
|
||||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||||
pub struct OutputEvent {
|
pub struct OutputEvent {
|
||||||
pub line_type: String,
|
pub line_type: String,
|
||||||
@@ -183,6 +191,8 @@ pub struct OutputEvent {
|
|||||||
pub tool_name: Option<String>,
|
pub tool_name: Option<String>,
|
||||||
#[serde(skip_serializing_if = "Option::is_none")]
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
pub conversation_id: Option<String>,
|
pub conversation_id: Option<String>,
|
||||||
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
|
pub cost: Option<MessageCost>,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||||
@@ -354,10 +364,31 @@ mod tests {
|
|||||||
content: "Test output".to_string(),
|
content: "Test output".to_string(),
|
||||||
tool_name: None,
|
tool_name: None,
|
||||||
conversation_id: None,
|
conversation_id: None,
|
||||||
|
cost: None,
|
||||||
};
|
};
|
||||||
|
|
||||||
let serialized = serde_json::to_string(&event).unwrap();
|
let serialized = serde_json::to_string(&event).unwrap();
|
||||||
assert!(serialized.contains("\"line_type\":\"assistant\""));
|
assert!(serialized.contains("\"line_type\":\"assistant\""));
|
||||||
assert!(serialized.contains("\"content\":\"Test output\""));
|
assert!(serialized.contains("\"content\":\"Test output\""));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_output_event_with_cost() {
|
||||||
|
let event = OutputEvent {
|
||||||
|
line_type: "assistant".to_string(),
|
||||||
|
content: "Test output".to_string(),
|
||||||
|
tool_name: None,
|
||||||
|
conversation_id: Some("conv-123".to_string()),
|
||||||
|
cost: Some(MessageCost {
|
||||||
|
input_tokens: 100,
|
||||||
|
output_tokens: 50,
|
||||||
|
cost_usd: 0.005,
|
||||||
|
}),
|
||||||
|
};
|
||||||
|
|
||||||
|
let serialized = serde_json::to_string(&event).unwrap();
|
||||||
|
assert!(serialized.contains("\"cost\":"));
|
||||||
|
assert!(serialized.contains("\"input_tokens\":100"));
|
||||||
|
assert!(serialized.contains("\"output_tokens\":50"));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,12 +9,13 @@ use tempfile::NamedTempFile;
|
|||||||
use std::os::windows::process::CommandExt;
|
use std::os::windows::process::CommandExt;
|
||||||
|
|
||||||
use crate::achievements::{get_achievement_info, AchievementUnlockedEvent};
|
use crate::achievements::{get_achievement_info, AchievementUnlockedEvent};
|
||||||
|
use crate::commands::record_cost;
|
||||||
use crate::config::ClaudeStartOptions;
|
use crate::config::ClaudeStartOptions;
|
||||||
use crate::stats::{StatsUpdateEvent, UsageStats};
|
use crate::stats::{calculate_cost, StatsUpdateEvent, UsageStats};
|
||||||
use crate::types::{
|
use crate::types::{
|
||||||
CharacterState, ClaudeMessage, ConnectionEvent, ConnectionStatus, ContentBlock, OutputEvent,
|
CharacterState, ClaudeMessage, ConnectionEvent, ConnectionStatus, ContentBlock, MessageCost,
|
||||||
PermissionPromptEvent, QuestionOption, SessionEvent, StateChangeEvent, UserQuestionEvent,
|
OutputEvent, PermissionPromptEvent, QuestionOption, SessionEvent, StateChangeEvent,
|
||||||
WorkingDirectoryEvent,
|
UserQuestionEvent, WorkingDirectoryEvent,
|
||||||
};
|
};
|
||||||
use parking_lot::RwLock;
|
use parking_lot::RwLock;
|
||||||
|
|
||||||
@@ -534,6 +535,7 @@ fn handle_stderr(
|
|||||||
content: line,
|
content: line,
|
||||||
tool_name: None,
|
tool_name: None,
|
||||||
conversation_id: conversation_id.clone(),
|
conversation_id: conversation_id.clone(),
|
||||||
|
cost: None,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -586,16 +588,56 @@ fn process_json_line(
|
|||||||
let mut state = CharacterState::Typing;
|
let mut state = CharacterState::Typing;
|
||||||
let mut tool_name = None;
|
let mut tool_name = None;
|
||||||
|
|
||||||
|
// Collect all tool names in this message for token attribution
|
||||||
|
let tools_in_message: Vec<String> = message
|
||||||
|
.content
|
||||||
|
.iter()
|
||||||
|
.filter_map(|block| match block {
|
||||||
|
ContentBlock::ToolUse { name, .. } => Some(name.clone()),
|
||||||
|
_ => None,
|
||||||
|
})
|
||||||
|
.collect();
|
||||||
|
|
||||||
|
// Track message cost for display
|
||||||
|
let mut message_cost: Option<MessageCost> = None;
|
||||||
|
|
||||||
// Only update stats if we have usage information
|
// Only update stats if we have usage information
|
||||||
if let Some(usage) = &message.usage {
|
if let Some(usage) = &message.usage {
|
||||||
if let Some(model) = &message.model {
|
if let Some(model) = &message.model {
|
||||||
|
// Calculate cost for historical tracking
|
||||||
|
let cost_usd = calculate_cost(usage.input_tokens, usage.output_tokens, model);
|
||||||
|
|
||||||
|
// Store cost for later use in output events
|
||||||
|
message_cost = Some(MessageCost {
|
||||||
|
input_tokens: usage.input_tokens,
|
||||||
|
output_tokens: usage.output_tokens,
|
||||||
|
cost_usd,
|
||||||
|
});
|
||||||
|
|
||||||
// Batch all stats updates in a single write lock
|
// Batch all stats updates in a single write lock
|
||||||
{
|
{
|
||||||
let mut stats_guard = stats.write();
|
let mut stats_guard = stats.write();
|
||||||
stats_guard.increment_messages();
|
stats_guard.increment_messages();
|
||||||
stats_guard.add_usage(usage.input_tokens, usage.output_tokens, model);
|
stats_guard.add_usage(usage.input_tokens, usage.output_tokens, model);
|
||||||
stats_guard.get_session_duration();
|
stats_guard.get_session_duration();
|
||||||
|
|
||||||
|
// Attribute tokens to tools if any tools were used in this message
|
||||||
|
if !tools_in_message.is_empty() {
|
||||||
|
let per_tool_input = usage.input_tokens / tools_in_message.len() as u64;
|
||||||
|
let per_tool_output = usage.output_tokens / tools_in_message.len() as u64;
|
||||||
|
for tool in &tools_in_message {
|
||||||
|
stats_guard.add_tool_tokens(tool, per_tool_input, per_tool_output);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Record to historical cost tracking
|
||||||
|
let app_clone = app.clone();
|
||||||
|
let input = usage.input_tokens;
|
||||||
|
let output = usage.output_tokens;
|
||||||
|
tauri::async_runtime::spawn(async move {
|
||||||
|
record_cost(&app_clone, input, output, cost_usd).await;
|
||||||
|
});
|
||||||
|
|
||||||
// Don't emit here - we'll emit on Result message instead
|
// Don't emit here - we'll emit on Result message instead
|
||||||
// This reduces the frequency of updates
|
// This reduces the frequency of updates
|
||||||
@@ -635,6 +677,7 @@ fn process_json_line(
|
|||||||
content: desc,
|
content: desc,
|
||||||
tool_name: Some(name.clone()),
|
tool_name: Some(name.clone()),
|
||||||
conversation_id: conversation_id.clone(),
|
conversation_id: conversation_id.clone(),
|
||||||
|
cost: None, // Tool use doesn't have separate cost
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -652,6 +695,7 @@ fn process_json_line(
|
|||||||
content: text.clone(),
|
content: text.clone(),
|
||||||
tool_name: None,
|
tool_name: None,
|
||||||
conversation_id: conversation_id.clone(),
|
conversation_id: conversation_id.clone(),
|
||||||
|
cost: message_cost.clone(), // Include cost with assistant text
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -664,6 +708,7 @@ fn process_json_line(
|
|||||||
content: format!("[Thinking] {}", thinking),
|
content: format!("[Thinking] {}", thinking),
|
||||||
tool_name: None,
|
tool_name: None,
|
||||||
conversation_id: conversation_id.clone(),
|
conversation_id: conversation_id.clone(),
|
||||||
|
cost: None,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -704,7 +749,7 @@ fn process_json_line(
|
|||||||
subtype,
|
subtype,
|
||||||
result,
|
result,
|
||||||
permission_denials,
|
permission_denials,
|
||||||
usage: _,
|
usage,
|
||||||
..
|
..
|
||||||
} => {
|
} => {
|
||||||
let state = if subtype == "success" {
|
let state = if subtype == "success" {
|
||||||
@@ -713,6 +758,32 @@ fn process_json_line(
|
|||||||
CharacterState::Error
|
CharacterState::Error
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Track token usage from Result messages if available
|
||||||
|
// This captures tokens from tool outputs and other operations
|
||||||
|
if let Some(usage_info) = usage {
|
||||||
|
// We need the model info to calculate cost properly
|
||||||
|
// For now, use the last known model from stats
|
||||||
|
let model = {
|
||||||
|
let stats_guard = stats.read();
|
||||||
|
stats_guard.model.clone().unwrap_or_else(|| "claude-opus-4-20250514".to_string())
|
||||||
|
};
|
||||||
|
|
||||||
|
// Calculate cost for historical tracking
|
||||||
|
let cost_usd = calculate_cost(usage_info.input_tokens, usage_info.output_tokens, &model);
|
||||||
|
|
||||||
|
let mut stats_guard = stats.write();
|
||||||
|
stats_guard.add_usage(usage_info.input_tokens, usage_info.output_tokens, &model);
|
||||||
|
println!("Result message tokens - input: {}, output: {}", usage_info.input_tokens, usage_info.output_tokens);
|
||||||
|
|
||||||
|
// Record to historical cost tracking
|
||||||
|
let app_clone = app.clone();
|
||||||
|
let input = usage_info.input_tokens;
|
||||||
|
let output = usage_info.output_tokens;
|
||||||
|
tauri::async_runtime::spawn(async move {
|
||||||
|
record_cost(&app_clone, input, output, cost_usd).await;
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
// Always emit updated stats on result message (less frequent)
|
// Always emit updated stats on result message (less frequent)
|
||||||
// This includes the latest session duration
|
// This includes the latest session duration
|
||||||
let newly_unlocked = {
|
let newly_unlocked = {
|
||||||
@@ -782,6 +853,7 @@ fn process_json_line(
|
|||||||
content: text.clone(),
|
content: text.clone(),
|
||||||
tool_name: None,
|
tool_name: None,
|
||||||
conversation_id: conversation_id.clone(),
|
conversation_id: conversation_id.clone(),
|
||||||
|
cost: None,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://schema.tauri.app/config/2",
|
"$schema": "https://schema.tauri.app/config/2",
|
||||||
"productName": "hikari-desktop",
|
"productName": "hikari-desktop",
|
||||||
"version": "0.3.0",
|
"version": "1.3.0",
|
||||||
"identifier": "com.naomi.hikari-desktop",
|
"identifier": "com.naomi.hikari-desktop",
|
||||||
"build": {
|
"build": {
|
||||||
"beforeDevCommand": "pnpm dev",
|
"beforeDevCommand": "pnpm dev",
|
||||||
|
|||||||
@@ -0,0 +1,418 @@
|
|||||||
|
import { describe, it, expect, vi } from "vitest";
|
||||||
|
import {
|
||||||
|
slashCommands,
|
||||||
|
parseSlashCommand,
|
||||||
|
getMatchingCommands,
|
||||||
|
isSlashCommand,
|
||||||
|
type SlashCommand,
|
||||||
|
} from "./slashCommands";
|
||||||
|
|
||||||
|
// Mock all external dependencies
|
||||||
|
vi.mock("svelte/store", async (importOriginal) => {
|
||||||
|
const actual = await importOriginal<typeof import("svelte/store")>();
|
||||||
|
return {
|
||||||
|
...actual,
|
||||||
|
get: vi.fn(),
|
||||||
|
};
|
||||||
|
});
|
||||||
|
|
||||||
|
vi.mock("@tauri-apps/api/core", () => ({
|
||||||
|
invoke: vi.fn(),
|
||||||
|
}));
|
||||||
|
|
||||||
|
vi.mock("$lib/stores/claude", () => ({
|
||||||
|
claudeStore: {
|
||||||
|
addLine: vi.fn(),
|
||||||
|
clearTerminal: vi.fn(),
|
||||||
|
activeConversationId: { subscribe: vi.fn() },
|
||||||
|
currentWorkingDirectory: { subscribe: vi.fn() },
|
||||||
|
setWorkingDirectory: vi.fn(),
|
||||||
|
getConversationHistory: vi.fn(),
|
||||||
|
},
|
||||||
|
}));
|
||||||
|
|
||||||
|
vi.mock("$lib/stores/character", () => ({
|
||||||
|
characterState: {
|
||||||
|
setState: vi.fn(),
|
||||||
|
setTemporaryState: vi.fn(),
|
||||||
|
},
|
||||||
|
}));
|
||||||
|
|
||||||
|
vi.mock("$lib/tauri", () => ({
|
||||||
|
setSkipNextGreeting: vi.fn(),
|
||||||
|
}));
|
||||||
|
|
||||||
|
vi.mock("$lib/stores/search", () => ({
|
||||||
|
searchState: {
|
||||||
|
setQuery: vi.fn(),
|
||||||
|
clear: vi.fn(),
|
||||||
|
},
|
||||||
|
}));
|
||||||
|
|
||||||
|
describe("slashCommands", () => {
|
||||||
|
describe("slashCommands array", () => {
|
||||||
|
it("contains expected commands", () => {
|
||||||
|
const commandNames = slashCommands.map((cmd) => cmd.name);
|
||||||
|
expect(commandNames).toContain("cd");
|
||||||
|
expect(commandNames).toContain("clear");
|
||||||
|
expect(commandNames).toContain("new");
|
||||||
|
expect(commandNames).toContain("help");
|
||||||
|
expect(commandNames).toContain("search");
|
||||||
|
expect(commandNames).toContain("summarise");
|
||||||
|
expect(commandNames).toContain("skill");
|
||||||
|
});
|
||||||
|
|
||||||
|
it("has 7 commands total", () => {
|
||||||
|
expect(slashCommands.length).toBe(7);
|
||||||
|
});
|
||||||
|
|
||||||
|
it("each command has required properties", () => {
|
||||||
|
slashCommands.forEach((cmd) => {
|
||||||
|
expect(cmd.name).toBeDefined();
|
||||||
|
expect(typeof cmd.name).toBe("string");
|
||||||
|
expect(cmd.name.length).toBeGreaterThan(0);
|
||||||
|
|
||||||
|
expect(cmd.description).toBeDefined();
|
||||||
|
expect(typeof cmd.description).toBe("string");
|
||||||
|
expect(cmd.description.length).toBeGreaterThan(0);
|
||||||
|
|
||||||
|
expect(cmd.usage).toBeDefined();
|
||||||
|
expect(typeof cmd.usage).toBe("string");
|
||||||
|
expect(cmd.usage.startsWith("/")).toBe(true);
|
||||||
|
|
||||||
|
expect(cmd.execute).toBeDefined();
|
||||||
|
expect(typeof cmd.execute).toBe("function");
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
it("cd command has correct metadata", () => {
|
||||||
|
const cdCmd = slashCommands.find((cmd) => cmd.name === "cd");
|
||||||
|
expect(cdCmd).toBeDefined();
|
||||||
|
expect(cdCmd!.description).toBe("Change the working directory");
|
||||||
|
expect(cdCmd!.usage).toBe("/cd <path>");
|
||||||
|
});
|
||||||
|
|
||||||
|
it("clear command has correct metadata", () => {
|
||||||
|
const clearCmd = slashCommands.find((cmd) => cmd.name === "clear");
|
||||||
|
expect(clearCmd).toBeDefined();
|
||||||
|
expect(clearCmd!.description).toBe("Clear the terminal display (keeps conversation context)");
|
||||||
|
expect(clearCmd!.usage).toBe("/clear");
|
||||||
|
});
|
||||||
|
|
||||||
|
it("new command has correct metadata", () => {
|
||||||
|
const newCmd = slashCommands.find((cmd) => cmd.name === "new");
|
||||||
|
expect(newCmd).toBeDefined();
|
||||||
|
expect(newCmd!.description).toBe("Start a fresh conversation (resets context)");
|
||||||
|
expect(newCmd!.usage).toBe("/new");
|
||||||
|
});
|
||||||
|
|
||||||
|
it("help command has correct metadata", () => {
|
||||||
|
const helpCmd = slashCommands.find((cmd) => cmd.name === "help");
|
||||||
|
expect(helpCmd).toBeDefined();
|
||||||
|
expect(helpCmd!.description).toBe("Show available slash commands");
|
||||||
|
expect(helpCmd!.usage).toBe("/help");
|
||||||
|
});
|
||||||
|
|
||||||
|
it("search command has correct metadata", () => {
|
||||||
|
const searchCmd = slashCommands.find((cmd) => cmd.name === "search");
|
||||||
|
expect(searchCmd).toBeDefined();
|
||||||
|
expect(searchCmd!.description).toBe("Search within the conversation (use /search to clear)");
|
||||||
|
expect(searchCmd!.usage).toBe("/search [query]");
|
||||||
|
});
|
||||||
|
|
||||||
|
it("summarise command has correct metadata", () => {
|
||||||
|
const summariseCmd = slashCommands.find((cmd) => cmd.name === "summarise");
|
||||||
|
expect(summariseCmd).toBeDefined();
|
||||||
|
expect(summariseCmd!.description).toBe("Get a summary of the entire conversation");
|
||||||
|
expect(summariseCmd!.usage).toBe("/summarise");
|
||||||
|
});
|
||||||
|
|
||||||
|
it("skill command has correct metadata", () => {
|
||||||
|
const skillCmd = slashCommands.find((cmd) => cmd.name === "skill");
|
||||||
|
expect(skillCmd).toBeDefined();
|
||||||
|
expect(skillCmd!.description).toBe("Invoke a Claude Code skill from ~/.claude/skills/");
|
||||||
|
expect(skillCmd!.usage).toBe("/skill [name] [data]");
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
describe("parseSlashCommand", () => {
|
||||||
|
it("returns null for non-slash input", () => {
|
||||||
|
const result = parseSlashCommand("hello world");
|
||||||
|
expect(result.command).toBeNull();
|
||||||
|
expect(result.args).toBe("");
|
||||||
|
});
|
||||||
|
|
||||||
|
it("returns null for empty string", () => {
|
||||||
|
const result = parseSlashCommand("");
|
||||||
|
expect(result.command).toBeNull();
|
||||||
|
expect(result.args).toBe("");
|
||||||
|
});
|
||||||
|
|
||||||
|
it("returns null for whitespace only", () => {
|
||||||
|
const result = parseSlashCommand(" ");
|
||||||
|
expect(result.command).toBeNull();
|
||||||
|
expect(result.args).toBe("");
|
||||||
|
});
|
||||||
|
|
||||||
|
it("parses /cd command without args", () => {
|
||||||
|
const result = parseSlashCommand("/cd");
|
||||||
|
expect(result.command).not.toBeNull();
|
||||||
|
expect(result.command!.name).toBe("cd");
|
||||||
|
expect(result.args).toBe("");
|
||||||
|
});
|
||||||
|
|
||||||
|
it("parses /cd command with path argument", () => {
|
||||||
|
const result = parseSlashCommand("/cd /home/naomi/code");
|
||||||
|
expect(result.command).not.toBeNull();
|
||||||
|
expect(result.command!.name).toBe("cd");
|
||||||
|
expect(result.args).toBe("/home/naomi/code");
|
||||||
|
});
|
||||||
|
|
||||||
|
it("parses /clear command", () => {
|
||||||
|
const result = parseSlashCommand("/clear");
|
||||||
|
expect(result.command).not.toBeNull();
|
||||||
|
expect(result.command!.name).toBe("clear");
|
||||||
|
expect(result.args).toBe("");
|
||||||
|
});
|
||||||
|
|
||||||
|
it("parses /new command", () => {
|
||||||
|
const result = parseSlashCommand("/new");
|
||||||
|
expect(result.command).not.toBeNull();
|
||||||
|
expect(result.command!.name).toBe("new");
|
||||||
|
expect(result.args).toBe("");
|
||||||
|
});
|
||||||
|
|
||||||
|
it("parses /help command", () => {
|
||||||
|
const result = parseSlashCommand("/help");
|
||||||
|
expect(result.command).not.toBeNull();
|
||||||
|
expect(result.command!.name).toBe("help");
|
||||||
|
expect(result.args).toBe("");
|
||||||
|
});
|
||||||
|
|
||||||
|
it("parses /search command with query", () => {
|
||||||
|
const result = parseSlashCommand("/search hello world");
|
||||||
|
expect(result.command).not.toBeNull();
|
||||||
|
expect(result.command!.name).toBe("search");
|
||||||
|
expect(result.args).toBe("hello world");
|
||||||
|
});
|
||||||
|
|
||||||
|
it("parses /search command without query", () => {
|
||||||
|
const result = parseSlashCommand("/search");
|
||||||
|
expect(result.command).not.toBeNull();
|
||||||
|
expect(result.command!.name).toBe("search");
|
||||||
|
expect(result.args).toBe("");
|
||||||
|
});
|
||||||
|
|
||||||
|
it("parses /summarise command", () => {
|
||||||
|
const result = parseSlashCommand("/summarise");
|
||||||
|
expect(result.command).not.toBeNull();
|
||||||
|
expect(result.command!.name).toBe("summarise");
|
||||||
|
expect(result.args).toBe("");
|
||||||
|
});
|
||||||
|
|
||||||
|
it("parses /skill command with name and data", () => {
|
||||||
|
const result = parseSlashCommand("/skill onboard-mentee john@example.com");
|
||||||
|
expect(result.command).not.toBeNull();
|
||||||
|
expect(result.command!.name).toBe("skill");
|
||||||
|
expect(result.args).toBe("onboard-mentee john@example.com");
|
||||||
|
});
|
||||||
|
|
||||||
|
it("parses /skill command with name only", () => {
|
||||||
|
const result = parseSlashCommand("/skill onboard-mentee");
|
||||||
|
expect(result.command).not.toBeNull();
|
||||||
|
expect(result.command!.name).toBe("skill");
|
||||||
|
expect(result.args).toBe("onboard-mentee");
|
||||||
|
});
|
||||||
|
|
||||||
|
it("parses /skill command without arguments", () => {
|
||||||
|
const result = parseSlashCommand("/skill");
|
||||||
|
expect(result.command).not.toBeNull();
|
||||||
|
expect(result.command!.name).toBe("skill");
|
||||||
|
expect(result.args).toBe("");
|
||||||
|
});
|
||||||
|
|
||||||
|
it("returns null for unknown command", () => {
|
||||||
|
const result = parseSlashCommand("/unknown");
|
||||||
|
expect(result.command).toBeNull();
|
||||||
|
expect(result.args).toBe("");
|
||||||
|
});
|
||||||
|
|
||||||
|
it("is case insensitive for command names", () => {
|
||||||
|
const result1 = parseSlashCommand("/CD /path");
|
||||||
|
expect(result1.command).not.toBeNull();
|
||||||
|
expect(result1.command!.name).toBe("cd");
|
||||||
|
|
||||||
|
const result2 = parseSlashCommand("/CLEAR");
|
||||||
|
expect(result2.command).not.toBeNull();
|
||||||
|
expect(result2.command!.name).toBe("clear");
|
||||||
|
|
||||||
|
const result3 = parseSlashCommand("/Help");
|
||||||
|
expect(result3.command).not.toBeNull();
|
||||||
|
expect(result3.command!.name).toBe("help");
|
||||||
|
});
|
||||||
|
|
||||||
|
it("handles leading whitespace", () => {
|
||||||
|
const result = parseSlashCommand(" /cd /path");
|
||||||
|
expect(result.command).not.toBeNull();
|
||||||
|
expect(result.command!.name).toBe("cd");
|
||||||
|
expect(result.args).toBe("/path");
|
||||||
|
});
|
||||||
|
|
||||||
|
it("handles trailing whitespace", () => {
|
||||||
|
const result = parseSlashCommand("/cd /path ");
|
||||||
|
expect(result.command).not.toBeNull();
|
||||||
|
expect(result.command!.name).toBe("cd");
|
||||||
|
expect(result.args).toBe("/path");
|
||||||
|
});
|
||||||
|
|
||||||
|
it("handles multiple spaces between args", () => {
|
||||||
|
const result = parseSlashCommand("/search hello world");
|
||||||
|
expect(result.command).not.toBeNull();
|
||||||
|
expect(result.command!.name).toBe("search");
|
||||||
|
expect(result.args).toBe("hello world");
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
describe("getMatchingCommands", () => {
|
||||||
|
it("returns empty array for non-slash input", () => {
|
||||||
|
const result = getMatchingCommands("hello");
|
||||||
|
expect(result).toEqual([]);
|
||||||
|
});
|
||||||
|
|
||||||
|
it("returns empty array for empty string", () => {
|
||||||
|
const result = getMatchingCommands("");
|
||||||
|
expect(result).toEqual([]);
|
||||||
|
});
|
||||||
|
|
||||||
|
it("returns all commands for just slash", () => {
|
||||||
|
const result = getMatchingCommands("/");
|
||||||
|
expect(result.length).toBe(slashCommands.length);
|
||||||
|
});
|
||||||
|
|
||||||
|
it("returns matching commands for partial input", () => {
|
||||||
|
const result = getMatchingCommands("/c");
|
||||||
|
const names = result.map((cmd) => cmd.name);
|
||||||
|
expect(names).toContain("cd");
|
||||||
|
expect(names).toContain("clear");
|
||||||
|
expect(names).not.toContain("help");
|
||||||
|
});
|
||||||
|
|
||||||
|
it("returns single command for exact match", () => {
|
||||||
|
const result = getMatchingCommands("/cd");
|
||||||
|
expect(result.length).toBe(1);
|
||||||
|
expect(result[0].name).toBe("cd");
|
||||||
|
});
|
||||||
|
|
||||||
|
it("returns single command for partial unique match", () => {
|
||||||
|
const result = getMatchingCommands("/cl");
|
||||||
|
expect(result.length).toBe(1);
|
||||||
|
expect(result[0].name).toBe("clear");
|
||||||
|
});
|
||||||
|
|
||||||
|
it("returns matching commands for /s prefix", () => {
|
||||||
|
const result = getMatchingCommands("/s");
|
||||||
|
const names = result.map((cmd) => cmd.name);
|
||||||
|
expect(names).toContain("search");
|
||||||
|
expect(names).toContain("summarise");
|
||||||
|
expect(names).toContain("skill");
|
||||||
|
});
|
||||||
|
|
||||||
|
it("is case insensitive", () => {
|
||||||
|
const result1 = getMatchingCommands("/C");
|
||||||
|
const result2 = getMatchingCommands("/c");
|
||||||
|
expect(result1.length).toBe(result2.length);
|
||||||
|
});
|
||||||
|
|
||||||
|
it("returns empty array for no matches", () => {
|
||||||
|
const result = getMatchingCommands("/xyz");
|
||||||
|
expect(result).toEqual([]);
|
||||||
|
});
|
||||||
|
|
||||||
|
it("handles whitespace correctly", () => {
|
||||||
|
const result = getMatchingCommands(" /c");
|
||||||
|
const names = result.map((cmd) => cmd.name);
|
||||||
|
expect(names).toContain("cd");
|
||||||
|
expect(names).toContain("clear");
|
||||||
|
});
|
||||||
|
|
||||||
|
it("returns command for full command name", () => {
|
||||||
|
const result = getMatchingCommands("/help");
|
||||||
|
expect(result.length).toBe(1);
|
||||||
|
expect(result[0].name).toBe("help");
|
||||||
|
});
|
||||||
|
|
||||||
|
it("returns command for /new", () => {
|
||||||
|
const result = getMatchingCommands("/n");
|
||||||
|
expect(result.length).toBe(1);
|
||||||
|
expect(result[0].name).toBe("new");
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
describe("isSlashCommand", () => {
|
||||||
|
it("returns true for input starting with slash", () => {
|
||||||
|
expect(isSlashCommand("/cd")).toBe(true);
|
||||||
|
expect(isSlashCommand("/")).toBe(true);
|
||||||
|
expect(isSlashCommand("/help")).toBe(true);
|
||||||
|
expect(isSlashCommand("/unknown")).toBe(true);
|
||||||
|
});
|
||||||
|
|
||||||
|
it("returns false for non-slash input", () => {
|
||||||
|
expect(isSlashCommand("hello")).toBe(false);
|
||||||
|
expect(isSlashCommand("")).toBe(false);
|
||||||
|
expect(isSlashCommand("cd")).toBe(false);
|
||||||
|
});
|
||||||
|
|
||||||
|
it("handles whitespace correctly", () => {
|
||||||
|
expect(isSlashCommand(" /cd")).toBe(true);
|
||||||
|
expect(isSlashCommand(" hello")).toBe(false);
|
||||||
|
});
|
||||||
|
|
||||||
|
it("returns false for slash in middle of string", () => {
|
||||||
|
expect(isSlashCommand("hello/world")).toBe(false);
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
describe("SlashCommand interface", () => {
|
||||||
|
it("can create a valid slash command object", () => {
|
||||||
|
const testCommand: SlashCommand = {
|
||||||
|
name: "test",
|
||||||
|
description: "A test command",
|
||||||
|
usage: "/test [arg]",
|
||||||
|
execute: vi.fn(),
|
||||||
|
};
|
||||||
|
|
||||||
|
expect(testCommand.name).toBe("test");
|
||||||
|
expect(testCommand.description).toBe("A test command");
|
||||||
|
expect(testCommand.usage).toBe("/test [arg]");
|
||||||
|
expect(typeof testCommand.execute).toBe("function");
|
||||||
|
});
|
||||||
|
|
||||||
|
it("execute can be async function", () => {
|
||||||
|
const asyncCommand: SlashCommand = {
|
||||||
|
name: "async",
|
||||||
|
description: "An async command",
|
||||||
|
usage: "/async",
|
||||||
|
execute: async () => {
|
||||||
|
await Promise.resolve();
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
|
expect(asyncCommand.execute("")).toBeInstanceOf(Promise);
|
||||||
|
});
|
||||||
|
|
||||||
|
it("execute can be sync function", () => {
|
||||||
|
const syncCommand: SlashCommand = {
|
||||||
|
name: "sync",
|
||||||
|
description: "A sync command",
|
||||||
|
usage: "/sync",
|
||||||
|
execute: () => {
|
||||||
|
// Synchronous execution
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
|
const result = syncCommand.execute("");
|
||||||
|
// Sync function returns undefined, not a Promise
|
||||||
|
expect(result).toBeUndefined();
|
||||||
|
});
|
||||||
|
});
|
||||||
|
});
|
||||||
@@ -2,8 +2,10 @@ import { get } from "svelte/store";
|
|||||||
import { invoke } from "@tauri-apps/api/core";
|
import { invoke } from "@tauri-apps/api/core";
|
||||||
import { claudeStore } from "$lib/stores/claude";
|
import { claudeStore } from "$lib/stores/claude";
|
||||||
import { characterState } from "$lib/stores/character";
|
import { characterState } from "$lib/stores/character";
|
||||||
import { setSkipNextGreeting } from "$lib/tauri";
|
import { setSkipNextGreeting, updateDiscordRpc } from "$lib/tauri";
|
||||||
import { searchState } from "$lib/stores/search";
|
import { searchState } from "$lib/stores/search";
|
||||||
|
import { conversationsStore } from "$lib/stores/conversations";
|
||||||
|
import { configStore } from "$lib/stores/config";
|
||||||
|
|
||||||
export interface SlashCommand {
|
export interface SlashCommand {
|
||||||
name: string;
|
name: string;
|
||||||
@@ -51,6 +53,17 @@ async function changeDirectory(path: string): Promise<void> {
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Update Discord RPC when reconnecting after directory change
|
||||||
|
const config = configStore.getConfig();
|
||||||
|
const activeConversation = get(conversationsStore.activeConversation);
|
||||||
|
if (activeConversation) {
|
||||||
|
await updateDiscordRpc(
|
||||||
|
activeConversation.name,
|
||||||
|
config.model || "claude",
|
||||||
|
activeConversation.startedAt
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
// Wait for connection to establish
|
// Wait for connection to establish
|
||||||
await new Promise((resolve) => setTimeout(resolve, 1000));
|
await new Promise((resolve) => setTimeout(resolve, 1000));
|
||||||
|
|
||||||
@@ -105,6 +118,17 @@ async function startNewConversation(): Promise<void> {
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Update Discord RPC when starting new conversation
|
||||||
|
const config = configStore.getConfig();
|
||||||
|
const activeConversation = get(conversationsStore.activeConversation);
|
||||||
|
if (activeConversation) {
|
||||||
|
await updateDiscordRpc(
|
||||||
|
activeConversation.name,
|
||||||
|
config.model || "claude",
|
||||||
|
activeConversation.startedAt
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
claudeStore.addLine("system", "New conversation started!");
|
claudeStore.addLine("system", "New conversation started!");
|
||||||
characterState.setState("idle");
|
characterState.setState("idle");
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|||||||
@@ -161,7 +161,7 @@
|
|||||||
|
|
||||||
<!-- Celebration confetti effect (CSS only) -->
|
<!-- Celebration confetti effect (CSS only) -->
|
||||||
<div class="absolute inset-0 pointer-events-none overflow-hidden rounded-lg">
|
<div class="absolute inset-0 pointer-events-none overflow-hidden rounded-lg">
|
||||||
{#each Array(10) as _ (_)}
|
{#each Array.from({ length: 10 }, (_, i) => i) as confettiIndex (confettiIndex)}
|
||||||
<div
|
<div
|
||||||
class="absolute w-2 h-2 bg-gradient-to-br {getRarityColor(
|
class="absolute w-2 h-2 bg-gradient-to-br {getRarityColor(
|
||||||
getAchievementRarity(currentAchievement.achievement.id)
|
getAchievementRarity(currentAchievement.achievement.id)
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
} from "$lib/stores/config";
|
} from "$lib/stores/config";
|
||||||
import { claudeStore } from "$lib/stores/claude";
|
import { claudeStore } from "$lib/stores/claude";
|
||||||
import { getCurrentWindow } from "@tauri-apps/api/window";
|
import { getCurrentWindow } from "@tauri-apps/api/window";
|
||||||
|
import CostSummary from "./CostSummary.svelte";
|
||||||
|
|
||||||
let config: HikariConfig = $state({
|
let config: HikariConfig = $state({
|
||||||
model: null,
|
model: null,
|
||||||
@@ -45,6 +46,12 @@
|
|||||||
text_secondary: null,
|
text_secondary: null,
|
||||||
border_color: null,
|
border_color: null,
|
||||||
},
|
},
|
||||||
|
budget_enabled: false,
|
||||||
|
session_token_budget: null,
|
||||||
|
session_cost_budget: null,
|
||||||
|
budget_action: "warn",
|
||||||
|
budget_warning_threshold: 0.8,
|
||||||
|
discord_rpc_enabled: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
let showCustomThemeEditor = $state(false);
|
let showCustomThemeEditor = $state(false);
|
||||||
@@ -74,8 +81,17 @@
|
|||||||
|
|
||||||
const availableModels = [
|
const availableModels = [
|
||||||
{ value: "", label: "Default (from ~/.claude)" },
|
{ value: "", label: "Default (from ~/.claude)" },
|
||||||
|
// Current generation (Claude 4.5)
|
||||||
|
{ value: "claude-sonnet-4-5-20250929", label: "Claude Sonnet 4.5 (Recommended)" },
|
||||||
|
{ value: "claude-haiku-4-5-20251001", label: "Claude Haiku 4.5 (Fast & Cheap)" },
|
||||||
|
{ value: "claude-opus-4-5-20251101", label: "Claude Opus 4.5 (Most Capable)" },
|
||||||
|
// Previous generation (Claude 4)
|
||||||
|
{ value: "claude-opus-4-1-20250805", label: "Claude Opus 4.1" },
|
||||||
{ value: "claude-sonnet-4-20250514", label: "Claude Sonnet 4" },
|
{ value: "claude-sonnet-4-20250514", label: "Claude Sonnet 4" },
|
||||||
{ value: "claude-opus-4-20250514", label: "Claude Opus 4" },
|
{ value: "claude-opus-4-20250514", label: "Claude Opus 4" },
|
||||||
|
// Legacy (Claude 3.x)
|
||||||
|
{ value: "claude-3-7-sonnet-20250219", label: "Claude 3.7 Sonnet" },
|
||||||
|
{ value: "claude-3-haiku-20240307", label: "Claude 3 Haiku (Cheapest)" },
|
||||||
];
|
];
|
||||||
|
|
||||||
const commonTools = [
|
const commonTools = [
|
||||||
@@ -778,6 +794,135 @@
|
|||||||
{/if}
|
{/if}
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<!-- Budget Settings Section -->
|
||||||
|
<section class="mb-6">
|
||||||
|
<h3 class="text-sm font-medium text-[var(--accent-primary)] uppercase tracking-wider mb-3">
|
||||||
|
Budget Settings
|
||||||
|
</h3>
|
||||||
|
|
||||||
|
<!-- Enable Budget Tracking -->
|
||||||
|
<div class="mb-4">
|
||||||
|
<label class="flex items-center gap-3 cursor-pointer">
|
||||||
|
<input
|
||||||
|
type="checkbox"
|
||||||
|
bind:checked={config.budget_enabled}
|
||||||
|
class="w-4 h-4 text-[var(--accent-primary)] bg-[var(--bg-primary)] border-[var(--border-color)] rounded focus:ring-[var(--accent-primary)] focus:ring-2"
|
||||||
|
/>
|
||||||
|
<span class="text-sm text-[var(--text-primary)]">Enable budget tracking</span>
|
||||||
|
</label>
|
||||||
|
<p class="text-xs text-[var(--text-tertiary)] mt-1 ml-7">
|
||||||
|
Set limits on token usage and costs per session
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{#if config.budget_enabled}
|
||||||
|
<!-- Token Budget -->
|
||||||
|
<div class="mb-4">
|
||||||
|
<label for="token-budget" class="block text-sm text-[var(--text-secondary)] mb-1">
|
||||||
|
Session Token Budget
|
||||||
|
</label>
|
||||||
|
<div class="flex items-center gap-2">
|
||||||
|
<input
|
||||||
|
id="token-budget"
|
||||||
|
type="number"
|
||||||
|
bind:value={config.session_token_budget}
|
||||||
|
min="0"
|
||||||
|
step="10000"
|
||||||
|
placeholder="e.g., 100000"
|
||||||
|
class="flex-1 px-3 py-2 bg-[var(--bg-primary)] border border-[var(--border-color)] rounded-lg text-[var(--text-primary)] text-sm focus:outline-none focus:border-[var(--accent-primary)]"
|
||||||
|
/>
|
||||||
|
<span class="text-xs text-[var(--text-tertiary)]">tokens</span>
|
||||||
|
</div>
|
||||||
|
<p class="text-xs text-[var(--text-tertiary)] mt-1">Leave empty for unlimited tokens</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Cost Budget -->
|
||||||
|
<div class="mb-4">
|
||||||
|
<label for="cost-budget" class="block text-sm text-[var(--text-secondary)] mb-1">
|
||||||
|
Session Cost Budget
|
||||||
|
</label>
|
||||||
|
<div class="flex items-center gap-2">
|
||||||
|
<span class="text-sm text-[var(--text-secondary)]">$</span>
|
||||||
|
<input
|
||||||
|
id="cost-budget"
|
||||||
|
type="number"
|
||||||
|
bind:value={config.session_cost_budget}
|
||||||
|
min="0"
|
||||||
|
step="0.50"
|
||||||
|
placeholder="e.g., 5.00"
|
||||||
|
class="flex-1 px-3 py-2 bg-[var(--bg-primary)] border border-[var(--border-color)] rounded-lg text-[var(--text-primary)] text-sm focus:outline-none focus:border-[var(--accent-primary)]"
|
||||||
|
/>
|
||||||
|
<span class="text-xs text-[var(--text-tertiary)]">USD</span>
|
||||||
|
</div>
|
||||||
|
<p class="text-xs text-[var(--text-tertiary)] mt-1">Leave empty for unlimited spending</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Warning Threshold -->
|
||||||
|
<div class="mb-4">
|
||||||
|
<label for="warning-threshold" class="block text-sm text-[var(--text-secondary)] mb-2">
|
||||||
|
Warning Threshold
|
||||||
|
</label>
|
||||||
|
<div class="flex items-center gap-3">
|
||||||
|
<input
|
||||||
|
id="warning-threshold"
|
||||||
|
type="range"
|
||||||
|
bind:value={config.budget_warning_threshold}
|
||||||
|
min="0.5"
|
||||||
|
max="0.95"
|
||||||
|
step="0.05"
|
||||||
|
class="flex-1 h-2 bg-[var(--bg-primary)] rounded-lg appearance-none cursor-pointer"
|
||||||
|
/>
|
||||||
|
<span class="text-sm text-[var(--text-secondary)] w-12 text-right">
|
||||||
|
{Math.round(config.budget_warning_threshold * 100)}%
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<p class="text-xs text-[var(--text-tertiary)] mt-1">
|
||||||
|
Show warning when this percentage of budget is used
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Budget Action -->
|
||||||
|
<div class="mb-4">
|
||||||
|
<span class="block text-sm text-[var(--text-secondary)] mb-2"
|
||||||
|
>When budget is exceeded</span
|
||||||
|
>
|
||||||
|
<div class="flex gap-2" role="group" aria-label="Budget action">
|
||||||
|
<button
|
||||||
|
onclick={() => (config.budget_action = "warn")}
|
||||||
|
class="flex-1 px-3 py-2 rounded-lg border transition-colors text-sm {config.budget_action ===
|
||||||
|
'warn'
|
||||||
|
? 'bg-[var(--accent-primary)] border-[var(--accent-primary)] text-white'
|
||||||
|
: 'bg-[var(--bg-primary)] border-[var(--border-color)] text-[var(--text-secondary)] hover:border-[var(--accent-primary)]'}"
|
||||||
|
>
|
||||||
|
Warn Only
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
onclick={() => (config.budget_action = "block")}
|
||||||
|
class="flex-1 px-3 py-2 rounded-lg border transition-colors text-sm {config.budget_action ===
|
||||||
|
'block'
|
||||||
|
? 'bg-[var(--accent-primary)] border-[var(--accent-primary)] text-white'
|
||||||
|
: 'bg-[var(--bg-primary)] border-[var(--border-color)] text-[var(--text-secondary)] hover:border-[var(--accent-primary)]'}"
|
||||||
|
>
|
||||||
|
Block Input
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
<p class="text-xs text-[var(--text-tertiary)] mt-2">
|
||||||
|
{config.budget_action === "warn"
|
||||||
|
? "Show a warning but allow continued usage"
|
||||||
|
: "Prevent sending more messages until session is reset"}
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<!-- Cost History Section -->
|
||||||
|
<section class="mb-6">
|
||||||
|
<h3 class="text-sm font-medium text-[var(--accent-primary)] uppercase tracking-wider mb-3">
|
||||||
|
Cost History
|
||||||
|
</h3>
|
||||||
|
<CostSummary />
|
||||||
|
</section>
|
||||||
|
|
||||||
<!-- Notifications Section -->
|
<!-- Notifications Section -->
|
||||||
<section class="mb-6">
|
<section class="mb-6">
|
||||||
<h3 class="text-sm font-medium text-[var(--accent-primary)] uppercase tracking-wider mb-3">
|
<h3 class="text-sm font-medium text-[var(--accent-primary)] uppercase tracking-wider mb-3">
|
||||||
@@ -823,6 +968,30 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<!-- Discord Rich Presence Section -->
|
||||||
|
<section class="pt-6 pb-6 border-t border-[var(--border-color)]">
|
||||||
|
<h3 class="text-lg font-semibold text-[var(--accent-primary)] mb-4 flex items-center gap-2">
|
||||||
|
<span>🎮</span>
|
||||||
|
<span>Discord Rich Presence</span>
|
||||||
|
</h3>
|
||||||
|
|
||||||
|
<!-- Enable/Disable Discord RPC -->
|
||||||
|
<div class="mb-4">
|
||||||
|
<label class="flex items-center gap-3 cursor-pointer">
|
||||||
|
<input
|
||||||
|
type="checkbox"
|
||||||
|
bind:checked={config.discord_rpc_enabled}
|
||||||
|
class="w-4 h-4 text-[var(--accent-primary)] bg-[var(--bg-primary)] border-[var(--border-color)] rounded focus:ring-[var(--accent-primary)] focus:ring-2"
|
||||||
|
/>
|
||||||
|
<span class="text-sm text-[var(--text-primary)]">Show activity in Discord</span>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="text-xs text-[var(--text-tertiary)]">
|
||||||
|
Display your current conversation session name and model in Discord when enabled.
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
<!-- Save Button -->
|
<!-- Save Button -->
|
||||||
<div class="sticky bottom-0 pt-4 pb-2 bg-[var(--bg-secondary)]">
|
<div class="sticky bottom-0 pt-4 pb-2 bg-[var(--bg-secondary)]">
|
||||||
<button
|
<button
|
||||||
|
|||||||
@@ -0,0 +1,402 @@
|
|||||||
|
<script lang="ts">
|
||||||
|
import {
|
||||||
|
costTrackingStore,
|
||||||
|
formattedCosts,
|
||||||
|
formatCost,
|
||||||
|
type CostSummary,
|
||||||
|
type CostAlertThresholds,
|
||||||
|
} from "$lib/stores/costTracking";
|
||||||
|
|
||||||
|
let selectedPeriod = $state<7 | 30 | 90>(7);
|
||||||
|
let summary = $state<CostSummary | null>(null);
|
||||||
|
let isLoading = $state(false);
|
||||||
|
let showThresholdSettings = $state(false);
|
||||||
|
let thresholds = $state<CostAlertThresholds>({
|
||||||
|
daily: null,
|
||||||
|
weekly: null,
|
||||||
|
monthly: null,
|
||||||
|
});
|
||||||
|
|
||||||
|
const costs = $derived($formattedCosts);
|
||||||
|
|
||||||
|
async function loadSummary() {
|
||||||
|
isLoading = true;
|
||||||
|
summary = await costTrackingStore.getSummary(selectedPeriod);
|
||||||
|
isLoading = false;
|
||||||
|
}
|
||||||
|
|
||||||
|
async function handleExport() {
|
||||||
|
const csv = await costTrackingStore.exportCsv(selectedPeriod);
|
||||||
|
if (csv) {
|
||||||
|
const blob = new Blob([csv], { type: "text/csv" });
|
||||||
|
const url = URL.createObjectURL(blob);
|
||||||
|
const a = document.createElement("a");
|
||||||
|
a.href = url;
|
||||||
|
a.download = `hikari-costs-${selectedPeriod}days.csv`;
|
||||||
|
a.click();
|
||||||
|
URL.revokeObjectURL(url);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
async function handleSaveThresholds() {
|
||||||
|
await costTrackingStore.setAlertThresholds(thresholds);
|
||||||
|
showThresholdSettings = false;
|
||||||
|
}
|
||||||
|
|
||||||
|
$effect(() => {
|
||||||
|
loadSummary();
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<div class="cost-summary">
|
||||||
|
<h3 class="summary-title">Cost Summary</h3>
|
||||||
|
|
||||||
|
<!-- Quick Stats -->
|
||||||
|
<div class="quick-stats">
|
||||||
|
<div class="stat-card">
|
||||||
|
<span class="stat-label">Today</span>
|
||||||
|
<span class="stat-value">{costs.today}</span>
|
||||||
|
</div>
|
||||||
|
<div class="stat-card">
|
||||||
|
<span class="stat-label">This Week</span>
|
||||||
|
<span class="stat-value">{costs.week}</span>
|
||||||
|
</div>
|
||||||
|
<div class="stat-card">
|
||||||
|
<span class="stat-label">This Month</span>
|
||||||
|
<span class="stat-value">{costs.month}</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Period Selector -->
|
||||||
|
<div class="period-selector">
|
||||||
|
<button
|
||||||
|
class="period-btn"
|
||||||
|
class:active={selectedPeriod === 7}
|
||||||
|
onclick={() => (selectedPeriod = 7)}
|
||||||
|
>
|
||||||
|
7 Days
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
class="period-btn"
|
||||||
|
class:active={selectedPeriod === 30}
|
||||||
|
onclick={() => (selectedPeriod = 30)}
|
||||||
|
>
|
||||||
|
30 Days
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
class="period-btn"
|
||||||
|
class:active={selectedPeriod === 90}
|
||||||
|
onclick={() => (selectedPeriod = 90)}
|
||||||
|
>
|
||||||
|
90 Days
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Summary Details -->
|
||||||
|
{#if isLoading}
|
||||||
|
<div class="loading">Loading...</div>
|
||||||
|
{:else if summary}
|
||||||
|
<div class="summary-details">
|
||||||
|
<div class="detail-row">
|
||||||
|
<span class="detail-label">Total Cost</span>
|
||||||
|
<span class="detail-value highlight">{formatCost(summary.total_cost)}</span>
|
||||||
|
</div>
|
||||||
|
<div class="detail-row">
|
||||||
|
<span class="detail-label">Average Daily</span>
|
||||||
|
<span class="detail-value">{formatCost(summary.average_daily_cost)}</span>
|
||||||
|
</div>
|
||||||
|
<div class="detail-row">
|
||||||
|
<span class="detail-label">Messages</span>
|
||||||
|
<span class="detail-value">{summary.total_messages.toLocaleString()}</span>
|
||||||
|
</div>
|
||||||
|
<div class="detail-row">
|
||||||
|
<span class="detail-label">Sessions</span>
|
||||||
|
<span class="detail-value">{summary.total_sessions.toLocaleString()}</span>
|
||||||
|
</div>
|
||||||
|
<div class="detail-row">
|
||||||
|
<span class="detail-label">Input Tokens</span>
|
||||||
|
<span class="detail-value">{summary.total_input_tokens.toLocaleString()}</span>
|
||||||
|
</div>
|
||||||
|
<div class="detail-row">
|
||||||
|
<span class="detail-label">Output Tokens</span>
|
||||||
|
<span class="detail-value">{summary.total_output_tokens.toLocaleString()}</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Daily Breakdown (mini chart) -->
|
||||||
|
{#if summary.daily_breakdown.length > 0}
|
||||||
|
<div class="chart-section">
|
||||||
|
<h4 class="chart-title">Daily Spending</h4>
|
||||||
|
<div class="mini-chart">
|
||||||
|
{#each summary.daily_breakdown.slice(-14) as day (day.date)}
|
||||||
|
{@const maxCost = Math.max(...summary.daily_breakdown.map((d) => d.cost_usd), 0.01)}
|
||||||
|
{@const height = (day.cost_usd / maxCost) * 100}
|
||||||
|
<div class="chart-bar-container" title="{day.date}: {formatCost(day.cost_usd)}">
|
||||||
|
<div class="chart-bar" style="height: {height}%"></div>
|
||||||
|
</div>
|
||||||
|
{/each}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
|
{/if}
|
||||||
|
|
||||||
|
<!-- Actions -->
|
||||||
|
<div class="actions">
|
||||||
|
<button class="action-btn" onclick={handleExport}> Export CSV </button>
|
||||||
|
<button class="action-btn" onclick={() => (showThresholdSettings = !showThresholdSettings)}>
|
||||||
|
Set Alerts
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Threshold Settings -->
|
||||||
|
{#if showThresholdSettings}
|
||||||
|
<div class="threshold-settings">
|
||||||
|
<h4>Cost Alert Thresholds</h4>
|
||||||
|
<div class="threshold-row">
|
||||||
|
<label for="daily-threshold">Daily</label>
|
||||||
|
<input
|
||||||
|
id="daily-threshold"
|
||||||
|
type="number"
|
||||||
|
step="0.01"
|
||||||
|
placeholder="e.g., 1.00"
|
||||||
|
bind:value={thresholds.daily}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div class="threshold-row">
|
||||||
|
<label for="weekly-threshold">Weekly</label>
|
||||||
|
<input
|
||||||
|
id="weekly-threshold"
|
||||||
|
type="number"
|
||||||
|
step="0.01"
|
||||||
|
placeholder="e.g., 5.00"
|
||||||
|
bind:value={thresholds.weekly}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div class="threshold-row">
|
||||||
|
<label for="monthly-threshold">Monthly</label>
|
||||||
|
<input
|
||||||
|
id="monthly-threshold"
|
||||||
|
type="number"
|
||||||
|
step="0.01"
|
||||||
|
placeholder="e.g., 20.00"
|
||||||
|
bind:value={thresholds.monthly}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<button class="save-btn" onclick={handleSaveThresholds}>Save Thresholds</button>
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.cost-summary {
|
||||||
|
padding: 1rem;
|
||||||
|
background: var(--bg-secondary);
|
||||||
|
border-radius: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.summary-title {
|
||||||
|
margin: 0 0 1rem 0;
|
||||||
|
font-size: 1.1rem;
|
||||||
|
color: var(--text-primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.quick-stats {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(3, 1fr);
|
||||||
|
gap: 0.5rem;
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.stat-card {
|
||||||
|
background: var(--bg-primary);
|
||||||
|
padding: 0.75rem;
|
||||||
|
border-radius: 6px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.stat-label {
|
||||||
|
display: block;
|
||||||
|
font-size: 0.75rem;
|
||||||
|
color: var(--text-secondary);
|
||||||
|
margin-bottom: 0.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.stat-value {
|
||||||
|
display: block;
|
||||||
|
font-size: 1.1rem;
|
||||||
|
font-weight: 600;
|
||||||
|
color: var(--accent-primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.period-selector {
|
||||||
|
display: flex;
|
||||||
|
gap: 0.5rem;
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.period-btn {
|
||||||
|
flex: 1;
|
||||||
|
padding: 0.5rem;
|
||||||
|
border: 1px solid var(--border-color);
|
||||||
|
background: var(--bg-primary);
|
||||||
|
color: var(--text-secondary);
|
||||||
|
border-radius: 4px;
|
||||||
|
cursor: pointer;
|
||||||
|
transition: all 0.2s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.period-btn:hover {
|
||||||
|
border-color: var(--accent-primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.period-btn.active {
|
||||||
|
background: var(--accent-primary);
|
||||||
|
color: white;
|
||||||
|
border-color: var(--accent-primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.loading {
|
||||||
|
text-align: center;
|
||||||
|
padding: 1rem;
|
||||||
|
color: var(--text-secondary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.summary-details {
|
||||||
|
background: var(--bg-primary);
|
||||||
|
padding: 0.75rem;
|
||||||
|
border-radius: 6px;
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.detail-row {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
padding: 0.25rem 0;
|
||||||
|
border-bottom: 1px solid var(--border-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.detail-row:last-child {
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.detail-label {
|
||||||
|
color: var(--text-secondary);
|
||||||
|
font-size: 0.9rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.detail-value {
|
||||||
|
color: var(--text-primary);
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
|
||||||
|
.detail-value.highlight {
|
||||||
|
color: var(--accent-primary);
|
||||||
|
font-size: 1.1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.chart-section {
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.chart-title {
|
||||||
|
margin: 0 0 0.5rem 0;
|
||||||
|
font-size: 0.9rem;
|
||||||
|
color: var(--text-secondary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.mini-chart {
|
||||||
|
display: flex;
|
||||||
|
align-items: flex-end;
|
||||||
|
gap: 2px;
|
||||||
|
height: 60px;
|
||||||
|
background: var(--bg-primary);
|
||||||
|
padding: 0.5rem;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.chart-bar-container {
|
||||||
|
flex: 1;
|
||||||
|
height: 100%;
|
||||||
|
display: flex;
|
||||||
|
align-items: flex-end;
|
||||||
|
}
|
||||||
|
|
||||||
|
.chart-bar {
|
||||||
|
width: 100%;
|
||||||
|
background: var(--accent-primary);
|
||||||
|
border-radius: 2px 2px 0 0;
|
||||||
|
min-height: 2px;
|
||||||
|
transition: height 0.3s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.actions {
|
||||||
|
display: flex;
|
||||||
|
gap: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.action-btn {
|
||||||
|
flex: 1;
|
||||||
|
padding: 0.5rem;
|
||||||
|
border: 1px solid var(--border-color);
|
||||||
|
background: var(--bg-primary);
|
||||||
|
color: var(--text-primary);
|
||||||
|
border-radius: 4px;
|
||||||
|
cursor: pointer;
|
||||||
|
transition: all 0.2s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.action-btn:hover {
|
||||||
|
background: var(--bg-secondary);
|
||||||
|
border-color: var(--accent-primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.threshold-settings {
|
||||||
|
margin-top: 1rem;
|
||||||
|
padding: 1rem;
|
||||||
|
background: var(--bg-primary);
|
||||||
|
border-radius: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.threshold-settings h4 {
|
||||||
|
margin: 0 0 0.75rem 0;
|
||||||
|
font-size: 0.9rem;
|
||||||
|
color: var(--text-primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.threshold-row {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 0.5rem;
|
||||||
|
margin-bottom: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.threshold-row label {
|
||||||
|
width: 60px;
|
||||||
|
font-size: 0.85rem;
|
||||||
|
color: var(--text-secondary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.threshold-row input {
|
||||||
|
flex: 1;
|
||||||
|
padding: 0.4rem;
|
||||||
|
border: 1px solid var(--border-color);
|
||||||
|
background: var(--bg-secondary);
|
||||||
|
color: var(--text-primary);
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.save-btn {
|
||||||
|
width: 100%;
|
||||||
|
margin-top: 0.5rem;
|
||||||
|
padding: 0.5rem;
|
||||||
|
background: var(--accent-primary);
|
||||||
|
color: white;
|
||||||
|
border: none;
|
||||||
|
border-radius: 4px;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.save-btn:hover {
|
||||||
|
opacity: 0.9;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
import { claudeStore, isClaudeProcessing } from "$lib/stores/claude";
|
import { claudeStore, isClaudeProcessing } from "$lib/stores/claude";
|
||||||
import { characterState } from "$lib/stores/character";
|
import { characterState } from "$lib/stores/character";
|
||||||
import { handleNewUserMessage } from "$lib/notifications/rules";
|
import { handleNewUserMessage } from "$lib/notifications/rules";
|
||||||
import { setSkipNextGreeting } from "$lib/tauri";
|
import { setSkipNextGreeting, updateDiscordRpc } from "$lib/tauri";
|
||||||
import { clipboardStore } from "$lib/stores/clipboard";
|
import { clipboardStore } from "$lib/stores/clipboard";
|
||||||
import {
|
import {
|
||||||
setShouldRestoreHistory,
|
setShouldRestoreHistory,
|
||||||
@@ -26,10 +26,13 @@
|
|||||||
type SlashCommand,
|
type SlashCommand,
|
||||||
} from "$lib/commands/slashCommands";
|
} from "$lib/commands/slashCommands";
|
||||||
import { configStore, isStreamerMode } from "$lib/stores/config";
|
import { configStore, isStreamerMode } from "$lib/stores/config";
|
||||||
|
import { conversationsStore } from "$lib/stores/conversations";
|
||||||
|
import { stats, estimateMessageCost, formatTokenCount } from "$lib/stores/stats";
|
||||||
import AttachmentPreview from "$lib/components/AttachmentPreview.svelte";
|
import AttachmentPreview from "$lib/components/AttachmentPreview.svelte";
|
||||||
import SnippetLibraryPanel from "$lib/components/SnippetLibraryPanel.svelte";
|
import SnippetLibraryPanel from "$lib/components/SnippetLibraryPanel.svelte";
|
||||||
import QuickActionsPanel from "$lib/components/QuickActionsPanel.svelte";
|
import QuickActionsPanel from "$lib/components/QuickActionsPanel.svelte";
|
||||||
import ClipboardHistoryPanel from "$lib/components/ClipboardHistoryPanel.svelte";
|
import ClipboardHistoryPanel from "$lib/components/ClipboardHistoryPanel.svelte";
|
||||||
|
import TextInputContextMenu from "$lib/components/TextInputContextMenu.svelte";
|
||||||
import type { Attachment } from "$lib/types/messages";
|
import type { Attachment } from "$lib/types/messages";
|
||||||
|
|
||||||
const INPUT_HISTORY_KEY = "hikari-input-history";
|
const INPUT_HISTORY_KEY = "hikari-input-history";
|
||||||
@@ -49,6 +52,30 @@
|
|||||||
let showClipboardHistory = $state(false);
|
let showClipboardHistory = $state(false);
|
||||||
let streamerModeActive = $state(false);
|
let streamerModeActive = $state(false);
|
||||||
|
|
||||||
|
// Cost estimation for pre-submission display
|
||||||
|
let costEstimate = $derived(
|
||||||
|
inputValue.trim()
|
||||||
|
? estimateMessageCost(inputValue, $stats.context_tokens_used, $stats.model)
|
||||||
|
: null
|
||||||
|
);
|
||||||
|
|
||||||
|
// Context menu state
|
||||||
|
let textareaElement: HTMLTextAreaElement | undefined = $state();
|
||||||
|
let contextMenuShow = $state(false);
|
||||||
|
let contextMenuX = $state(0);
|
||||||
|
let contextMenuY = $state(0);
|
||||||
|
|
||||||
|
function handleContextMenu(event: MouseEvent) {
|
||||||
|
event.preventDefault();
|
||||||
|
contextMenuShow = true;
|
||||||
|
contextMenuX = event.clientX;
|
||||||
|
contextMenuY = event.clientY;
|
||||||
|
}
|
||||||
|
|
||||||
|
function closeContextMenu() {
|
||||||
|
contextMenuShow = false;
|
||||||
|
}
|
||||||
|
|
||||||
isStreamerMode.subscribe((value) => {
|
isStreamerMode.subscribe((value) => {
|
||||||
streamerModeActive = value;
|
streamerModeActive = value;
|
||||||
});
|
});
|
||||||
@@ -324,6 +351,17 @@ User: ${formattedMessage}`;
|
|||||||
working_dir: workingDir,
|
working_dir: workingDir,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Update Discord RPC when reconnecting
|
||||||
|
const config = configStore.getConfig();
|
||||||
|
const activeConversation = get(conversationsStore.activeConversation);
|
||||||
|
if (activeConversation) {
|
||||||
|
await updateDiscordRpc(
|
||||||
|
activeConversation.name,
|
||||||
|
config.model || "claude",
|
||||||
|
activeConversation.startedAt
|
||||||
|
);
|
||||||
|
}
|
||||||
} catch (reconnectError) {
|
} catch (reconnectError) {
|
||||||
console.error("Failed to auto-reconnect:", reconnectError);
|
console.error("Failed to auto-reconnect:", reconnectError);
|
||||||
claudeStore.addLine("error", `Failed to reconnect: ${reconnectError}`);
|
claudeStore.addLine("error", `Failed to reconnect: ${reconnectError}`);
|
||||||
@@ -409,11 +447,12 @@ User: ${formattedMessage}`;
|
|||||||
try {
|
try {
|
||||||
const arrayBuffer = await file.arrayBuffer();
|
const arrayBuffer = await file.arrayBuffer();
|
||||||
const bytes = Array.from(new Uint8Array(arrayBuffer));
|
const bytes = Array.from(new Uint8Array(arrayBuffer));
|
||||||
savedPath = await invoke<string>("save_temp_file", {
|
const result = await invoke<{ path: string; filename: string }>("save_temp_file", {
|
||||||
conversationId,
|
conversationId,
|
||||||
filename,
|
filename,
|
||||||
data: bytes,
|
data: bytes,
|
||||||
});
|
});
|
||||||
|
savedPath = result.path;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("Failed to save dropped file to temp:", error);
|
console.error("Failed to save dropped file to temp:", error);
|
||||||
savedPath = file.name;
|
savedPath = file.name;
|
||||||
@@ -547,11 +586,12 @@ User: ${formattedMessage}`;
|
|||||||
try {
|
try {
|
||||||
const arrayBuffer = await file.arrayBuffer();
|
const arrayBuffer = await file.arrayBuffer();
|
||||||
const bytes = Array.from(new Uint8Array(arrayBuffer));
|
const bytes = Array.from(new Uint8Array(arrayBuffer));
|
||||||
savedPath = await invoke<string>("save_temp_file", {
|
const result = await invoke<{ path: string; filename: string }>("save_temp_file", {
|
||||||
conversationId,
|
conversationId,
|
||||||
filename,
|
filename,
|
||||||
data: bytes,
|
data: bytes,
|
||||||
});
|
});
|
||||||
|
savedPath = result.path;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("Failed to save pasted file to temp:", error);
|
console.error("Failed to save pasted file to temp:", error);
|
||||||
}
|
}
|
||||||
@@ -609,11 +649,12 @@ User: ${formattedMessage}`;
|
|||||||
try {
|
try {
|
||||||
const arrayBuffer = await blob.arrayBuffer();
|
const arrayBuffer = await blob.arrayBuffer();
|
||||||
const bytes = Array.from(new Uint8Array(arrayBuffer));
|
const bytes = Array.from(new Uint8Array(arrayBuffer));
|
||||||
savedPath = await invoke<string>("save_temp_file", {
|
const result = await invoke<{ path: string; filename: string }>("save_temp_file", {
|
||||||
conversationId,
|
conversationId,
|
||||||
filename,
|
filename,
|
||||||
data: bytes,
|
data: bytes,
|
||||||
});
|
});
|
||||||
|
savedPath = result.path;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("Failed to save clipboard image to temp:", error);
|
console.error("Failed to save clipboard image to temp:", error);
|
||||||
}
|
}
|
||||||
@@ -876,10 +917,12 @@ User: ${formattedMessage}`;
|
|||||||
<!-- svelte-ignore a11y_no_static_element_interactions -->
|
<!-- svelte-ignore a11y_no_static_element_interactions -->
|
||||||
<div class="resize-handle" onmousedown={handleResizeStart} title="Drag to resize"></div>
|
<div class="resize-handle" onmousedown={handleResizeStart} title="Drag to resize"></div>
|
||||||
<textarea
|
<textarea
|
||||||
|
bind:this={textareaElement}
|
||||||
bind:value={inputValue}
|
bind:value={inputValue}
|
||||||
onkeydown={handleKeyDown}
|
onkeydown={handleKeyDown}
|
||||||
oninput={handleInputChange}
|
oninput={handleInputChange}
|
||||||
onpaste={handlePaste}
|
onpaste={handlePaste}
|
||||||
|
oncontextmenu={handleContextMenu}
|
||||||
placeholder={isConnected
|
placeholder={isConnected
|
||||||
? "Ask Hikari anything... (type / for commands)"
|
? "Ask Hikari anything... (type / for commands)"
|
||||||
: "Connect to Claude first..."}
|
: "Connect to Claude first..."}
|
||||||
@@ -893,6 +936,13 @@ User: ${formattedMessage}`;
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="button-wrapper">
|
<div class="button-wrapper">
|
||||||
|
{#if costEstimate && isConnected && !isProcessing}
|
||||||
|
<div class="cost-estimate" title="Estimated input cost for this message">
|
||||||
|
<span class="cost-tokens">+{formatTokenCount(costEstimate.messageTokens)}</span>
|
||||||
|
<span class="cost-value">${costEstimate.estimatedCost.toFixed(4)}</span>
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
|
|
||||||
<button type="button" onclick={handleFilePicker} class="attach-button" title="Attach files">
|
<button type="button" onclick={handleFilePicker} class="attach-button" title="Attach files">
|
||||||
<svg
|
<svg
|
||||||
width="20"
|
width="20"
|
||||||
@@ -958,6 +1008,15 @@ User: ${formattedMessage}`;
|
|||||||
/>
|
/>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
{#if contextMenuShow && textareaElement}
|
||||||
|
<TextInputContextMenu
|
||||||
|
x={contextMenuX}
|
||||||
|
y={contextMenuY}
|
||||||
|
inputElement={textareaElement}
|
||||||
|
onClose={closeContextMenu}
|
||||||
|
/>
|
||||||
|
{/if}
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.input-bar {
|
.input-bar {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -1109,6 +1168,28 @@ User: ${formattedMessage}`;
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
gap: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cost-estimate {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: flex-end;
|
||||||
|
justify-content: center;
|
||||||
|
padding: 0 8px;
|
||||||
|
font-size: 0.7rem;
|
||||||
|
color: var(--text-secondary);
|
||||||
|
min-width: 60px;
|
||||||
|
height: 48px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cost-tokens {
|
||||||
|
opacity: 0.8;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cost-value {
|
||||||
|
font-family: var(--font-mono, monospace);
|
||||||
|
color: var(--accent-primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
.attach-button {
|
.attach-button {
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
{ keys: ["Escape"], description: "Close modals and panels" },
|
{ keys: ["Escape"], description: "Close modals and panels" },
|
||||||
{ keys: ["Ctrl", "L"], description: "Clear the terminal" },
|
{ keys: ["Ctrl", "L"], description: "Clear the terminal" },
|
||||||
{ keys: ["Ctrl", ","], description: "Open settings" },
|
{ keys: ["Ctrl", ","], description: "Open settings" },
|
||||||
|
{ keys: ["Ctrl", "E"], description: "Toggle file editor" },
|
||||||
{ keys: ["Ctrl", "Shift", "M"], description: "Toggle compact mode" },
|
{ keys: ["Ctrl", "Shift", "M"], description: "Toggle compact mode" },
|
||||||
{ keys: ["Ctrl", "Shift", "S"], description: "Toggle streamer mode" },
|
{ keys: ["Ctrl", "Shift", "S"], description: "Toggle streamer mode" },
|
||||||
],
|
],
|
||||||
@@ -26,6 +27,17 @@
|
|||||||
{ keys: ["↓"], description: "Next input from history" },
|
{ keys: ["↓"], description: "Next input from history" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
category: "File Editor",
|
||||||
|
items: [
|
||||||
|
{ keys: ["Ctrl", "E"], description: "Toggle editor view" },
|
||||||
|
{ keys: ["Ctrl", "B"], description: "Toggle file browser" },
|
||||||
|
{ keys: ["Ctrl", "S"], description: "Save current file" },
|
||||||
|
{ keys: ["Ctrl", "W"], description: "Close current tab" },
|
||||||
|
{ keys: ["Ctrl", "N"], description: "New file" },
|
||||||
|
{ keys: ["Right-click"], description: "Context menu (New/Delete)" },
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
category: "Slash Commands",
|
category: "Slash Commands",
|
||||||
items: [
|
items: [
|
||||||
|
|||||||
@@ -4,6 +4,9 @@
|
|||||||
import { claudeStore, hasPermissionPending } from "$lib/stores/claude";
|
import { claudeStore, hasPermissionPending } from "$lib/stores/claude";
|
||||||
import { characterState } from "$lib/stores/character";
|
import { characterState } from "$lib/stores/character";
|
||||||
import type { PermissionRequest } from "$lib/types/messages";
|
import type { PermissionRequest } from "$lib/types/messages";
|
||||||
|
import { updateDiscordRpc } from "$lib/tauri";
|
||||||
|
import { conversationsStore } from "$lib/stores/conversations";
|
||||||
|
import { configStore } from "$lib/stores/config";
|
||||||
|
|
||||||
let isVisible = $state(false);
|
let isVisible = $state(false);
|
||||||
let permission: PermissionRequest | null = $state(null);
|
let permission: PermissionRequest | null = $state(null);
|
||||||
@@ -64,6 +67,17 @@
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Update Discord RPC when reconnecting after permission grant
|
||||||
|
const config = configStore.getConfig();
|
||||||
|
const activeConversation = get(conversationsStore.activeConversation);
|
||||||
|
if (activeConversation) {
|
||||||
|
await updateDiscordRpc(
|
||||||
|
activeConversation.name,
|
||||||
|
config.model || "claude",
|
||||||
|
activeConversation.startedAt
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
// Wait for connection to establish
|
// Wait for connection to establish
|
||||||
await new Promise((resolve) => setTimeout(resolve, 1000));
|
await new Promise((resolve) => setTimeout(resolve, 1000));
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,84 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { formattedStats } from "$lib/stores/stats";
|
import {
|
||||||
|
formattedStats,
|
||||||
|
contextWarning,
|
||||||
|
getContextWarningMessage,
|
||||||
|
stats,
|
||||||
|
checkBudget,
|
||||||
|
getBudgetStatusMessage,
|
||||||
|
getRemainingTokenBudget,
|
||||||
|
getRemainingCostBudget,
|
||||||
|
} from "$lib/stores/stats";
|
||||||
|
import { configStore } from "$lib/stores/config";
|
||||||
|
import { costTrackingStore, formattedCosts } from "$lib/stores/costTracking";
|
||||||
import { fade } from "svelte/transition";
|
import { fade } from "svelte/transition";
|
||||||
|
import { onMount } from "svelte";
|
||||||
|
|
||||||
let showToolsBreakdown = false;
|
interface Props {
|
||||||
|
onRequestSummary?: () => void;
|
||||||
|
onStartFreshWithContext?: () => void;
|
||||||
|
isSummarising?: boolean;
|
||||||
|
}
|
||||||
|
|
||||||
|
let { onRequestSummary, onStartFreshWithContext, isSummarising = false }: Props = $props();
|
||||||
|
|
||||||
|
let showToolsBreakdown = $state(false);
|
||||||
|
let showHistoricalCosts = $state(false);
|
||||||
|
const historicalCosts = $derived($formattedCosts);
|
||||||
|
|
||||||
|
// Initialize cost tracking on mount
|
||||||
|
onMount(() => {
|
||||||
|
costTrackingStore.refresh();
|
||||||
|
});
|
||||||
|
|
||||||
|
// Subscribe to config store
|
||||||
|
const config = configStore.config;
|
||||||
|
|
||||||
|
const warning = $derived($contextWarning);
|
||||||
|
|
||||||
|
// Budget tracking - must be defined before showCompactionOptions
|
||||||
|
const budgetStatus = $derived(
|
||||||
|
checkBudget(
|
||||||
|
$stats,
|
||||||
|
$config.budget_enabled,
|
||||||
|
$config.session_token_budget,
|
||||||
|
$config.session_cost_budget,
|
||||||
|
$config.budget_warning_threshold
|
||||||
|
)
|
||||||
|
);
|
||||||
|
const budgetMessage = $derived(getBudgetStatusMessage(budgetStatus));
|
||||||
|
|
||||||
|
// Show compaction options when context or budget is at warning/critical levels
|
||||||
|
const showCompactionOptions = $derived(
|
||||||
|
warning === "high" ||
|
||||||
|
warning === "critical" ||
|
||||||
|
budgetStatus.type === "warning" ||
|
||||||
|
budgetStatus.type === "exceeded"
|
||||||
|
);
|
||||||
|
|
||||||
|
const remainingTokens = $derived(getRemainingTokenBudget($stats, $config.session_token_budget));
|
||||||
|
const remainingCost = $derived(getRemainingCostBudget($stats, $config.session_cost_budget));
|
||||||
|
|
||||||
|
// Calculate budget usage percentages for progress bars
|
||||||
|
const tokenBudgetPercent = $derived(() => {
|
||||||
|
const budget = $config.session_token_budget;
|
||||||
|
if (budget === null || budget === 0) return 0;
|
||||||
|
const used = $stats.session_input_tokens + $stats.session_output_tokens;
|
||||||
|
return Math.min(100, (used / budget) * 100);
|
||||||
|
});
|
||||||
|
|
||||||
|
const costBudgetPercent = $derived(() => {
|
||||||
|
const budget = $config.session_cost_budget;
|
||||||
|
if (budget === null || budget === 0) return 0;
|
||||||
|
return Math.min(100, ($stats.session_cost_usd / budget) * 100);
|
||||||
|
});
|
||||||
|
|
||||||
|
// Get the appropriate colour class for the progress bar
|
||||||
|
function getBudgetBarClass(percent: number, warningThreshold: number): string {
|
||||||
|
if (percent >= 100) return "budget-bar-exceeded";
|
||||||
|
if (percent >= warningThreshold * 100) return "budget-bar-warning";
|
||||||
|
return "budget-bar-ok";
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="stats-display" transition:fade={{ duration: 200 }}>
|
<div class="stats-display" transition:fade={{ duration: 200 }}>
|
||||||
@@ -16,6 +92,120 @@
|
|||||||
<span class="stat-value">{$formattedStats.messagesSession}</span>
|
<span class="stat-value">{$formattedStats.messagesSession}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="stats-section">
|
||||||
|
<h3>Context Window</h3>
|
||||||
|
<div class="stat-row">
|
||||||
|
<span class="stat-label">Used:</span>
|
||||||
|
<span class="stat-value">{$formattedStats.contextUsed} / {$formattedStats.contextLimit}</span>
|
||||||
|
</div>
|
||||||
|
<div class="stat-row">
|
||||||
|
<span class="stat-label">Utilisation:</span>
|
||||||
|
<span class="stat-value context-util {warning ? `warning-${warning}` : ''}"
|
||||||
|
>{$formattedStats.contextUtilisation}</span
|
||||||
|
>
|
||||||
|
</div>
|
||||||
|
{#if warning}
|
||||||
|
<div class="context-warning warning-{warning}">
|
||||||
|
{getContextWarningMessage(warning)}
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
|
{#if showCompactionOptions && (onRequestSummary || onStartFreshWithContext)}
|
||||||
|
<div class="compaction-actions">
|
||||||
|
{#if onRequestSummary}
|
||||||
|
<button
|
||||||
|
class="compaction-btn"
|
||||||
|
onclick={onRequestSummary}
|
||||||
|
disabled={isSummarising}
|
||||||
|
title="Compact conversation history to reduce context usage"
|
||||||
|
>
|
||||||
|
{#if isSummarising}
|
||||||
|
Compacting...
|
||||||
|
{:else}
|
||||||
|
Compact
|
||||||
|
{/if}
|
||||||
|
</button>
|
||||||
|
{/if}
|
||||||
|
{#if onStartFreshWithContext}
|
||||||
|
<button
|
||||||
|
class="compaction-btn compaction-btn-primary"
|
||||||
|
onclick={onStartFreshWithContext}
|
||||||
|
disabled={isSummarising}
|
||||||
|
title="Start a new conversation with context from this one"
|
||||||
|
>
|
||||||
|
Fresh Start
|
||||||
|
</button>
|
||||||
|
{/if}
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{#if $config.budget_enabled}
|
||||||
|
<div class="stats-section">
|
||||||
|
<h3>Budget</h3>
|
||||||
|
{#if $config.session_token_budget !== null}
|
||||||
|
<div class="budget-item">
|
||||||
|
<div class="stat-row">
|
||||||
|
<span class="stat-label">Tokens:</span>
|
||||||
|
<span
|
||||||
|
class="stat-value {budgetStatus.type !== 'ok' && budgetStatus.budget_type === 'token'
|
||||||
|
? `budget-${budgetStatus.type}`
|
||||||
|
: ''}"
|
||||||
|
>
|
||||||
|
{($stats.session_input_tokens + $stats.session_output_tokens).toLocaleString()} / {$config.session_token_budget.toLocaleString()}
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<div class="budget-bar-container">
|
||||||
|
<div
|
||||||
|
class="budget-bar {getBudgetBarClass(
|
||||||
|
tokenBudgetPercent(),
|
||||||
|
$config.budget_warning_threshold
|
||||||
|
)}"
|
||||||
|
style="width: {tokenBudgetPercent()}%"
|
||||||
|
></div>
|
||||||
|
</div>
|
||||||
|
<div class="budget-remaining">
|
||||||
|
{remainingTokens?.toLocaleString() ?? 0} remaining ({(
|
||||||
|
100 - tokenBudgetPercent()
|
||||||
|
).toFixed(1)}%)
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
|
{#if $config.session_cost_budget !== null}
|
||||||
|
<div class="budget-item">
|
||||||
|
<div class="stat-row">
|
||||||
|
<span class="stat-label">Cost:</span>
|
||||||
|
<span
|
||||||
|
class="stat-value {budgetStatus.type !== 'ok' && budgetStatus.budget_type === 'cost'
|
||||||
|
? `budget-${budgetStatus.type}`
|
||||||
|
: ''}"
|
||||||
|
>
|
||||||
|
${$stats.session_cost_usd.toFixed(4)} / ${$config.session_cost_budget.toFixed(2)}
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<div class="budget-bar-container">
|
||||||
|
<div
|
||||||
|
class="budget-bar {getBudgetBarClass(
|
||||||
|
costBudgetPercent(),
|
||||||
|
$config.budget_warning_threshold
|
||||||
|
)}"
|
||||||
|
style="width: {costBudgetPercent()}%"
|
||||||
|
></div>
|
||||||
|
</div>
|
||||||
|
<div class="budget-remaining">
|
||||||
|
${remainingCost?.toFixed(4) ?? "0.0000"} remaining ({(
|
||||||
|
100 - costBudgetPercent()
|
||||||
|
).toFixed(1)}%)
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
|
{#if budgetMessage}
|
||||||
|
<div class="budget-warning budget-{budgetStatus.type}">
|
||||||
|
{budgetMessage}
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
|
|
||||||
<div class="stats-section">
|
<div class="stats-section">
|
||||||
<h3>Tokens & Cost</h3>
|
<h3>Tokens & Cost</h3>
|
||||||
<div class="stat-row">
|
<div class="stat-row">
|
||||||
@@ -49,7 +239,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{#if Object.keys($formattedStats.sessionToolsUsage).length > 0}
|
{#if $formattedStats.sessionToolsFormatted.length > 0}
|
||||||
<div class="stats-section">
|
<div class="stats-section">
|
||||||
<h3 class="tools-header">
|
<h3 class="tools-header">
|
||||||
<button class="tools-toggle" onclick={() => (showToolsBreakdown = !showToolsBreakdown)}>
|
<button class="tools-toggle" onclick={() => (showToolsBreakdown = !showToolsBreakdown)}>
|
||||||
@@ -59,17 +249,57 @@
|
|||||||
</h3>
|
</h3>
|
||||||
{#if showToolsBreakdown}
|
{#if showToolsBreakdown}
|
||||||
<div class="tools-breakdown">
|
<div class="tools-breakdown">
|
||||||
{#each Object.entries($formattedStats.sessionToolsUsage).sort((a, b) => b[1] - a[1]) as [tool, count] (tool)}
|
{#each $formattedStats.sessionToolsFormatted.sort((a, b) => b.totalTokens - a.totalTokens) as tool (tool.name)}
|
||||||
<div class="stat-row stat-detail">
|
<div class="stat-row stat-detail tool-row">
|
||||||
<span class="stat-label">{tool}:</span>
|
<span class="stat-label">{tool.name}:</span>
|
||||||
<span class="stat-value">{count}</span>
|
<span class="stat-value tool-stats">
|
||||||
|
<span class="tool-calls">{tool.callCount} calls</span>
|
||||||
|
{#if tool.totalTokens > 0}
|
||||||
|
<span class="tool-tokens">(~{tool.formattedTokens})</span>
|
||||||
|
{/if}
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
{/each}
|
{/each}
|
||||||
|
<div class="tools-note">* Token estimates based on attribution</div>
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
<!-- Historical Costs Section -->
|
||||||
|
<div class="stats-section">
|
||||||
|
<h3 class="costs-header">
|
||||||
|
<button class="costs-toggle" onclick={() => (showHistoricalCosts = !showHistoricalCosts)}>
|
||||||
|
Historical Costs
|
||||||
|
<span class="toggle-icon">{showHistoricalCosts ? "â–Ľ" : "â–¶"}</span>
|
||||||
|
</button>
|
||||||
|
</h3>
|
||||||
|
{#if !showHistoricalCosts}
|
||||||
|
<div class="costs-quick-stats">
|
||||||
|
<span class="cost-badge" title="Today's cost">Today: {historicalCosts.today}</span>
|
||||||
|
<span class="cost-badge" title="This week's cost">Week: {historicalCosts.week}</span>
|
||||||
|
<span class="cost-badge" title="This month's cost">Month: {historicalCosts.month}</span>
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
|
{#if showHistoricalCosts}
|
||||||
|
<div class="historical-costs-expanded">
|
||||||
|
<div class="stat-row">
|
||||||
|
<span class="stat-label">Today:</span>
|
||||||
|
<span class="stat-value cost-value">{historicalCosts.today}</span>
|
||||||
|
</div>
|
||||||
|
<div class="stat-row">
|
||||||
|
<span class="stat-label">This Week:</span>
|
||||||
|
<span class="stat-value cost-value">{historicalCosts.week}</span>
|
||||||
|
</div>
|
||||||
|
<div class="stat-row">
|
||||||
|
<span class="stat-label">This Month:</span>
|
||||||
|
<span class="stat-value cost-value">{historicalCosts.month}</span>
|
||||||
|
</div>
|
||||||
|
<p class="costs-note">Open Settings to view detailed cost history and set alerts.</p>
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="model-info">
|
<div class="model-info">
|
||||||
<span class="model-label">Model:</span>
|
<span class="model-label">Model:</span>
|
||||||
<span class="model-value">{$formattedStats.model}</span>
|
<span class="model-value">{$formattedStats.model}</span>
|
||||||
@@ -128,6 +358,79 @@
|
|||||||
color: var(--text-primary, #e5e7eb);
|
color: var(--text-primary, #e5e7eb);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.stat-cost {
|
||||||
|
font-family: var(--font-mono, monospace);
|
||||||
|
color: var(--accent-primary, #10b981);
|
||||||
|
font-size: 0.8rem;
|
||||||
|
margin-left: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.stats-row {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
padding: 0.125rem 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tools-header {
|
||||||
|
margin: 0 !important;
|
||||||
|
padding: 0 !important;
|
||||||
|
border: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tools-toggle {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 0.5rem;
|
||||||
|
background: none;
|
||||||
|
border: none;
|
||||||
|
color: var(--text-primary);
|
||||||
|
font-size: 0.9rem;
|
||||||
|
font-weight: 600;
|
||||||
|
cursor: pointer;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tools-toggle:hover {
|
||||||
|
color: var(--accent-primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.toggle-icon {
|
||||||
|
font-size: 0.7rem;
|
||||||
|
opacity: 0.7;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tools-breakdown {
|
||||||
|
margin-top: 0.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tool-row {
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tool-stats {
|
||||||
|
display: flex;
|
||||||
|
gap: 0.5rem;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tool-calls {
|
||||||
|
color: var(--text-primary, #e5e7eb);
|
||||||
|
}
|
||||||
|
|
||||||
|
.tool-tokens {
|
||||||
|
color: var(--text-secondary, #9ca3af);
|
||||||
|
font-size: 0.75rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tools-note {
|
||||||
|
margin-top: 0.5rem;
|
||||||
|
font-size: 0.65rem;
|
||||||
|
color: var(--text-secondary, #9ca3af);
|
||||||
|
font-style: italic;
|
||||||
|
opacity: 0.8;
|
||||||
|
}
|
||||||
|
|
||||||
.model-info {
|
.model-info {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
@@ -148,4 +451,220 @@
|
|||||||
color: var(--text-primary, #e5e7eb);
|
color: var(--text-primary, #e5e7eb);
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.context-util {
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
|
.context-util.warning-moderate {
|
||||||
|
color: #f59e0b;
|
||||||
|
}
|
||||||
|
|
||||||
|
.context-util.warning-high {
|
||||||
|
color: #f97316;
|
||||||
|
}
|
||||||
|
|
||||||
|
.context-util.warning-critical {
|
||||||
|
color: #ef4444;
|
||||||
|
}
|
||||||
|
|
||||||
|
.context-warning {
|
||||||
|
margin-top: 0.5rem;
|
||||||
|
padding: 0.5rem;
|
||||||
|
border-radius: 4px;
|
||||||
|
font-size: 0.75rem;
|
||||||
|
line-height: 1.3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.context-warning.warning-moderate {
|
||||||
|
background: rgba(245, 158, 11, 0.15);
|
||||||
|
border: 1px solid rgba(245, 158, 11, 0.3);
|
||||||
|
color: #fbbf24;
|
||||||
|
}
|
||||||
|
|
||||||
|
.context-warning.warning-high {
|
||||||
|
background: rgba(249, 115, 22, 0.15);
|
||||||
|
border: 1px solid rgba(249, 115, 22, 0.3);
|
||||||
|
color: #fb923c;
|
||||||
|
}
|
||||||
|
|
||||||
|
.context-warning.warning-critical {
|
||||||
|
background: rgba(239, 68, 68, 0.15);
|
||||||
|
border: 1px solid rgba(239, 68, 68, 0.3);
|
||||||
|
color: #f87171;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Budget progress bar styles */
|
||||||
|
.budget-item {
|
||||||
|
margin-bottom: 0.75rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.budget-item:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.budget-bar-container {
|
||||||
|
width: 100%;
|
||||||
|
height: 6px;
|
||||||
|
background: var(--bg-primary);
|
||||||
|
border-radius: 3px;
|
||||||
|
margin-top: 0.25rem;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.budget-bar {
|
||||||
|
height: 100%;
|
||||||
|
border-radius: 3px;
|
||||||
|
transition:
|
||||||
|
width 0.3s ease,
|
||||||
|
background-color 0.3s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.budget-bar-ok {
|
||||||
|
background: linear-gradient(90deg, #10b981, #34d399);
|
||||||
|
}
|
||||||
|
|
||||||
|
.budget-bar-warning {
|
||||||
|
background: linear-gradient(90deg, #f59e0b, #fbbf24);
|
||||||
|
}
|
||||||
|
|
||||||
|
.budget-bar-exceeded {
|
||||||
|
background: linear-gradient(90deg, #ef4444, #f87171);
|
||||||
|
}
|
||||||
|
|
||||||
|
.budget-remaining {
|
||||||
|
font-size: 0.7rem;
|
||||||
|
color: var(--text-secondary);
|
||||||
|
margin-top: 0.125rem;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Budget warning styles */
|
||||||
|
.budget-warning {
|
||||||
|
margin-top: 0.5rem;
|
||||||
|
padding: 0.5rem;
|
||||||
|
border-radius: 4px;
|
||||||
|
font-size: 0.75rem;
|
||||||
|
line-height: 1.3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.budget-warning.budget-warning {
|
||||||
|
background: rgba(245, 158, 11, 0.15);
|
||||||
|
border: 1px solid rgba(245, 158, 11, 0.3);
|
||||||
|
color: #fbbf24;
|
||||||
|
}
|
||||||
|
|
||||||
|
.budget-warning.budget-exceeded {
|
||||||
|
background: rgba(239, 68, 68, 0.15);
|
||||||
|
border: 1px solid rgba(239, 68, 68, 0.3);
|
||||||
|
color: #f87171;
|
||||||
|
}
|
||||||
|
|
||||||
|
.stat-value.budget-warning {
|
||||||
|
color: #f59e0b;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
|
.stat-value.budget-exceeded {
|
||||||
|
color: #ef4444;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Compaction action buttons */
|
||||||
|
.compaction-actions {
|
||||||
|
display: flex;
|
||||||
|
gap: 0.5rem;
|
||||||
|
margin-top: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.compaction-btn {
|
||||||
|
flex: 1;
|
||||||
|
padding: 0.375rem 0.5rem;
|
||||||
|
font-size: 0.75rem;
|
||||||
|
font-weight: 500;
|
||||||
|
border-radius: 4px;
|
||||||
|
border: 1px solid var(--border-color);
|
||||||
|
background: var(--bg-primary);
|
||||||
|
color: var(--text-primary);
|
||||||
|
cursor: pointer;
|
||||||
|
transition: all 0.15s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.compaction-btn:hover:not(:disabled) {
|
||||||
|
border-color: var(--accent-primary);
|
||||||
|
background: rgba(233, 69, 96, 0.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.compaction-btn:disabled {
|
||||||
|
opacity: 0.5;
|
||||||
|
cursor: not-allowed;
|
||||||
|
}
|
||||||
|
|
||||||
|
.compaction-btn-primary {
|
||||||
|
background: var(--accent-primary);
|
||||||
|
border-color: var(--accent-primary);
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.compaction-btn-primary:hover:not(:disabled) {
|
||||||
|
background: var(--accent-secondary);
|
||||||
|
border-color: var(--accent-secondary);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Historical costs styles */
|
||||||
|
.costs-header {
|
||||||
|
margin: 0 !important;
|
||||||
|
padding: 0 !important;
|
||||||
|
border: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.costs-toggle {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 0.5rem;
|
||||||
|
background: none;
|
||||||
|
border: none;
|
||||||
|
color: var(--text-primary);
|
||||||
|
font-size: 0.9rem;
|
||||||
|
font-weight: 600;
|
||||||
|
cursor: pointer;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.costs-toggle:hover {
|
||||||
|
color: var(--accent-primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.costs-quick-stats {
|
||||||
|
display: flex;
|
||||||
|
gap: 0.5rem;
|
||||||
|
margin-top: 0.5rem;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cost-badge {
|
||||||
|
font-size: 0.7rem;
|
||||||
|
padding: 0.2rem 0.4rem;
|
||||||
|
background: rgba(16, 185, 129, 0.1);
|
||||||
|
border: 1px solid rgba(16, 185, 129, 0.3);
|
||||||
|
border-radius: 3px;
|
||||||
|
color: #10b981;
|
||||||
|
font-family: var(--font-mono, monospace);
|
||||||
|
}
|
||||||
|
|
||||||
|
.historical-costs-expanded {
|
||||||
|
margin-top: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cost-value {
|
||||||
|
color: #10b981;
|
||||||
|
}
|
||||||
|
|
||||||
|
.costs-note {
|
||||||
|
margin: 0.5rem 0 0 0;
|
||||||
|
font-size: 0.65rem;
|
||||||
|
color: var(--text-secondary);
|
||||||
|
font-style: italic;
|
||||||
|
opacity: 0.8;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
import { get } from "svelte/store";
|
import { get } from "svelte/store";
|
||||||
import { claudeStore } from "$lib/stores/claude";
|
import { claudeStore } from "$lib/stores/claude";
|
||||||
import { configStore, type HikariConfig, isStreamerMode } from "$lib/stores/config";
|
import { configStore, type HikariConfig, isStreamerMode } from "$lib/stores/config";
|
||||||
|
import { editorStore } from "$lib/stores/editor";
|
||||||
import type { ConnectionStatus } from "$lib/types/messages";
|
import type { ConnectionStatus } from "$lib/types/messages";
|
||||||
import { onMount } from "svelte";
|
import { onMount } from "svelte";
|
||||||
import StatsDisplay from "./StatsDisplay.svelte";
|
import StatsDisplay from "./StatsDisplay.svelte";
|
||||||
@@ -23,6 +24,13 @@
|
|||||||
import SessionHistoryPanel from "./SessionHistoryPanel.svelte";
|
import SessionHistoryPanel from "./SessionHistoryPanel.svelte";
|
||||||
import GitPanel from "./GitPanel.svelte";
|
import GitPanel from "./GitPanel.svelte";
|
||||||
import ProfilePanel from "./ProfilePanel.svelte";
|
import ProfilePanel from "./ProfilePanel.svelte";
|
||||||
|
import { conversationsStore } from "$lib/stores/conversations";
|
||||||
|
import {
|
||||||
|
generateContextInjection,
|
||||||
|
createSummary,
|
||||||
|
sanitizeForJson,
|
||||||
|
} from "$lib/utils/conversationUtils";
|
||||||
|
import { updateDiscordRpc } from "$lib/tauri";
|
||||||
|
|
||||||
const DISCORD_URL = "https://chat.nhcarrigan.com";
|
const DISCORD_URL = "https://chat.nhcarrigan.com";
|
||||||
const DONATE_URL = "https://donate.nhcarrigan.com";
|
const DONATE_URL = "https://donate.nhcarrigan.com";
|
||||||
@@ -40,6 +48,7 @@
|
|||||||
let showSessionHistory = $state(false);
|
let showSessionHistory = $state(false);
|
||||||
let showGitPanel = $state(false);
|
let showGitPanel = $state(false);
|
||||||
let showProfile = $state(false);
|
let showProfile = $state(false);
|
||||||
|
let isSummarising = $state(false);
|
||||||
const progress = $derived($achievementProgress);
|
const progress = $derived($achievementProgress);
|
||||||
let currentConfig: HikariConfig = $state({
|
let currentConfig: HikariConfig = $state({
|
||||||
model: null,
|
model: null,
|
||||||
@@ -73,6 +82,12 @@
|
|||||||
text_secondary: null,
|
text_secondary: null,
|
||||||
border_color: null,
|
border_color: null,
|
||||||
},
|
},
|
||||||
|
budget_enabled: false,
|
||||||
|
session_token_budget: null,
|
||||||
|
session_cost_budget: null,
|
||||||
|
budget_action: "warn",
|
||||||
|
budget_warning_threshold: 0.8,
|
||||||
|
discord_rpc_enabled: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
let streamerModeActive = $state(false);
|
let streamerModeActive = $state(false);
|
||||||
@@ -80,6 +95,15 @@
|
|||||||
streamerModeActive = value;
|
streamerModeActive = value;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
let editorVisible = $state(false);
|
||||||
|
editorStore.isEditorVisible.subscribe((value) => {
|
||||||
|
editorVisible = value;
|
||||||
|
});
|
||||||
|
|
||||||
|
function toggleEditor() {
|
||||||
|
editorStore.toggleEditor();
|
||||||
|
}
|
||||||
|
|
||||||
onMount(async () => {
|
onMount(async () => {
|
||||||
appVersion = await getVersion();
|
appVersion = await getVersion();
|
||||||
});
|
});
|
||||||
@@ -143,6 +167,16 @@
|
|||||||
allowed_tools: allAllowedTools,
|
allowed_tools: allAllowedTools,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Update Discord RPC when a new session starts
|
||||||
|
const activeConversation = get(conversationsStore.activeConversation);
|
||||||
|
if (activeConversation) {
|
||||||
|
await updateDiscordRpc(
|
||||||
|
activeConversation.name,
|
||||||
|
currentConfig.model || "claude",
|
||||||
|
activeConversation.startedAt
|
||||||
|
);
|
||||||
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("Failed to start Claude:", error);
|
console.error("Failed to start Claude:", error);
|
||||||
claudeStore.addLine("error", `Connection failed: ${error}`);
|
claudeStore.addLine("error", `Connection failed: ${error}`);
|
||||||
@@ -190,6 +224,106 @@
|
|||||||
function toggleAchievements() {
|
function toggleAchievements() {
|
||||||
onToggleAchievements();
|
onToggleAchievements();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async function handleCompactConversation() {
|
||||||
|
const activeId = get(conversationsStore.activeConversationId);
|
||||||
|
if (!activeId) return;
|
||||||
|
|
||||||
|
isSummarising = true;
|
||||||
|
|
||||||
|
try {
|
||||||
|
const conversationContent = conversationsStore.getConversationForSummary(activeId);
|
||||||
|
const messageCount =
|
||||||
|
get(conversationsStore.activeConversation)?.terminalLines.filter(
|
||||||
|
(l) => l.type === "user" || l.type === "assistant"
|
||||||
|
).length || 0;
|
||||||
|
const tokenEstimate = conversationsStore.estimateTokenCount(activeId);
|
||||||
|
|
||||||
|
// Create a summary from the conversation content (truncate if too long)
|
||||||
|
// Apply sanitization early to handle any problematic escape sequences
|
||||||
|
const sanitizedContent = sanitizeForJson(conversationContent);
|
||||||
|
const summaryContent =
|
||||||
|
sanitizedContent.length > 4000
|
||||||
|
? `${sanitizedContent.slice(0, 4000)}\n\n[Truncated for length - original had ${messageCount} messages]`
|
||||||
|
: sanitizedContent;
|
||||||
|
|
||||||
|
// Step 1: Disconnect from Claude to reset context
|
||||||
|
if (connectionStatus === "connected") {
|
||||||
|
await invoke("stop_claude", { conversationId: activeId });
|
||||||
|
}
|
||||||
|
|
||||||
|
// Step 2: Clear messages and store summary
|
||||||
|
conversationsStore.compactWithSummary(activeId, summaryContent, messageCount, tokenEstimate);
|
||||||
|
|
||||||
|
// Step 3: Reconnect to Claude with fresh context
|
||||||
|
const allAllowedTools = [
|
||||||
|
...(currentConfig.auto_granted_tools || []),
|
||||||
|
...Array.from(get(claudeStore.grantedTools)),
|
||||||
|
];
|
||||||
|
|
||||||
|
await invoke("start_claude", {
|
||||||
|
conversationId: activeId,
|
||||||
|
options: {
|
||||||
|
working_dir: workingDirectory || selectedDirectory,
|
||||||
|
model: currentConfig.model || null,
|
||||||
|
api_key: currentConfig.api_key || null,
|
||||||
|
custom_instructions: currentConfig.custom_instructions || null,
|
||||||
|
mcp_servers_json: currentConfig.mcp_servers_json || null,
|
||||||
|
allowed_tools: allAllowedTools,
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
|
// Step 4: Send the context summary to Claude as the first message
|
||||||
|
const contextPrompt = generateContextInjection(
|
||||||
|
createSummary(summaryContent, messageCount, tokenEstimate)
|
||||||
|
);
|
||||||
|
|
||||||
|
await invoke("send_prompt", {
|
||||||
|
conversationId: activeId,
|
||||||
|
message: contextPrompt,
|
||||||
|
});
|
||||||
|
|
||||||
|
claudeStore.addLine(
|
||||||
|
"system",
|
||||||
|
"Conversation compacted. Context from previous session has been provided to Claude."
|
||||||
|
);
|
||||||
|
} catch (error) {
|
||||||
|
console.error("Failed to compact conversation:", error);
|
||||||
|
claudeStore.addLine("error", `Failed to compact conversation: ${error}`);
|
||||||
|
} finally {
|
||||||
|
isSummarising = false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
async function handleStartFreshWithContext() {
|
||||||
|
const activeId = get(conversationsStore.activeConversationId);
|
||||||
|
if (!activeId) return;
|
||||||
|
|
||||||
|
const conversationContent = conversationsStore.getConversationForSummary(activeId);
|
||||||
|
const messageCount =
|
||||||
|
get(conversationsStore.activeConversation)?.terminalLines.filter(
|
||||||
|
(l) => l.type === "user" || l.type === "assistant"
|
||||||
|
).length || 0;
|
||||||
|
const tokenEstimate = conversationsStore.estimateTokenCount(activeId);
|
||||||
|
|
||||||
|
const summary = createSummary(
|
||||||
|
`This is a continuation of a previous conversation. Here's what was discussed:\n\n${conversationContent.slice(0, 4000)}${conversationContent.length > 4000 ? "\n\n[Truncated for length...]" : ""}`,
|
||||||
|
messageCount,
|
||||||
|
tokenEstimate
|
||||||
|
);
|
||||||
|
|
||||||
|
const newConvId = conversationsStore.createConversation("Fresh Start");
|
||||||
|
|
||||||
|
conversationsStore.setSummary(newConvId, summary);
|
||||||
|
|
||||||
|
// Context injection is generated but the actual injection happens via the summary
|
||||||
|
generateContextInjection(summary);
|
||||||
|
claudeStore.addLine("system", "Started fresh conversation with context from previous session.");
|
||||||
|
claudeStore.addLine(
|
||||||
|
"system",
|
||||||
|
`Previous session had ${messageCount} messages (~${tokenEstimate.toLocaleString()} tokens).`
|
||||||
|
);
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
@@ -307,6 +441,25 @@
|
|||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
|
<button
|
||||||
|
onclick={toggleEditor}
|
||||||
|
disabled={connectionStatus !== "connected"}
|
||||||
|
class="p-1 text-gray-500 icon-trans-hover {editorVisible
|
||||||
|
? 'text-[var(--trans-pink)]'
|
||||||
|
: ''} disabled:opacity-40 disabled:cursor-not-allowed"
|
||||||
|
title={connectionStatus === "connected"
|
||||||
|
? "File Editor (Ctrl+E)"
|
||||||
|
: "Connect to enable file editor"}
|
||||||
|
>
|
||||||
|
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
|
<path
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
stroke-width="2"
|
||||||
|
d="M11 5H6a2 2 0 00-2 2v11a2 2 0 002 2h11a2 2 0 002-2v-5m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
|
</button>
|
||||||
<button
|
<button
|
||||||
onclick={() => (showStats = !showStats)}
|
onclick={() => (showStats = !showStats)}
|
||||||
class="p-1 text-gray-500 icon-trans-hover {showStats ? 'text-[var(--trans-pink)]' : ''}"
|
class="p-1 text-gray-500 icon-trans-hover {showStats ? 'text-[var(--trans-pink)]' : ''}"
|
||||||
@@ -417,7 +570,11 @@
|
|||||||
|
|
||||||
{#if showStats}
|
{#if showStats}
|
||||||
<div class="absolute top-full right-0 mt-2 mr-4 z-50">
|
<div class="absolute top-full right-0 mt-2 mr-4 z-50">
|
||||||
<StatsDisplay />
|
<StatsDisplay
|
||||||
|
onRequestSummary={handleCompactConversation}
|
||||||
|
onStartFreshWithContext={handleStartFreshWithContext}
|
||||||
|
{isSummarising}
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
{#if connectionStatus === "connected"}
|
{#if connectionStatus === "connected"}
|
||||||
@@ -444,7 +601,11 @@
|
|||||||
<!-- svelte-ignore a11y_no_static_element_interactions -->
|
<!-- svelte-ignore a11y_no_static_element_interactions -->
|
||||||
<div class="fixed inset-0 z-40" onclick={() => (showStats = false)}></div>
|
<div class="fixed inset-0 z-40" onclick={() => (showStats = false)}></div>
|
||||||
<div class="fixed top-14 right-4 z-50">
|
<div class="fixed top-14 right-4 z-50">
|
||||||
<StatsDisplay />
|
<StatsDisplay
|
||||||
|
onRequestSummary={handleCompactConversation}
|
||||||
|
onStartFreshWithContext={handleStartFreshWithContext}
|
||||||
|
{isSummarising}
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
|||||||
@@ -155,6 +155,30 @@
|
|||||||
terminalElement.removeEventListener("copy", handleCopy);
|
terminalElement.removeEventListener("copy", handleCopy);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Copy message content to clipboard
|
||||||
|
async function copyMessage(content: string) {
|
||||||
|
try {
|
||||||
|
await navigator.clipboard.writeText(content);
|
||||||
|
// Optionally capture to clipboard history
|
||||||
|
await clipboardStore.captureClipboard(content, null, "Message from chat");
|
||||||
|
|
||||||
|
// Visual feedback could be added here if needed
|
||||||
|
} catch (error) {
|
||||||
|
console.error("Failed to copy message:", error);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// State for showing "Copied!" feedback
|
||||||
|
let copiedMessageId: string | null = null;
|
||||||
|
|
||||||
|
async function handleCopyMessage(messageId: string, content: string) {
|
||||||
|
await copyMessage(content);
|
||||||
|
copiedMessageId = messageId;
|
||||||
|
setTimeout(() => {
|
||||||
|
copiedMessageId = null;
|
||||||
|
}, 2000);
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
@@ -185,19 +209,51 @@
|
|||||||
</div>
|
</div>
|
||||||
{:else}
|
{:else}
|
||||||
{#each lines as line (line.id)}
|
{#each lines as line (line.id)}
|
||||||
<div class="terminal-line mb-2 {getLineClass(line.type)}">
|
<div class="terminal-line mb-2 {getLineClass(line.type)} relative group">
|
||||||
<span class="terminal-timestamp text-xs mr-2">{formatTime(line.timestamp)}</span>
|
<span class="terminal-timestamp text-xs mr-2">{formatTime(line.timestamp)}</span>
|
||||||
|
{#if line.cost && line.cost.costUsd > 0}
|
||||||
|
<span
|
||||||
|
class="terminal-cost text-xs mr-2"
|
||||||
|
title="Input: {line.cost.inputTokens} | Output: {line.cost.outputTokens}"
|
||||||
|
>
|
||||||
|
${line.cost.costUsd < 0.01
|
||||||
|
? line.cost.costUsd.toFixed(4)
|
||||||
|
: line.cost.costUsd.toFixed(3)}
|
||||||
|
</span>
|
||||||
|
{/if}
|
||||||
{#if getLinePrefix(line.type)}
|
{#if getLinePrefix(line.type)}
|
||||||
<span class="terminal-prefix mr-2">{getLinePrefix(line.type)}</span>
|
<span class="terminal-prefix mr-2">{getLinePrefix(line.type)}</span>
|
||||||
{/if}
|
{/if}
|
||||||
{#if line.toolName}
|
{#if line.toolName}
|
||||||
<span class="terminal-tool-name mr-2">[{line.toolName}]</span>
|
<span class="terminal-tool-name mr-2">[{line.toolName}]</span>
|
||||||
{/if}
|
{/if}
|
||||||
{#if line.type === "assistant"}
|
{#if line.type === "assistant" || line.type === "user"}
|
||||||
|
<div class="message-content-wrapper">
|
||||||
<Markdown
|
<Markdown
|
||||||
content={maskPaths(line.content, hidePaths)}
|
content={maskPaths(line.content, hidePaths)}
|
||||||
searchQuery={currentSearchQuery}
|
searchQuery={currentSearchQuery}
|
||||||
/>
|
/>
|
||||||
|
<button
|
||||||
|
class="copy-message-btn opacity-0 group-hover:opacity-100 transition-opacity"
|
||||||
|
onclick={() => handleCopyMessage(line.id, line.content)}
|
||||||
|
title="Copy message"
|
||||||
|
>
|
||||||
|
<svg
|
||||||
|
width="14"
|
||||||
|
height="14"
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
fill="none"
|
||||||
|
stroke="currentColor"
|
||||||
|
stroke-width="2"
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
>
|
||||||
|
<rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect>
|
||||||
|
<path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path>
|
||||||
|
</svg>
|
||||||
|
<span class="copy-text">{copiedMessageId === line.id ? "Copied!" : "Copy"}</span>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
{:else}
|
{:else}
|
||||||
<HighlightedText
|
<HighlightedText
|
||||||
content={maskPaths(line.content, hidePaths)}
|
content={maskPaths(line.content, hidePaths)}
|
||||||
@@ -245,6 +301,14 @@
|
|||||||
color: var(--text-tertiary, #6b7280);
|
color: var(--text-tertiary, #6b7280);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.terminal-cost {
|
||||||
|
color: var(--terminal-cost, #10b981);
|
||||||
|
background: var(--terminal-cost-bg, rgba(16, 185, 129, 0.1));
|
||||||
|
padding: 0 4px;
|
||||||
|
border-radius: 3px;
|
||||||
|
font-family: monospace;
|
||||||
|
}
|
||||||
|
|
||||||
.terminal-prefix {
|
.terminal-prefix {
|
||||||
color: var(--text-secondary);
|
color: var(--text-secondary);
|
||||||
}
|
}
|
||||||
@@ -267,4 +331,45 @@
|
|||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
padding: 0 2px;
|
padding: 0 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Message content wrapper for positioning */
|
||||||
|
.message-content-wrapper {
|
||||||
|
position: relative;
|
||||||
|
display: inline-block;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Copy button styling */
|
||||||
|
.copy-message-btn {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 0.4em;
|
||||||
|
background: var(--bg-secondary);
|
||||||
|
border: 1px solid var(--border-color);
|
||||||
|
color: var(--text-secondary);
|
||||||
|
padding: 0.25em 0.5em;
|
||||||
|
cursor: pointer;
|
||||||
|
border-radius: 4px;
|
||||||
|
font-size: 0.85em;
|
||||||
|
font-family: inherit;
|
||||||
|
transition: all 0.15s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.copy-message-btn:hover {
|
||||||
|
background: var(--bg-hover);
|
||||||
|
color: var(--text-primary);
|
||||||
|
border-color: var(--border-hover, var(--border-color));
|
||||||
|
}
|
||||||
|
|
||||||
|
.copy-message-btn svg {
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Ensure relative positioning for parent */
|
||||||
|
.terminal-line {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -0,0 +1,228 @@
|
|||||||
|
<script lang="ts">
|
||||||
|
interface Props {
|
||||||
|
x: number;
|
||||||
|
y: number;
|
||||||
|
inputElement: HTMLTextAreaElement | HTMLInputElement;
|
||||||
|
onClose: () => void;
|
||||||
|
}
|
||||||
|
|
||||||
|
let { x, y, inputElement, onClose }: Props = $props();
|
||||||
|
|
||||||
|
// Menu element reference for measuring
|
||||||
|
let menuElement: HTMLDivElement | undefined = $state();
|
||||||
|
|
||||||
|
// Adjusted position to keep menu within viewport
|
||||||
|
let adjustedX = $derived.by(() => {
|
||||||
|
if (!menuElement) return x;
|
||||||
|
const menuWidth = menuElement.offsetWidth || 180;
|
||||||
|
const maxX = window.innerWidth - menuWidth - 8;
|
||||||
|
return Math.min(x, maxX);
|
||||||
|
});
|
||||||
|
|
||||||
|
let adjustedY = $derived.by(() => {
|
||||||
|
if (!menuElement) return y;
|
||||||
|
const menuHeight = menuElement.offsetHeight || 250;
|
||||||
|
const maxY = window.innerHeight - menuHeight - 8;
|
||||||
|
return Math.min(y, maxY);
|
||||||
|
});
|
||||||
|
|
||||||
|
function handleKeydown(event: KeyboardEvent) {
|
||||||
|
if (event.key === "Escape") {
|
||||||
|
onClose();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function execCommand(command: "cut" | "copy" | "paste" | "selectAll" | "undo" | "redo") {
|
||||||
|
inputElement.focus();
|
||||||
|
|
||||||
|
switch (command) {
|
||||||
|
case "cut":
|
||||||
|
document.execCommand("cut");
|
||||||
|
break;
|
||||||
|
case "copy":
|
||||||
|
document.execCommand("copy");
|
||||||
|
break;
|
||||||
|
case "paste":
|
||||||
|
document.execCommand("paste");
|
||||||
|
break;
|
||||||
|
case "selectAll":
|
||||||
|
inputElement.select();
|
||||||
|
break;
|
||||||
|
case "undo":
|
||||||
|
document.execCommand("undo");
|
||||||
|
break;
|
||||||
|
case "redo":
|
||||||
|
document.execCommand("redo");
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
onClose();
|
||||||
|
}
|
||||||
|
|
||||||
|
// Check if there's a selection
|
||||||
|
let hasSelection = $derived(inputElement.selectionStart !== inputElement.selectionEnd);
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<svelte:window onkeydown={handleKeydown} />
|
||||||
|
|
||||||
|
<!-- svelte-ignore a11y_no_static_element_interactions a11y_click_events_have_key_events -->
|
||||||
|
<div
|
||||||
|
class="menu-overlay"
|
||||||
|
onclick={onClose}
|
||||||
|
oncontextmenu={(e) => {
|
||||||
|
e.preventDefault();
|
||||||
|
onClose();
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<!-- svelte-ignore a11y_no_static_element_interactions -->
|
||||||
|
<div
|
||||||
|
bind:this={menuElement}
|
||||||
|
class="menu-content"
|
||||||
|
style="left: {adjustedX}px; top: {adjustedY}px;"
|
||||||
|
onclick={(e) => e.stopPropagation()}
|
||||||
|
>
|
||||||
|
<button class="menu-item" onclick={() => execCommand("undo")}>
|
||||||
|
<svg class="menu-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
|
<path
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
stroke-width="2"
|
||||||
|
d="M3 10h10a5 5 0 0 1 5 5v2M3 10l4-4M3 10l4 4"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
|
Undo
|
||||||
|
<span class="shortcut">Ctrl+Z</span>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<button class="menu-item" onclick={() => execCommand("redo")}>
|
||||||
|
<svg class="menu-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
|
<path
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
stroke-width="2"
|
||||||
|
d="M21 10H11a5 5 0 0 0-5 5v2M21 10l-4-4M21 10l-4 4"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
|
Redo
|
||||||
|
<span class="shortcut">Ctrl+Y</span>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<div class="menu-divider"></div>
|
||||||
|
|
||||||
|
<button class="menu-item" onclick={() => execCommand("cut")} disabled={!hasSelection}>
|
||||||
|
<svg class="menu-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
|
<path
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
stroke-width="2"
|
||||||
|
d="M14.121 14.121L19 19m-7-7l7-7m-7 7l-2.879 2.879M12 12L9.121 9.121m0 5.758a3 3 0 1 0-4.243-4.243 3 3 0 0 0 4.243 4.243zm0-5.758a3 3 0 1 0-4.243-4.243 3 3 0 0 0 4.243 4.243z"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
|
Cut
|
||||||
|
<span class="shortcut">Ctrl+X</span>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<button class="menu-item" onclick={() => execCommand("copy")} disabled={!hasSelection}>
|
||||||
|
<svg class="menu-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
|
<path
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
stroke-width="2"
|
||||||
|
d="M8 16H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2m-6 12h8a2 2 0 0 0 2-2v-8a2 2 0 0 0-2-2h-8a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2z"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
|
Copy
|
||||||
|
<span class="shortcut">Ctrl+C</span>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<button class="menu-item" onclick={() => execCommand("paste")}>
|
||||||
|
<svg class="menu-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
|
<path
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
stroke-width="2"
|
||||||
|
d="M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2M9 5a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2M9 5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
|
Paste
|
||||||
|
<span class="shortcut">Ctrl+V</span>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<div class="menu-divider"></div>
|
||||||
|
|
||||||
|
<button class="menu-item" onclick={() => execCommand("selectAll")}>
|
||||||
|
<svg class="menu-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
|
<path
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
stroke-width="2"
|
||||||
|
d="M4 5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5z"
|
||||||
|
/>
|
||||||
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 9h6v6H9z" />
|
||||||
|
</svg>
|
||||||
|
Select All
|
||||||
|
<span class="shortcut">Ctrl+A</span>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.menu-overlay {
|
||||||
|
position: fixed;
|
||||||
|
inset: 0;
|
||||||
|
z-index: 50;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-content {
|
||||||
|
position: absolute;
|
||||||
|
z-index: 50;
|
||||||
|
min-width: 180px;
|
||||||
|
border-radius: 0.375rem;
|
||||||
|
border: 1px solid var(--border-color);
|
||||||
|
background-color: var(--bg-secondary);
|
||||||
|
padding: 0.25rem 0;
|
||||||
|
box-shadow:
|
||||||
|
0 10px 15px -3px rgba(0, 0, 0, 0.1),
|
||||||
|
0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-item {
|
||||||
|
display: flex;
|
||||||
|
width: 100%;
|
||||||
|
align-items: center;
|
||||||
|
gap: 0.5rem;
|
||||||
|
padding: 0.375rem 0.75rem;
|
||||||
|
text-align: left;
|
||||||
|
font-size: 0.875rem;
|
||||||
|
color: var(--text-primary);
|
||||||
|
background: transparent;
|
||||||
|
border: none;
|
||||||
|
cursor: pointer;
|
||||||
|
transition: background-color 0.15s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-item:hover:not(:disabled) {
|
||||||
|
background-color: var(--bg-primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-item:disabled {
|
||||||
|
opacity: 0.5;
|
||||||
|
cursor: not-allowed;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-divider {
|
||||||
|
margin: 0.25rem 0;
|
||||||
|
border-top: 1px solid var(--border-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-icon {
|
||||||
|
width: 1rem;
|
||||||
|
height: 1rem;
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.shortcut {
|
||||||
|
margin-left: auto;
|
||||||
|
font-size: 0.75rem;
|
||||||
|
color: var(--text-secondary);
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -5,6 +5,9 @@
|
|||||||
import { claudeStore, hasQuestionPending } from "$lib/stores/claude";
|
import { claudeStore, hasQuestionPending } from "$lib/stores/claude";
|
||||||
import { characterState } from "$lib/stores/character";
|
import { characterState } from "$lib/stores/character";
|
||||||
import type { UserQuestionEvent } from "$lib/types/messages";
|
import type { UserQuestionEvent } from "$lib/types/messages";
|
||||||
|
import { updateDiscordRpc } from "$lib/tauri";
|
||||||
|
import { conversationsStore } from "$lib/stores/conversations";
|
||||||
|
import { configStore } from "$lib/stores/config";
|
||||||
|
|
||||||
let isVisible = $state(false);
|
let isVisible = $state(false);
|
||||||
let question: UserQuestionEvent | null = $state(null);
|
let question: UserQuestionEvent | null = $state(null);
|
||||||
@@ -98,6 +101,17 @@
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Update Discord RPC when reconnecting after answering question
|
||||||
|
const config = configStore.getConfig();
|
||||||
|
const activeConversation = get(conversationsStore.activeConversation);
|
||||||
|
if (activeConversation) {
|
||||||
|
await updateDiscordRpc(
|
||||||
|
activeConversation.name,
|
||||||
|
config.model || "claude",
|
||||||
|
activeConversation.startedAt
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
await new Promise((resolve) => setTimeout(resolve, 1000));
|
await new Promise((resolve) => setTimeout(resolve, 1000));
|
||||||
|
|
||||||
if (conversationHistory) {
|
if (conversationHistory) {
|
||||||
|
|||||||
@@ -0,0 +1,482 @@
|
|||||||
|
<script lang="ts">
|
||||||
|
import { onMount, onDestroy } from "svelte";
|
||||||
|
import { EditorView, basicSetup } from "codemirror";
|
||||||
|
import { EditorState, Compartment } from "@codemirror/state";
|
||||||
|
import { keymap } from "@codemirror/view";
|
||||||
|
import { oneDark } from "@codemirror/theme-one-dark";
|
||||||
|
import { javascript } from "@codemirror/lang-javascript";
|
||||||
|
import { python } from "@codemirror/lang-python";
|
||||||
|
import { rust } from "@codemirror/lang-rust";
|
||||||
|
import { html } from "@codemirror/lang-html";
|
||||||
|
import { css } from "@codemirror/lang-css";
|
||||||
|
import { json } from "@codemirror/lang-json";
|
||||||
|
import { markdown } from "@codemirror/lang-markdown";
|
||||||
|
import { xml } from "@codemirror/lang-xml";
|
||||||
|
import { sql } from "@codemirror/lang-sql";
|
||||||
|
import { java } from "@codemirror/lang-java";
|
||||||
|
import { cpp } from "@codemirror/lang-cpp";
|
||||||
|
import { php } from "@codemirror/lang-php";
|
||||||
|
import { go } from "@codemirror/lang-go";
|
||||||
|
import { yaml } from "@codemirror/lang-yaml";
|
||||||
|
import { sass } from "@codemirror/lang-sass";
|
||||||
|
import { less } from "@codemirror/lang-less";
|
||||||
|
import { vue } from "@codemirror/lang-vue";
|
||||||
|
import { angular } from "@codemirror/lang-angular";
|
||||||
|
import { wast } from "@codemirror/lang-wast";
|
||||||
|
import { StreamLanguage } from "@codemirror/language";
|
||||||
|
import { shell } from "@codemirror/legacy-modes/mode/shell";
|
||||||
|
import { ruby } from "@codemirror/legacy-modes/mode/ruby";
|
||||||
|
import { swift } from "@codemirror/legacy-modes/mode/swift";
|
||||||
|
import { lua } from "@codemirror/legacy-modes/mode/lua";
|
||||||
|
import { r } from "@codemirror/legacy-modes/mode/r";
|
||||||
|
import { toml } from "@codemirror/legacy-modes/mode/toml";
|
||||||
|
import { dockerFile } from "@codemirror/legacy-modes/mode/dockerfile";
|
||||||
|
import { powerShell } from "@codemirror/legacy-modes/mode/powershell";
|
||||||
|
import { HighlightStyle, syntaxHighlighting } from "@codemirror/language";
|
||||||
|
import { tags } from "@lezer/highlight";
|
||||||
|
import { editorStore } from "$lib/stores/editor";
|
||||||
|
import { configStore } from "$lib/stores/config";
|
||||||
|
import EditorContextMenu from "./EditorContextMenu.svelte";
|
||||||
|
import type { EditorTab } from "$lib/types/editor";
|
||||||
|
import type { Extension } from "@codemirror/state";
|
||||||
|
|
||||||
|
export let tab: EditorTab;
|
||||||
|
|
||||||
|
let editorContainer: HTMLDivElement;
|
||||||
|
let view: EditorView | null = null;
|
||||||
|
let themeCompartment = new Compartment();
|
||||||
|
|
||||||
|
// Context menu state
|
||||||
|
let contextMenuShow = false;
|
||||||
|
let contextMenuX = 0;
|
||||||
|
let contextMenuY = 0;
|
||||||
|
|
||||||
|
function handleContextMenu(event: MouseEvent) {
|
||||||
|
event.preventDefault();
|
||||||
|
contextMenuShow = true;
|
||||||
|
contextMenuX = event.clientX;
|
||||||
|
contextMenuY = event.clientY;
|
||||||
|
}
|
||||||
|
|
||||||
|
function closeContextMenu() {
|
||||||
|
contextMenuShow = false;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Subscribe to theme changes
|
||||||
|
const config = configStore.config;
|
||||||
|
|
||||||
|
// Light theme
|
||||||
|
const lightTheme = EditorView.theme(
|
||||||
|
{
|
||||||
|
"&": {
|
||||||
|
backgroundColor: "#ffffff",
|
||||||
|
color: "#24292e",
|
||||||
|
},
|
||||||
|
".cm-content": {
|
||||||
|
caretColor: "#24292e",
|
||||||
|
},
|
||||||
|
".cm-cursor, .cm-dropCursor": {
|
||||||
|
borderLeftColor: "#24292e",
|
||||||
|
},
|
||||||
|
"&.cm-focused .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection": {
|
||||||
|
backgroundColor: "#c8d3f5",
|
||||||
|
},
|
||||||
|
".cm-panels": {
|
||||||
|
backgroundColor: "#f6f8fa",
|
||||||
|
color: "#24292e",
|
||||||
|
},
|
||||||
|
".cm-panels.cm-panels-top": {
|
||||||
|
borderBottom: "1px solid #e1e4e8",
|
||||||
|
},
|
||||||
|
".cm-panels.cm-panels-bottom": {
|
||||||
|
borderTop: "1px solid #e1e4e8",
|
||||||
|
},
|
||||||
|
".cm-searchMatch": {
|
||||||
|
backgroundColor: "#ffdf5d",
|
||||||
|
outline: "1px solid #c4a000",
|
||||||
|
},
|
||||||
|
".cm-searchMatch.cm-searchMatch-selected": {
|
||||||
|
backgroundColor: "#c4a000",
|
||||||
|
},
|
||||||
|
".cm-activeLine": {
|
||||||
|
backgroundColor: "#f6f8fa",
|
||||||
|
},
|
||||||
|
".cm-selectionMatch": {
|
||||||
|
backgroundColor: "#c8d3f5",
|
||||||
|
},
|
||||||
|
".cm-matchingBracket, .cm-nonmatchingBracket": {
|
||||||
|
backgroundColor: "#c8d3f5",
|
||||||
|
outline: "1px solid #888",
|
||||||
|
},
|
||||||
|
".cm-gutters": {
|
||||||
|
backgroundColor: "#f6f8fa",
|
||||||
|
color: "#6a737d",
|
||||||
|
border: "none",
|
||||||
|
borderRight: "1px solid #e1e4e8",
|
||||||
|
},
|
||||||
|
".cm-activeLineGutter": {
|
||||||
|
backgroundColor: "#e1e4e8",
|
||||||
|
},
|
||||||
|
".cm-foldPlaceholder": {
|
||||||
|
backgroundColor: "transparent",
|
||||||
|
border: "none",
|
||||||
|
color: "#6a737d",
|
||||||
|
},
|
||||||
|
".cm-tooltip": {
|
||||||
|
border: "1px solid #e1e4e8",
|
||||||
|
backgroundColor: "#ffffff",
|
||||||
|
},
|
||||||
|
".cm-tooltip .cm-tooltip-arrow:before": {
|
||||||
|
borderTopColor: "transparent",
|
||||||
|
borderBottomColor: "transparent",
|
||||||
|
},
|
||||||
|
".cm-tooltip .cm-tooltip-arrow:after": {
|
||||||
|
borderTopColor: "#ffffff",
|
||||||
|
borderBottomColor: "#ffffff",
|
||||||
|
},
|
||||||
|
".cm-tooltip-autocomplete": {
|
||||||
|
"& > ul > li[aria-selected]": {
|
||||||
|
backgroundColor: "#e1e4e8",
|
||||||
|
color: "#24292e",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{ dark: false }
|
||||||
|
);
|
||||||
|
|
||||||
|
const lightHighlightStyle = HighlightStyle.define([
|
||||||
|
{ tag: tags.keyword, color: "#d73a49" },
|
||||||
|
{
|
||||||
|
tag: [tags.name, tags.deleted, tags.character, tags.propertyName, tags.macroName],
|
||||||
|
color: "#6f42c1",
|
||||||
|
},
|
||||||
|
{ tag: [tags.function(tags.variableName), tags.labelName], color: "#6f42c1" },
|
||||||
|
{ tag: [tags.color, tags.constant(tags.name), tags.standard(tags.name)], color: "#005cc5" },
|
||||||
|
{ tag: [tags.definition(tags.name), tags.separator], color: "#24292e" },
|
||||||
|
{
|
||||||
|
tag: [
|
||||||
|
tags.typeName,
|
||||||
|
tags.className,
|
||||||
|
tags.number,
|
||||||
|
tags.changed,
|
||||||
|
tags.annotation,
|
||||||
|
tags.modifier,
|
||||||
|
tags.self,
|
||||||
|
tags.namespace,
|
||||||
|
],
|
||||||
|
color: "#e36209",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
tag: [
|
||||||
|
tags.operator,
|
||||||
|
tags.operatorKeyword,
|
||||||
|
tags.url,
|
||||||
|
tags.escape,
|
||||||
|
tags.regexp,
|
||||||
|
tags.link,
|
||||||
|
tags.special(tags.string),
|
||||||
|
],
|
||||||
|
color: "#032f62",
|
||||||
|
},
|
||||||
|
{ tag: [tags.meta, tags.comment], color: "#6a737d" },
|
||||||
|
{ tag: tags.strong, fontWeight: "bold" },
|
||||||
|
{ tag: tags.emphasis, fontStyle: "italic" },
|
||||||
|
{ tag: tags.strikethrough, textDecoration: "line-through" },
|
||||||
|
{ tag: tags.link, color: "#032f62", textDecoration: "underline" },
|
||||||
|
{ tag: tags.heading, fontWeight: "bold", color: "#005cc5" },
|
||||||
|
{ tag: [tags.atom, tags.bool, tags.special(tags.variableName)], color: "#005cc5" },
|
||||||
|
{ tag: [tags.processingInstruction, tags.string, tags.inserted], color: "#22863a" },
|
||||||
|
{ tag: tags.invalid, color: "#cb2431" },
|
||||||
|
]);
|
||||||
|
|
||||||
|
// High contrast theme
|
||||||
|
const highContrastTheme = EditorView.theme(
|
||||||
|
{
|
||||||
|
"&": {
|
||||||
|
backgroundColor: "#000000",
|
||||||
|
color: "#ffffff",
|
||||||
|
},
|
||||||
|
".cm-content": {
|
||||||
|
caretColor: "#ffffff",
|
||||||
|
},
|
||||||
|
".cm-cursor, .cm-dropCursor": {
|
||||||
|
borderLeftColor: "#ffffff",
|
||||||
|
borderLeftWidth: "2px",
|
||||||
|
},
|
||||||
|
"&.cm-focused .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection": {
|
||||||
|
backgroundColor: "#264f78",
|
||||||
|
},
|
||||||
|
".cm-panels": {
|
||||||
|
backgroundColor: "#000000",
|
||||||
|
color: "#ffffff",
|
||||||
|
},
|
||||||
|
".cm-panels.cm-panels-top": {
|
||||||
|
borderBottom: "2px solid #ffffff",
|
||||||
|
},
|
||||||
|
".cm-panels.cm-panels-bottom": {
|
||||||
|
borderTop: "2px solid #ffffff",
|
||||||
|
},
|
||||||
|
".cm-searchMatch": {
|
||||||
|
backgroundColor: "#515c6a",
|
||||||
|
outline: "2px solid #ffff00",
|
||||||
|
},
|
||||||
|
".cm-searchMatch.cm-searchMatch-selected": {
|
||||||
|
backgroundColor: "#ffff00",
|
||||||
|
color: "#000000",
|
||||||
|
},
|
||||||
|
".cm-activeLine": {
|
||||||
|
backgroundColor: "#1a1a1a",
|
||||||
|
},
|
||||||
|
".cm-selectionMatch": {
|
||||||
|
backgroundColor: "#264f78",
|
||||||
|
},
|
||||||
|
".cm-matchingBracket, .cm-nonmatchingBracket": {
|
||||||
|
backgroundColor: "#515c6a",
|
||||||
|
outline: "2px solid #ffff00",
|
||||||
|
},
|
||||||
|
".cm-gutters": {
|
||||||
|
backgroundColor: "#000000",
|
||||||
|
color: "#858585",
|
||||||
|
border: "none",
|
||||||
|
borderRight: "2px solid #ffffff",
|
||||||
|
},
|
||||||
|
".cm-activeLineGutter": {
|
||||||
|
backgroundColor: "#1a1a1a",
|
||||||
|
color: "#ffffff",
|
||||||
|
},
|
||||||
|
".cm-foldPlaceholder": {
|
||||||
|
backgroundColor: "transparent",
|
||||||
|
border: "none",
|
||||||
|
color: "#ffff00",
|
||||||
|
},
|
||||||
|
".cm-tooltip": {
|
||||||
|
border: "2px solid #ffffff",
|
||||||
|
backgroundColor: "#000000",
|
||||||
|
},
|
||||||
|
".cm-tooltip .cm-tooltip-arrow:before": {
|
||||||
|
borderTopColor: "transparent",
|
||||||
|
borderBottomColor: "transparent",
|
||||||
|
},
|
||||||
|
".cm-tooltip .cm-tooltip-arrow:after": {
|
||||||
|
borderTopColor: "#000000",
|
||||||
|
borderBottomColor: "#000000",
|
||||||
|
},
|
||||||
|
".cm-tooltip-autocomplete": {
|
||||||
|
"& > ul > li[aria-selected]": {
|
||||||
|
backgroundColor: "#264f78",
|
||||||
|
color: "#ffffff",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{ dark: true }
|
||||||
|
);
|
||||||
|
|
||||||
|
const highContrastHighlightStyle = HighlightStyle.define([
|
||||||
|
{ tag: tags.keyword, color: "#569cd6", fontWeight: "bold" },
|
||||||
|
{
|
||||||
|
tag: [tags.name, tags.deleted, tags.character, tags.propertyName, tags.macroName],
|
||||||
|
color: "#9cdcfe",
|
||||||
|
},
|
||||||
|
{ tag: [tags.function(tags.variableName), tags.labelName], color: "#dcdcaa" },
|
||||||
|
{ tag: [tags.color, tags.constant(tags.name), tags.standard(tags.name)], color: "#4fc1ff" },
|
||||||
|
{ tag: [tags.definition(tags.name), tags.separator], color: "#ffffff" },
|
||||||
|
{
|
||||||
|
tag: [
|
||||||
|
tags.typeName,
|
||||||
|
tags.className,
|
||||||
|
tags.number,
|
||||||
|
tags.changed,
|
||||||
|
tags.annotation,
|
||||||
|
tags.modifier,
|
||||||
|
tags.self,
|
||||||
|
tags.namespace,
|
||||||
|
],
|
||||||
|
color: "#4ec9b0",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
tag: [
|
||||||
|
tags.operator,
|
||||||
|
tags.operatorKeyword,
|
||||||
|
tags.url,
|
||||||
|
tags.escape,
|
||||||
|
tags.regexp,
|
||||||
|
tags.link,
|
||||||
|
tags.special(tags.string),
|
||||||
|
],
|
||||||
|
color: "#d4d4d4",
|
||||||
|
},
|
||||||
|
{ tag: [tags.meta, tags.comment], color: "#6a9955" },
|
||||||
|
{ tag: tags.strong, fontWeight: "bold" },
|
||||||
|
{ tag: tags.emphasis, fontStyle: "italic" },
|
||||||
|
{ tag: tags.strikethrough, textDecoration: "line-through" },
|
||||||
|
{ tag: tags.link, color: "#3794ff", textDecoration: "underline" },
|
||||||
|
{ tag: tags.heading, fontWeight: "bold", color: "#569cd6" },
|
||||||
|
{ tag: [tags.atom, tags.bool, tags.special(tags.variableName)], color: "#569cd6" },
|
||||||
|
{ tag: [tags.processingInstruction, tags.string, tags.inserted], color: "#ce9178" },
|
||||||
|
{ tag: tags.invalid, color: "#f44747" },
|
||||||
|
]);
|
||||||
|
|
||||||
|
function getThemeExtension(theme: string): Extension {
|
||||||
|
switch (theme) {
|
||||||
|
case "light":
|
||||||
|
return [lightTheme, syntaxHighlighting(lightHighlightStyle)];
|
||||||
|
case "high-contrast":
|
||||||
|
return [highContrastTheme, syntaxHighlighting(highContrastHighlightStyle)];
|
||||||
|
case "dark":
|
||||||
|
case "custom":
|
||||||
|
default:
|
||||||
|
return oneDark;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function getLanguageExtension(language: string): Extension {
|
||||||
|
const languageMap: Record<string, () => Extension> = {
|
||||||
|
javascript: () => javascript({ jsx: true, typescript: false }),
|
||||||
|
typescript: () => javascript({ jsx: true, typescript: true }),
|
||||||
|
python: () => python(),
|
||||||
|
rust: () => rust(),
|
||||||
|
html: () => html(),
|
||||||
|
css: () => css(),
|
||||||
|
json: () => json(),
|
||||||
|
markdown: () => markdown(),
|
||||||
|
xml: () => xml(),
|
||||||
|
sql: () => sql(),
|
||||||
|
java: () => java(),
|
||||||
|
c: () => cpp(),
|
||||||
|
cpp: () => cpp(),
|
||||||
|
csharp: () => cpp(),
|
||||||
|
php: () => php(),
|
||||||
|
go: () => go(),
|
||||||
|
yaml: () => yaml(),
|
||||||
|
scss: () => sass(),
|
||||||
|
sass: () => sass(),
|
||||||
|
less: () => less(),
|
||||||
|
vue: () => vue(),
|
||||||
|
angular: () => angular(),
|
||||||
|
wasm: () => wast(),
|
||||||
|
shell: () => StreamLanguage.define(shell),
|
||||||
|
ruby: () => StreamLanguage.define(ruby),
|
||||||
|
swift: () => StreamLanguage.define(swift),
|
||||||
|
lua: () => StreamLanguage.define(lua),
|
||||||
|
r: () => StreamLanguage.define(r),
|
||||||
|
toml: () => StreamLanguage.define(toml),
|
||||||
|
dockerfile: () => StreamLanguage.define(dockerFile),
|
||||||
|
powershell: () => StreamLanguage.define(powerShell),
|
||||||
|
svelte: () => html(),
|
||||||
|
};
|
||||||
|
|
||||||
|
const getExtension = languageMap[language];
|
||||||
|
return getExtension ? getExtension() : [];
|
||||||
|
}
|
||||||
|
|
||||||
|
function createEditor() {
|
||||||
|
if (!editorContainer) return;
|
||||||
|
|
||||||
|
const currentTheme = $config.theme;
|
||||||
|
|
||||||
|
const saveKeymap = keymap.of([
|
||||||
|
{
|
||||||
|
key: "Mod-s",
|
||||||
|
run: () => {
|
||||||
|
editorStore.saveFile(tab.id);
|
||||||
|
return true;
|
||||||
|
},
|
||||||
|
},
|
||||||
|
]);
|
||||||
|
|
||||||
|
const updateListener = EditorView.updateListener.of((update) => {
|
||||||
|
if (update.docChanged) {
|
||||||
|
const content = update.state.doc.toString();
|
||||||
|
editorStore.updateTabContent(tab.id, content);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
const state = EditorState.create({
|
||||||
|
doc: tab.content,
|
||||||
|
extensions: [
|
||||||
|
basicSetup,
|
||||||
|
themeCompartment.of(getThemeExtension(currentTheme)),
|
||||||
|
getLanguageExtension(tab.language),
|
||||||
|
saveKeymap,
|
||||||
|
updateListener,
|
||||||
|
EditorView.theme({
|
||||||
|
"&": {
|
||||||
|
height: "100%",
|
||||||
|
fontSize: "14px",
|
||||||
|
},
|
||||||
|
".cm-scroller": {
|
||||||
|
overflow: "auto",
|
||||||
|
},
|
||||||
|
".cm-content": {
|
||||||
|
fontFamily: "'JetBrains Mono', 'Fira Code', 'Consolas', monospace",
|
||||||
|
},
|
||||||
|
}),
|
||||||
|
],
|
||||||
|
});
|
||||||
|
|
||||||
|
view = new EditorView({
|
||||||
|
state,
|
||||||
|
parent: editorContainer,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
function destroyEditor() {
|
||||||
|
if (view) {
|
||||||
|
view.destroy();
|
||||||
|
view = null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Watch for theme changes and update the editor
|
||||||
|
$: if (view && $config.theme) {
|
||||||
|
view.dispatch({
|
||||||
|
effects: themeCompartment.reconfigure(getThemeExtension($config.theme)),
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
onMount(() => {
|
||||||
|
createEditor();
|
||||||
|
});
|
||||||
|
|
||||||
|
onDestroy(() => {
|
||||||
|
destroyEditor();
|
||||||
|
});
|
||||||
|
|
||||||
|
$: if (view && tab.content !== view.state.doc.toString()) {
|
||||||
|
view.dispatch({
|
||||||
|
changes: {
|
||||||
|
from: 0,
|
||||||
|
to: view.state.doc.length,
|
||||||
|
insert: tab.content,
|
||||||
|
},
|
||||||
|
});
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<!-- svelte-ignore a11y_no_static_element_interactions -->
|
||||||
|
<div class="code-editor" bind:this={editorContainer} oncontextmenu={handleContextMenu}></div>
|
||||||
|
|
||||||
|
{#if contextMenuShow && view}
|
||||||
|
<EditorContextMenu
|
||||||
|
x={contextMenuX}
|
||||||
|
y={contextMenuY}
|
||||||
|
editorView={view}
|
||||||
|
onClose={closeContextMenu}
|
||||||
|
/>
|
||||||
|
{/if}
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.code-editor {
|
||||||
|
flex: 1;
|
||||||
|
overflow: hidden;
|
||||||
|
background-color: var(--bg-terminal);
|
||||||
|
}
|
||||||
|
|
||||||
|
.code-editor :global(.cm-editor) {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.code-editor :global(.cm-focused) {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -0,0 +1,131 @@
|
|||||||
|
<script lang="ts">
|
||||||
|
interface Props {
|
||||||
|
title: string;
|
||||||
|
message: string;
|
||||||
|
confirmText?: string;
|
||||||
|
cancelText?: string;
|
||||||
|
destructive?: boolean;
|
||||||
|
onConfirm: () => void;
|
||||||
|
onCancel: () => void;
|
||||||
|
}
|
||||||
|
|
||||||
|
let {
|
||||||
|
title,
|
||||||
|
message,
|
||||||
|
confirmText = "Confirm",
|
||||||
|
cancelText = "Cancel",
|
||||||
|
destructive = false,
|
||||||
|
onConfirm,
|
||||||
|
onCancel,
|
||||||
|
}: Props = $props();
|
||||||
|
|
||||||
|
function handleKeydown(event: KeyboardEvent) {
|
||||||
|
if (event.key === "Escape") {
|
||||||
|
onCancel();
|
||||||
|
} else if (event.key === "Enter") {
|
||||||
|
onConfirm();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<svelte:window onkeydown={handleKeydown} />
|
||||||
|
|
||||||
|
<!-- svelte-ignore a11y_no_static_element_interactions -->
|
||||||
|
<div class="dialog-overlay" onclick={onCancel}>
|
||||||
|
<!-- svelte-ignore a11y_no_static_element_interactions -->
|
||||||
|
<div class="dialog-content" onclick={(e) => e.stopPropagation()}>
|
||||||
|
<h2 class="dialog-title">{title}</h2>
|
||||||
|
<p class="dialog-message">{message}</p>
|
||||||
|
|
||||||
|
<div class="dialog-actions">
|
||||||
|
<button class="btn-cancel" onclick={onCancel}>
|
||||||
|
{cancelText}
|
||||||
|
</button>
|
||||||
|
<button class="btn-confirm" class:destructive onclick={onConfirm}>
|
||||||
|
{confirmText}
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.dialog-overlay {
|
||||||
|
position: fixed;
|
||||||
|
inset: 0;
|
||||||
|
z-index: 50;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
background-color: rgba(0, 0, 0, 0.5);
|
||||||
|
}
|
||||||
|
|
||||||
|
.dialog-content {
|
||||||
|
margin: 0 1rem;
|
||||||
|
width: 100%;
|
||||||
|
max-width: 28rem;
|
||||||
|
border-radius: 0.5rem;
|
||||||
|
border: 1px solid var(--border-color);
|
||||||
|
background-color: var(--bg-secondary);
|
||||||
|
padding: 1.5rem;
|
||||||
|
box-shadow:
|
||||||
|
0 20px 25px -5px rgba(0, 0, 0, 0.1),
|
||||||
|
0 10px 10px -5px rgba(0, 0, 0, 0.04);
|
||||||
|
}
|
||||||
|
|
||||||
|
.dialog-title {
|
||||||
|
margin-bottom: 0.5rem;
|
||||||
|
font-size: 1.125rem;
|
||||||
|
font-weight: 600;
|
||||||
|
color: var(--text-primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.dialog-message {
|
||||||
|
margin-bottom: 1.5rem;
|
||||||
|
font-size: 0.875rem;
|
||||||
|
color: var(--text-secondary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.dialog-actions {
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
|
gap: 0.75rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-cancel {
|
||||||
|
border-radius: 0.375rem;
|
||||||
|
border: 1px solid var(--border-color);
|
||||||
|
background-color: var(--bg-primary);
|
||||||
|
padding: 0.5rem 1rem;
|
||||||
|
font-size: 0.875rem;
|
||||||
|
color: var(--text-primary);
|
||||||
|
cursor: pointer;
|
||||||
|
transition: background-color 0.15s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-cancel:hover {
|
||||||
|
background-color: var(--bg-secondary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-confirm {
|
||||||
|
border-radius: 0.375rem;
|
||||||
|
border: none;
|
||||||
|
background-color: var(--accent-primary);
|
||||||
|
padding: 0.5rem 1rem;
|
||||||
|
font-size: 0.875rem;
|
||||||
|
color: white;
|
||||||
|
cursor: pointer;
|
||||||
|
transition: background-color 0.15s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-confirm:hover {
|
||||||
|
background-color: var(--accent-secondary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-confirm.destructive {
|
||||||
|
background-color: #dc2626;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-confirm.destructive:hover {
|
||||||
|
background-color: #b91c1c;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -0,0 +1,238 @@
|
|||||||
|
<script lang="ts">
|
||||||
|
import type { EditorView } from "@codemirror/view";
|
||||||
|
|
||||||
|
interface Props {
|
||||||
|
x: number;
|
||||||
|
y: number;
|
||||||
|
editorView: EditorView;
|
||||||
|
onClose: () => void;
|
||||||
|
}
|
||||||
|
|
||||||
|
let { x, y, editorView, onClose }: Props = $props();
|
||||||
|
|
||||||
|
// Menu element reference for measuring
|
||||||
|
let menuElement: HTMLDivElement | undefined = $state();
|
||||||
|
|
||||||
|
// Adjusted position to keep menu within viewport
|
||||||
|
let adjustedX = $derived.by(() => {
|
||||||
|
if (!menuElement) return x;
|
||||||
|
const menuWidth = menuElement.offsetWidth || 180;
|
||||||
|
const maxX = window.innerWidth - menuWidth - 8;
|
||||||
|
return Math.min(x, maxX);
|
||||||
|
});
|
||||||
|
|
||||||
|
let adjustedY = $derived.by(() => {
|
||||||
|
if (!menuElement) return y;
|
||||||
|
const menuHeight = menuElement.offsetHeight || 250;
|
||||||
|
const maxY = window.innerHeight - menuHeight - 8;
|
||||||
|
return Math.min(y, maxY);
|
||||||
|
});
|
||||||
|
|
||||||
|
function handleKeydown(event: KeyboardEvent) {
|
||||||
|
if (event.key === "Escape") {
|
||||||
|
onClose();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function execCommand(command: "cut" | "copy" | "paste" | "selectAll" | "undo" | "redo") {
|
||||||
|
editorView.focus();
|
||||||
|
|
||||||
|
switch (command) {
|
||||||
|
case "cut":
|
||||||
|
document.execCommand("cut");
|
||||||
|
break;
|
||||||
|
case "copy":
|
||||||
|
document.execCommand("copy");
|
||||||
|
break;
|
||||||
|
case "paste":
|
||||||
|
document.execCommand("paste");
|
||||||
|
break;
|
||||||
|
case "selectAll":
|
||||||
|
editorView.dispatch({
|
||||||
|
selection: { anchor: 0, head: editorView.state.doc.length },
|
||||||
|
});
|
||||||
|
break;
|
||||||
|
case "undo":
|
||||||
|
import("@codemirror/commands").then(({ undo }) => {
|
||||||
|
undo(editorView);
|
||||||
|
});
|
||||||
|
break;
|
||||||
|
case "redo":
|
||||||
|
import("@codemirror/commands").then(({ redo }) => {
|
||||||
|
redo(editorView);
|
||||||
|
});
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
onClose();
|
||||||
|
}
|
||||||
|
|
||||||
|
// Check if there's a selection
|
||||||
|
let hasSelection = $derived(
|
||||||
|
editorView.state.selection.main.from !== editorView.state.selection.main.to
|
||||||
|
);
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<svelte:window onkeydown={handleKeydown} />
|
||||||
|
|
||||||
|
<!-- svelte-ignore a11y_no_static_element_interactions a11y_click_events_have_key_events -->
|
||||||
|
<div
|
||||||
|
class="menu-overlay"
|
||||||
|
onclick={onClose}
|
||||||
|
oncontextmenu={(e) => {
|
||||||
|
e.preventDefault();
|
||||||
|
onClose();
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<!-- svelte-ignore a11y_no_static_element_interactions -->
|
||||||
|
<div
|
||||||
|
bind:this={menuElement}
|
||||||
|
class="menu-content"
|
||||||
|
style="left: {adjustedX}px; top: {adjustedY}px;"
|
||||||
|
onclick={(e) => e.stopPropagation()}
|
||||||
|
>
|
||||||
|
<button class="menu-item" onclick={() => execCommand("undo")}>
|
||||||
|
<svg class="menu-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
|
<path
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
stroke-width="2"
|
||||||
|
d="M3 10h10a5 5 0 0 1 5 5v2M3 10l4-4M3 10l4 4"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
|
Undo
|
||||||
|
<span class="shortcut">Ctrl+Z</span>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<button class="menu-item" onclick={() => execCommand("redo")}>
|
||||||
|
<svg class="menu-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
|
<path
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
stroke-width="2"
|
||||||
|
d="M21 10H11a5 5 0 0 0-5 5v2M21 10l-4-4M21 10l-4 4"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
|
Redo
|
||||||
|
<span class="shortcut">Ctrl+Y</span>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<div class="menu-divider"></div>
|
||||||
|
|
||||||
|
<button class="menu-item" onclick={() => execCommand("cut")} disabled={!hasSelection}>
|
||||||
|
<svg class="menu-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
|
<path
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
stroke-width="2"
|
||||||
|
d="M14.121 14.121L19 19m-7-7l7-7m-7 7l-2.879 2.879M12 12L9.121 9.121m0 5.758a3 3 0 1 0-4.243-4.243 3 3 0 0 0 4.243 4.243zm0-5.758a3 3 0 1 0-4.243-4.243 3 3 0 0 0 4.243 4.243z"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
|
Cut
|
||||||
|
<span class="shortcut">Ctrl+X</span>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<button class="menu-item" onclick={() => execCommand("copy")} disabled={!hasSelection}>
|
||||||
|
<svg class="menu-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
|
<path
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
stroke-width="2"
|
||||||
|
d="M8 16H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2m-6 12h8a2 2 0 0 0 2-2v-8a2 2 0 0 0-2-2h-8a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2z"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
|
Copy
|
||||||
|
<span class="shortcut">Ctrl+C</span>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<button class="menu-item" onclick={() => execCommand("paste")}>
|
||||||
|
<svg class="menu-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
|
<path
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
stroke-width="2"
|
||||||
|
d="M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2M9 5a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2M9 5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
|
Paste
|
||||||
|
<span class="shortcut">Ctrl+V</span>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<div class="menu-divider"></div>
|
||||||
|
|
||||||
|
<button class="menu-item" onclick={() => execCommand("selectAll")}>
|
||||||
|
<svg class="menu-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
|
<path
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
stroke-width="2"
|
||||||
|
d="M4 5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5z"
|
||||||
|
/>
|
||||||
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 9h6v6H9z" />
|
||||||
|
</svg>
|
||||||
|
Select All
|
||||||
|
<span class="shortcut">Ctrl+A</span>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.menu-overlay {
|
||||||
|
position: fixed;
|
||||||
|
inset: 0;
|
||||||
|
z-index: 50;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-content {
|
||||||
|
position: absolute;
|
||||||
|
z-index: 50;
|
||||||
|
min-width: 180px;
|
||||||
|
border-radius: 0.375rem;
|
||||||
|
border: 1px solid var(--border-color);
|
||||||
|
background-color: var(--bg-secondary);
|
||||||
|
padding: 0.25rem 0;
|
||||||
|
box-shadow:
|
||||||
|
0 10px 15px -3px rgba(0, 0, 0, 0.1),
|
||||||
|
0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-item {
|
||||||
|
display: flex;
|
||||||
|
width: 100%;
|
||||||
|
align-items: center;
|
||||||
|
gap: 0.5rem;
|
||||||
|
padding: 0.375rem 0.75rem;
|
||||||
|
text-align: left;
|
||||||
|
font-size: 0.875rem;
|
||||||
|
color: var(--text-primary);
|
||||||
|
background: transparent;
|
||||||
|
border: none;
|
||||||
|
cursor: pointer;
|
||||||
|
transition: background-color 0.15s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-item:hover:not(:disabled) {
|
||||||
|
background-color: var(--bg-primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-item:disabled {
|
||||||
|
opacity: 0.5;
|
||||||
|
cursor: not-allowed;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-divider {
|
||||||
|
margin: 0.25rem 0;
|
||||||
|
border-top: 1px solid var(--border-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-icon {
|
||||||
|
width: 1rem;
|
||||||
|
height: 1rem;
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.shortcut {
|
||||||
|
margin-left: auto;
|
||||||
|
font-size: 0.75rem;
|
||||||
|
color: var(--text-secondary);
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -0,0 +1,253 @@
|
|||||||
|
<script lang="ts">
|
||||||
|
import { editorStore } from "$lib/stores/editor";
|
||||||
|
import FileBrowser from "./FileBrowser.svelte";
|
||||||
|
import EditorTabs from "./EditorTabs.svelte";
|
||||||
|
import CodeEditor from "./CodeEditor.svelte";
|
||||||
|
|
||||||
|
const isFileBrowserOpen = editorStore.isFileBrowserOpen;
|
||||||
|
const activeTab = editorStore.activeTab;
|
||||||
|
const saveError = editorStore.saveError;
|
||||||
|
|
||||||
|
function toggleFileBrowser() {
|
||||||
|
editorStore.toggleFileBrowser();
|
||||||
|
}
|
||||||
|
|
||||||
|
async function handleSave() {
|
||||||
|
try {
|
||||||
|
await editorStore.saveFile();
|
||||||
|
} catch {
|
||||||
|
// Error is already set in the store
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<div class="editor-panel">
|
||||||
|
<div class="toolbar">
|
||||||
|
<button
|
||||||
|
class="toolbar-button"
|
||||||
|
class:active={$isFileBrowserOpen}
|
||||||
|
on:click={toggleFileBrowser}
|
||||||
|
title="Toggle file browser (Ctrl+B)"
|
||||||
|
>
|
||||||
|
<svg
|
||||||
|
width="16"
|
||||||
|
height="16"
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
fill="none"
|
||||||
|
stroke="currentColor"
|
||||||
|
stroke-width="2"
|
||||||
|
>
|
||||||
|
<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z" />
|
||||||
|
</svg>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<div class="toolbar-spacer"></div>
|
||||||
|
|
||||||
|
{#if $activeTab}
|
||||||
|
<button class="toolbar-button" on:click={handleSave} title="Save (Ctrl+S)">
|
||||||
|
<svg
|
||||||
|
width="16"
|
||||||
|
height="16"
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
fill="none"
|
||||||
|
stroke="currentColor"
|
||||||
|
stroke-width="2"
|
||||||
|
>
|
||||||
|
<path d="M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z" />
|
||||||
|
<polyline points="17 21 17 13 7 13 7 21" />
|
||||||
|
<polyline points="7 3 7 8 15 8" />
|
||||||
|
</svg>
|
||||||
|
</button>
|
||||||
|
{/if}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{#if $saveError}
|
||||||
|
<div class="error-banner">
|
||||||
|
<span>{$saveError}</span>
|
||||||
|
<button
|
||||||
|
class="dismiss-button"
|
||||||
|
on:click={() => {}}
|
||||||
|
title="Dismiss error"
|
||||||
|
aria-label="Dismiss error"
|
||||||
|
>
|
||||||
|
<svg
|
||||||
|
width="14"
|
||||||
|
height="14"
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
fill="none"
|
||||||
|
stroke="currentColor"
|
||||||
|
stroke-width="2"
|
||||||
|
>
|
||||||
|
<path d="M18 6L6 18M6 6l12 12" />
|
||||||
|
</svg>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
|
|
||||||
|
<div class="editor-content">
|
||||||
|
{#if $isFileBrowserOpen}
|
||||||
|
<div class="file-browser-container">
|
||||||
|
<FileBrowser />
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
|
|
||||||
|
<div class="editor-main">
|
||||||
|
<EditorTabs />
|
||||||
|
|
||||||
|
<div class="editor-area">
|
||||||
|
{#if $activeTab}
|
||||||
|
{#key $activeTab.id}
|
||||||
|
<CodeEditor tab={$activeTab} />
|
||||||
|
{/key}
|
||||||
|
{:else}
|
||||||
|
<div class="no-file">
|
||||||
|
<div class="no-file-content">
|
||||||
|
<svg
|
||||||
|
width="48"
|
||||||
|
height="48"
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
fill="none"
|
||||||
|
stroke="currentColor"
|
||||||
|
stroke-width="1"
|
||||||
|
>
|
||||||
|
<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" />
|
||||||
|
<polyline points="14 2 14 8 20 8" />
|
||||||
|
</svg>
|
||||||
|
<p>Select a file to edit</p>
|
||||||
|
<p class="hint">Use the file browser on the left or press Ctrl+B to toggle it</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.editor-panel {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
height: 100%;
|
||||||
|
background-color: var(--bg-primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.toolbar {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 4px;
|
||||||
|
padding: 4px 8px;
|
||||||
|
background-color: var(--bg-secondary);
|
||||||
|
border-bottom: 1px solid var(--border-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.toolbar-button {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
padding: 6px;
|
||||||
|
background: transparent;
|
||||||
|
border: none;
|
||||||
|
color: var(--text-secondary);
|
||||||
|
cursor: pointer;
|
||||||
|
border-radius: 4px;
|
||||||
|
transition: all 0.15s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.toolbar-button:hover {
|
||||||
|
background-color: var(--bg-primary);
|
||||||
|
color: var(--text-primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.toolbar-button.active {
|
||||||
|
background-color: var(--bg-primary);
|
||||||
|
color: var(--accent-primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.toolbar-spacer {
|
||||||
|
flex: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.error-banner {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
padding: 8px 12px;
|
||||||
|
background-color: #ff000022;
|
||||||
|
border-bottom: 1px solid #ff0000;
|
||||||
|
color: #ff6b6b;
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dismiss-button {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
padding: 4px;
|
||||||
|
background: transparent;
|
||||||
|
border: none;
|
||||||
|
color: #ff6b6b;
|
||||||
|
cursor: pointer;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dismiss-button:hover {
|
||||||
|
background-color: #ff000033;
|
||||||
|
}
|
||||||
|
|
||||||
|
.editor-content {
|
||||||
|
display: flex;
|
||||||
|
flex: 1;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.file-browser-container {
|
||||||
|
width: 250px;
|
||||||
|
min-width: 150px;
|
||||||
|
max-width: 400px;
|
||||||
|
flex-shrink: 0;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.editor-main {
|
||||||
|
flex: 1;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.editor-area {
|
||||||
|
flex: 1;
|
||||||
|
overflow: hidden;
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
.no-file {
|
||||||
|
flex: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
background-color: var(--bg-terminal);
|
||||||
|
}
|
||||||
|
|
||||||
|
.no-file-content {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
gap: 12px;
|
||||||
|
color: var(--text-secondary);
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.no-file-content svg {
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
|
|
||||||
|
.no-file-content p {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.no-file-content .hint {
|
||||||
|
font-size: 12px;
|
||||||
|
opacity: 0.7;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -0,0 +1,170 @@
|
|||||||
|
<script lang="ts">
|
||||||
|
import { editorStore } from "$lib/stores/editor";
|
||||||
|
|
||||||
|
const tabs = editorStore.tabs;
|
||||||
|
const activeTabId = editorStore.activeTabId;
|
||||||
|
|
||||||
|
function handleTabClick(tabId: string) {
|
||||||
|
editorStore.setActiveTab(tabId);
|
||||||
|
}
|
||||||
|
|
||||||
|
function handleCloseTab(event: MouseEvent, tabId: string) {
|
||||||
|
event.stopPropagation();
|
||||||
|
editorStore.closeTab(tabId);
|
||||||
|
}
|
||||||
|
|
||||||
|
function handleKeydown(event: KeyboardEvent, tabId: string) {
|
||||||
|
if (event.key === "Enter" || event.key === " ") {
|
||||||
|
event.preventDefault();
|
||||||
|
editorStore.setActiveTab(tabId);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function handleCloseKeydown(event: KeyboardEvent, tabId: string) {
|
||||||
|
if (event.key === "Enter" || event.key === " ") {
|
||||||
|
event.preventDefault();
|
||||||
|
event.stopPropagation();
|
||||||
|
editorStore.closeTab(tabId);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<div class="editor-tabs">
|
||||||
|
{#if $tabs.length === 0}
|
||||||
|
<div class="no-tabs">No files open</div>
|
||||||
|
{:else}
|
||||||
|
<div class="tabs-container" role="tablist">
|
||||||
|
{#each $tabs as tab (tab.id)}
|
||||||
|
<div
|
||||||
|
class="tab"
|
||||||
|
class:active={tab.id === $activeTabId}
|
||||||
|
class:dirty={tab.isDirty}
|
||||||
|
role="tab"
|
||||||
|
tabindex="0"
|
||||||
|
aria-selected={tab.id === $activeTabId}
|
||||||
|
on:click={() => handleTabClick(tab.id)}
|
||||||
|
on:keydown={(e) => handleKeydown(e, tab.id)}
|
||||||
|
title={tab.filePath}
|
||||||
|
>
|
||||||
|
<span class="tab-name">
|
||||||
|
{tab.fileName}
|
||||||
|
{#if tab.isDirty}
|
||||||
|
<span class="dirty-indicator">*</span>
|
||||||
|
{/if}
|
||||||
|
</span>
|
||||||
|
<button
|
||||||
|
class="close-button"
|
||||||
|
on:click={(e) => handleCloseTab(e, tab.id)}
|
||||||
|
on:keydown={(e) => handleCloseKeydown(e, tab.id)}
|
||||||
|
title="Close tab"
|
||||||
|
aria-label="Close {tab.fileName}"
|
||||||
|
>
|
||||||
|
<svg
|
||||||
|
width="12"
|
||||||
|
height="12"
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
fill="none"
|
||||||
|
stroke="currentColor"
|
||||||
|
stroke-width="2"
|
||||||
|
>
|
||||||
|
<path d="M18 6L6 18M6 6l12 12" />
|
||||||
|
</svg>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
{/each}
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.editor-tabs {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
background-color: var(--bg-secondary);
|
||||||
|
border-bottom: 1px solid var(--border-color);
|
||||||
|
min-height: 36px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.no-tabs {
|
||||||
|
padding: 8px 12px;
|
||||||
|
color: var(--text-secondary);
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tabs-container {
|
||||||
|
display: flex;
|
||||||
|
overflow-x: auto;
|
||||||
|
scrollbar-width: thin;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tab {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 8px;
|
||||||
|
padding: 8px 12px;
|
||||||
|
background: transparent;
|
||||||
|
border: none;
|
||||||
|
border-right: 1px solid var(--border-color);
|
||||||
|
color: var(--text-secondary);
|
||||||
|
font-size: 13px;
|
||||||
|
cursor: pointer;
|
||||||
|
white-space: nowrap;
|
||||||
|
transition: all 0.15s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tab:hover {
|
||||||
|
background-color: var(--bg-primary);
|
||||||
|
color: var(--text-primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.tab:focus {
|
||||||
|
outline: 1px solid var(--accent-primary);
|
||||||
|
outline-offset: -1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tab.active {
|
||||||
|
background-color: var(--bg-terminal);
|
||||||
|
color: var(--text-primary);
|
||||||
|
border-bottom: 2px solid var(--accent-primary);
|
||||||
|
margin-bottom: -1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tab-name {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dirty-indicator {
|
||||||
|
color: var(--accent-primary);
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.close-button {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
padding: 2px;
|
||||||
|
background: transparent;
|
||||||
|
border: none;
|
||||||
|
color: var(--text-secondary);
|
||||||
|
cursor: pointer;
|
||||||
|
border-radius: 4px;
|
||||||
|
opacity: 0;
|
||||||
|
transition: all 0.15s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tab:hover .close-button,
|
||||||
|
.tab.active .close-button {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.close-button:hover {
|
||||||
|
background-color: var(--bg-secondary);
|
||||||
|
color: var(--text-primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.tab.dirty .close-button {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -0,0 +1,358 @@
|
|||||||
|
<script lang="ts">
|
||||||
|
import { onMount, onDestroy } from "svelte";
|
||||||
|
import { editorStore } from "$lib/stores/editor";
|
||||||
|
import FileTreeItem from "./FileTreeItem.svelte";
|
||||||
|
import FileContextMenu from "./FileContextMenu.svelte";
|
||||||
|
import InputDialog from "./InputDialog.svelte";
|
||||||
|
import ConfirmDialog from "./ConfirmDialog.svelte";
|
||||||
|
import type { FileEntry } from "$lib/types/editor";
|
||||||
|
|
||||||
|
const fileTree = editorStore.fileTree;
|
||||||
|
const isLoadingTree = editorStore.isLoadingTree;
|
||||||
|
const currentDirectory = editorStore.currentDirectory;
|
||||||
|
|
||||||
|
// Listen for Ctrl+N keyboard shortcut from +page.svelte
|
||||||
|
function handleNewFileEvent() {
|
||||||
|
handleNewFile();
|
||||||
|
}
|
||||||
|
|
||||||
|
onMount(() => {
|
||||||
|
window.addEventListener("editor-new-file", handleNewFileEvent);
|
||||||
|
});
|
||||||
|
|
||||||
|
onDestroy(() => {
|
||||||
|
window.removeEventListener("editor-new-file", handleNewFileEvent);
|
||||||
|
});
|
||||||
|
|
||||||
|
// Context menu state
|
||||||
|
let contextMenu = $state<{
|
||||||
|
show: boolean;
|
||||||
|
x: number;
|
||||||
|
y: number;
|
||||||
|
targetEntry: FileEntry | null;
|
||||||
|
}>({
|
||||||
|
show: false,
|
||||||
|
x: 0,
|
||||||
|
y: 0,
|
||||||
|
targetEntry: null,
|
||||||
|
});
|
||||||
|
|
||||||
|
// Dialog state
|
||||||
|
let dialog = $state<{
|
||||||
|
type: "newFile" | "newFolder" | "delete" | "rename" | null;
|
||||||
|
parentPath: string;
|
||||||
|
targetEntry: FileEntry | null;
|
||||||
|
}>({
|
||||||
|
type: null,
|
||||||
|
parentPath: "",
|
||||||
|
targetEntry: null,
|
||||||
|
});
|
||||||
|
|
||||||
|
function handleRefresh() {
|
||||||
|
const dir = $currentDirectory;
|
||||||
|
if (dir) {
|
||||||
|
editorStore.initializeFileTree(dir);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function handleContextMenu(event: MouseEvent, entry: FileEntry | null = null) {
|
||||||
|
event.preventDefault();
|
||||||
|
contextMenu = {
|
||||||
|
show: true,
|
||||||
|
x: event.clientX,
|
||||||
|
y: event.clientY,
|
||||||
|
targetEntry: entry,
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
function closeContextMenu() {
|
||||||
|
contextMenu = { show: false, x: 0, y: 0, targetEntry: null };
|
||||||
|
}
|
||||||
|
|
||||||
|
function openNewFileDialog(parentPath: string) {
|
||||||
|
dialog = { type: "newFile", parentPath, targetEntry: null };
|
||||||
|
}
|
||||||
|
|
||||||
|
function openNewFolderDialog(parentPath: string) {
|
||||||
|
dialog = { type: "newFolder", parentPath, targetEntry: null };
|
||||||
|
}
|
||||||
|
|
||||||
|
function openDeleteDialog(entry: FileEntry) {
|
||||||
|
dialog = { type: "delete", parentPath: "", targetEntry: entry };
|
||||||
|
}
|
||||||
|
|
||||||
|
function openRenameDialog(entry: FileEntry) {
|
||||||
|
dialog = { type: "rename", parentPath: "", targetEntry: entry };
|
||||||
|
}
|
||||||
|
|
||||||
|
function closeDialog() {
|
||||||
|
dialog = { type: null, parentPath: "", targetEntry: null };
|
||||||
|
}
|
||||||
|
|
||||||
|
async function handleCreateFile(fileName: string) {
|
||||||
|
await editorStore.createFile(dialog.parentPath, fileName);
|
||||||
|
closeDialog();
|
||||||
|
}
|
||||||
|
|
||||||
|
async function handleCreateFolder(folderName: string) {
|
||||||
|
await editorStore.createDirectory(dialog.parentPath, folderName);
|
||||||
|
closeDialog();
|
||||||
|
}
|
||||||
|
|
||||||
|
async function handleDelete() {
|
||||||
|
if (!dialog.targetEntry) return;
|
||||||
|
|
||||||
|
if (dialog.targetEntry.isDirectory) {
|
||||||
|
await editorStore.deleteDirectory(dialog.targetEntry.path);
|
||||||
|
} else {
|
||||||
|
await editorStore.deleteFile(dialog.targetEntry.path);
|
||||||
|
}
|
||||||
|
closeDialog();
|
||||||
|
}
|
||||||
|
|
||||||
|
async function handleRename(newName: string) {
|
||||||
|
if (!dialog.targetEntry) return;
|
||||||
|
await editorStore.renamePath(dialog.targetEntry.path, newName);
|
||||||
|
closeDialog();
|
||||||
|
}
|
||||||
|
|
||||||
|
function handleNewFile() {
|
||||||
|
openNewFileDialog($currentDirectory);
|
||||||
|
}
|
||||||
|
|
||||||
|
function handleNewFolder() {
|
||||||
|
openNewFolderDialog($currentDirectory);
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<!-- svelte-ignore a11y_no_static_element_interactions -->
|
||||||
|
<div class="file-browser" oncontextmenu={(e) => handleContextMenu(e, null)}>
|
||||||
|
<div class="header">
|
||||||
|
<span class="title">Files</span>
|
||||||
|
<div class="header-buttons">
|
||||||
|
<button class="header-button" onclick={handleNewFile} title="New File (Ctrl+N)">
|
||||||
|
<svg
|
||||||
|
width="14"
|
||||||
|
height="14"
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
fill="none"
|
||||||
|
stroke="currentColor"
|
||||||
|
stroke-width="2"
|
||||||
|
>
|
||||||
|
<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" />
|
||||||
|
<path d="M14 2v6h6" />
|
||||||
|
<path d="M12 18v-6" />
|
||||||
|
<path d="M9 15h6" />
|
||||||
|
</svg>
|
||||||
|
</button>
|
||||||
|
<button class="header-button" onclick={handleNewFolder} title="New Folder">
|
||||||
|
<svg
|
||||||
|
width="14"
|
||||||
|
height="14"
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
fill="none"
|
||||||
|
stroke="currentColor"
|
||||||
|
stroke-width="2"
|
||||||
|
>
|
||||||
|
<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z" />
|
||||||
|
<path d="M12 11v6" />
|
||||||
|
<path d="M9 14h6" />
|
||||||
|
</svg>
|
||||||
|
</button>
|
||||||
|
<button class="header-button" onclick={handleRefresh} title="Refresh file tree">
|
||||||
|
<svg
|
||||||
|
width="14"
|
||||||
|
height="14"
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
fill="none"
|
||||||
|
stroke="currentColor"
|
||||||
|
stroke-width="2"
|
||||||
|
>
|
||||||
|
<path d="M23 4v6h-6" />
|
||||||
|
<path d="M1 20v-6h6" />
|
||||||
|
<path d="M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15" />
|
||||||
|
</svg>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="tree-container">
|
||||||
|
{#if $isLoadingTree}
|
||||||
|
<div class="loading">
|
||||||
|
<svg
|
||||||
|
class="spinner"
|
||||||
|
width="20"
|
||||||
|
height="20"
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
fill="none"
|
||||||
|
stroke="currentColor"
|
||||||
|
stroke-width="2"
|
||||||
|
>
|
||||||
|
<circle cx="12" cy="12" r="10" stroke-dasharray="32" stroke-dashoffset="32">
|
||||||
|
<animate
|
||||||
|
attributeName="stroke-dashoffset"
|
||||||
|
dur="1s"
|
||||||
|
values="32;0"
|
||||||
|
repeatCount="indefinite"
|
||||||
|
/>
|
||||||
|
</circle>
|
||||||
|
</svg>
|
||||||
|
<span>Loading...</span>
|
||||||
|
</div>
|
||||||
|
{:else if $fileTree.length === 0}
|
||||||
|
<div class="empty">
|
||||||
|
<span>No files found</span>
|
||||||
|
</div>
|
||||||
|
{:else}
|
||||||
|
<div class="tree">
|
||||||
|
{#each $fileTree as entry (entry.path)}
|
||||||
|
<FileTreeItem {entry} onContextMenu={handleContextMenu} />
|
||||||
|
{/each}
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{#if contextMenu.show}
|
||||||
|
<FileContextMenu
|
||||||
|
x={contextMenu.x}
|
||||||
|
y={contextMenu.y}
|
||||||
|
targetEntry={contextMenu.targetEntry}
|
||||||
|
currentDirectory={$currentDirectory}
|
||||||
|
onNewFile={openNewFileDialog}
|
||||||
|
onNewFolder={openNewFolderDialog}
|
||||||
|
onRename={openRenameDialog}
|
||||||
|
onDelete={openDeleteDialog}
|
||||||
|
onClose={closeContextMenu}
|
||||||
|
/>
|
||||||
|
{/if}
|
||||||
|
|
||||||
|
{#if dialog.type === "newFile"}
|
||||||
|
<InputDialog
|
||||||
|
title="New File"
|
||||||
|
placeholder="Enter file name..."
|
||||||
|
confirmText="Create"
|
||||||
|
onConfirm={handleCreateFile}
|
||||||
|
onCancel={closeDialog}
|
||||||
|
/>
|
||||||
|
{/if}
|
||||||
|
|
||||||
|
{#if dialog.type === "newFolder"}
|
||||||
|
<InputDialog
|
||||||
|
title="New Folder"
|
||||||
|
placeholder="Enter folder name..."
|
||||||
|
confirmText="Create"
|
||||||
|
onConfirm={handleCreateFolder}
|
||||||
|
onCancel={closeDialog}
|
||||||
|
/>
|
||||||
|
{/if}
|
||||||
|
|
||||||
|
{#if dialog.type === "delete" && dialog.targetEntry}
|
||||||
|
<ConfirmDialog
|
||||||
|
title="Delete {dialog.targetEntry.isDirectory ? 'Folder' : 'File'}"
|
||||||
|
message="Are you sure you want to delete '{dialog.targetEntry.name}'? {dialog.targetEntry
|
||||||
|
.isDirectory
|
||||||
|
? 'This will also delete all files and folders inside it.'
|
||||||
|
: 'This action cannot be undone.'}"
|
||||||
|
confirmText="Delete"
|
||||||
|
destructive={true}
|
||||||
|
onConfirm={handleDelete}
|
||||||
|
onCancel={closeDialog}
|
||||||
|
/>
|
||||||
|
{/if}
|
||||||
|
|
||||||
|
{#if dialog.type === "rename" && dialog.targetEntry}
|
||||||
|
<InputDialog
|
||||||
|
title="Rename {dialog.targetEntry.isDirectory ? 'Folder' : 'File'}"
|
||||||
|
placeholder="Enter new name..."
|
||||||
|
confirmText="Rename"
|
||||||
|
initialValue={dialog.targetEntry.name}
|
||||||
|
onConfirm={handleRename}
|
||||||
|
onCancel={closeDialog}
|
||||||
|
/>
|
||||||
|
{/if}
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.file-browser {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
height: 100%;
|
||||||
|
background-color: var(--bg-primary);
|
||||||
|
border-right: 1px solid var(--border-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.header {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
padding: 8px 12px;
|
||||||
|
border-bottom: 1px solid var(--border-color);
|
||||||
|
background-color: var(--bg-secondary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.title {
|
||||||
|
font-size: 12px;
|
||||||
|
font-weight: 600;
|
||||||
|
text-transform: uppercase;
|
||||||
|
color: var(--text-secondary);
|
||||||
|
letter-spacing: 0.5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.header-buttons {
|
||||||
|
display: flex;
|
||||||
|
gap: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.header-button {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
padding: 4px;
|
||||||
|
background: transparent;
|
||||||
|
border: none;
|
||||||
|
color: var(--text-secondary);
|
||||||
|
cursor: pointer;
|
||||||
|
border-radius: 4px;
|
||||||
|
transition: all 0.15s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.header-button:hover {
|
||||||
|
background-color: var(--bg-primary);
|
||||||
|
color: var(--text-primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.tree-container {
|
||||||
|
flex: 1;
|
||||||
|
overflow-y: auto;
|
||||||
|
padding: 4px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tree {
|
||||||
|
min-width: max-content;
|
||||||
|
}
|
||||||
|
|
||||||
|
.loading,
|
||||||
|
.empty {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
gap: 8px;
|
||||||
|
padding: 24px;
|
||||||
|
color: var(--text-secondary);
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.spinner {
|
||||||
|
animation: spin 1s linear infinite;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes spin {
|
||||||
|
from {
|
||||||
|
transform: rotate(0deg);
|
||||||
|
}
|
||||||
|
to {
|
||||||
|
transform: rotate(360deg);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -0,0 +1,203 @@
|
|||||||
|
<script lang="ts">
|
||||||
|
import type { FileEntry } from "$lib/types/editor";
|
||||||
|
|
||||||
|
interface Props {
|
||||||
|
x: number;
|
||||||
|
y: number;
|
||||||
|
targetEntry: FileEntry | null;
|
||||||
|
currentDirectory: string;
|
||||||
|
onNewFile: (parentPath: string) => void;
|
||||||
|
onNewFolder: (parentPath: string) => void;
|
||||||
|
onRename: (entry: FileEntry) => void;
|
||||||
|
onDelete: (entry: FileEntry) => void;
|
||||||
|
onClose: () => void;
|
||||||
|
}
|
||||||
|
|
||||||
|
let {
|
||||||
|
x,
|
||||||
|
y,
|
||||||
|
targetEntry,
|
||||||
|
currentDirectory,
|
||||||
|
onNewFile,
|
||||||
|
onNewFolder,
|
||||||
|
onRename,
|
||||||
|
onDelete,
|
||||||
|
onClose,
|
||||||
|
}: Props = $props();
|
||||||
|
|
||||||
|
function handleNewFile() {
|
||||||
|
const parentPath = targetEntry?.isDirectory ? targetEntry.path : currentDirectory;
|
||||||
|
onNewFile(parentPath);
|
||||||
|
onClose();
|
||||||
|
}
|
||||||
|
|
||||||
|
function handleNewFolder() {
|
||||||
|
const parentPath = targetEntry?.isDirectory ? targetEntry.path : currentDirectory;
|
||||||
|
onNewFolder(parentPath);
|
||||||
|
onClose();
|
||||||
|
}
|
||||||
|
|
||||||
|
function handleRename() {
|
||||||
|
if (targetEntry) {
|
||||||
|
onRename(targetEntry);
|
||||||
|
onClose();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function handleDelete() {
|
||||||
|
if (targetEntry) {
|
||||||
|
onDelete(targetEntry);
|
||||||
|
onClose();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function handleKeydown(event: KeyboardEvent) {
|
||||||
|
if (event.key === "Escape") {
|
||||||
|
onClose();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Menu element reference for measuring
|
||||||
|
let menuElement: HTMLDivElement | undefined = $state();
|
||||||
|
|
||||||
|
// Adjusted position to keep menu within viewport
|
||||||
|
let adjustedX = $derived.by(() => {
|
||||||
|
if (!menuElement) return x;
|
||||||
|
const menuWidth = menuElement.offsetWidth || 160;
|
||||||
|
const maxX = window.innerWidth - menuWidth - 8;
|
||||||
|
return Math.min(x, maxX);
|
||||||
|
});
|
||||||
|
|
||||||
|
let adjustedY = $derived.by(() => {
|
||||||
|
if (!menuElement) return y;
|
||||||
|
const menuHeight = menuElement.offsetHeight || 200;
|
||||||
|
const maxY = window.innerHeight - menuHeight - 8;
|
||||||
|
return Math.min(y, maxY);
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<svelte:window onkeydown={handleKeydown} />
|
||||||
|
|
||||||
|
<!-- svelte-ignore a11y_no_static_element_interactions -->
|
||||||
|
<div
|
||||||
|
class="menu-overlay"
|
||||||
|
onclick={onClose}
|
||||||
|
oncontextmenu={(e) => {
|
||||||
|
e.preventDefault();
|
||||||
|
onClose();
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<!-- svelte-ignore a11y_no_static_element_interactions -->
|
||||||
|
<div
|
||||||
|
bind:this={menuElement}
|
||||||
|
class="menu-content"
|
||||||
|
style="left: {adjustedX}px; top: {adjustedY}px;"
|
||||||
|
onclick={(e) => e.stopPropagation()}
|
||||||
|
>
|
||||||
|
<button class="menu-item" onclick={handleNewFile}>
|
||||||
|
<svg class="menu-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
|
<path
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
stroke-width="2"
|
||||||
|
d="M9 13h6m-3-3v6m5 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
|
New File
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<button class="menu-item" onclick={handleNewFolder}>
|
||||||
|
<svg class="menu-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
|
<path
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
stroke-width="2"
|
||||||
|
d="M9 13h6m-3-3v6m-9 1V7a2 2 0 012-2h6l2 2h6a2 2 0 012 2v8a2 2 0 01-2 2H5a2 2 0 01-2-2z"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
|
New Folder
|
||||||
|
</button>
|
||||||
|
|
||||||
|
{#if targetEntry}
|
||||||
|
<div class="menu-divider"></div>
|
||||||
|
|
||||||
|
<button class="menu-item" onclick={handleRename}>
|
||||||
|
<svg class="menu-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
|
<path
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
stroke-width="2"
|
||||||
|
d="M11 5H6a2 2 0 00-2 2v11a2 2 0 002 2h11a2 2 0 002-2v-5m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
|
Rename
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<button class="menu-item destructive" onclick={handleDelete}>
|
||||||
|
<svg class="menu-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
|
<path
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
stroke-width="2"
|
||||||
|
d="M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
|
Delete {targetEntry.isDirectory ? "Folder" : "File"}
|
||||||
|
</button>
|
||||||
|
{/if}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.menu-overlay {
|
||||||
|
position: fixed;
|
||||||
|
inset: 0;
|
||||||
|
z-index: 50;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-content {
|
||||||
|
position: absolute;
|
||||||
|
z-index: 50;
|
||||||
|
min-width: 160px;
|
||||||
|
border-radius: 0.375rem;
|
||||||
|
border: 1px solid var(--border-color);
|
||||||
|
background-color: var(--bg-secondary);
|
||||||
|
padding: 0.25rem 0;
|
||||||
|
box-shadow:
|
||||||
|
0 10px 15px -3px rgba(0, 0, 0, 0.1),
|
||||||
|
0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-item {
|
||||||
|
display: flex;
|
||||||
|
width: 100%;
|
||||||
|
align-items: center;
|
||||||
|
gap: 0.5rem;
|
||||||
|
padding: 0.375rem 0.75rem;
|
||||||
|
text-align: left;
|
||||||
|
font-size: 0.875rem;
|
||||||
|
color: var(--text-primary);
|
||||||
|
background: transparent;
|
||||||
|
border: none;
|
||||||
|
cursor: pointer;
|
||||||
|
transition: background-color 0.15s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-item:hover {
|
||||||
|
background-color: var(--bg-primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-item.destructive {
|
||||||
|
color: #ef4444;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-divider {
|
||||||
|
margin: 0.25rem 0;
|
||||||
|
border-top: 1px solid var(--border-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-icon {
|
||||||
|
width: 1rem;
|
||||||
|
height: 1rem;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -0,0 +1,208 @@
|
|||||||
|
<script lang="ts">
|
||||||
|
import type { FileEntry } from "$lib/types/editor";
|
||||||
|
import { editorStore } from "$lib/stores/editor";
|
||||||
|
import Self from "./FileTreeItem.svelte";
|
||||||
|
|
||||||
|
interface Props {
|
||||||
|
entry: FileEntry;
|
||||||
|
depth?: number;
|
||||||
|
onContextMenu?: (event: MouseEvent, entry: FileEntry) => void;
|
||||||
|
}
|
||||||
|
|
||||||
|
let { entry, depth = 0, onContextMenu }: Props = $props();
|
||||||
|
|
||||||
|
function handleClick() {
|
||||||
|
if (entry.isDirectory) {
|
||||||
|
editorStore.toggleDirectory(entry);
|
||||||
|
} else {
|
||||||
|
editorStore.openFile(entry.path);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function handleKeydown(event: KeyboardEvent) {
|
||||||
|
if (event.key === "Enter" || event.key === " ") {
|
||||||
|
event.preventDefault();
|
||||||
|
handleClick();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function handleContextMenu(event: MouseEvent) {
|
||||||
|
event.preventDefault();
|
||||||
|
event.stopPropagation();
|
||||||
|
onContextMenu?.(event, entry);
|
||||||
|
}
|
||||||
|
|
||||||
|
const isExpanded = $derived(entry.isExpanded ?? false);
|
||||||
|
const isLoading = $derived(entry.isLoading ?? false);
|
||||||
|
const children = $derived(entry.children ?? []);
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<div class="file-tree-item">
|
||||||
|
<button
|
||||||
|
class="item-row"
|
||||||
|
class:directory={entry.isDirectory}
|
||||||
|
class:file={!entry.isDirectory}
|
||||||
|
style="padding-left: {depth * 16 + 8}px"
|
||||||
|
onclick={handleClick}
|
||||||
|
onkeydown={handleKeydown}
|
||||||
|
oncontextmenu={handleContextMenu}
|
||||||
|
title={entry.path}
|
||||||
|
>
|
||||||
|
{#if entry.isDirectory}
|
||||||
|
<span class="icon">
|
||||||
|
{#if isLoading}
|
||||||
|
<svg
|
||||||
|
class="spinner"
|
||||||
|
width="14"
|
||||||
|
height="14"
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
fill="none"
|
||||||
|
stroke="currentColor"
|
||||||
|
stroke-width="2"
|
||||||
|
>
|
||||||
|
<circle cx="12" cy="12" r="10" stroke-dasharray="32" stroke-dashoffset="32">
|
||||||
|
<animate
|
||||||
|
attributeName="stroke-dashoffset"
|
||||||
|
dur="1s"
|
||||||
|
values="32;0"
|
||||||
|
repeatCount="indefinite"
|
||||||
|
/>
|
||||||
|
</circle>
|
||||||
|
</svg>
|
||||||
|
{:else if isExpanded}
|
||||||
|
<svg
|
||||||
|
width="14"
|
||||||
|
height="14"
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
fill="none"
|
||||||
|
stroke="currentColor"
|
||||||
|
stroke-width="2"
|
||||||
|
>
|
||||||
|
<path d="M6 9l6 6 6-6" />
|
||||||
|
</svg>
|
||||||
|
{:else}
|
||||||
|
<svg
|
||||||
|
width="14"
|
||||||
|
height="14"
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
fill="none"
|
||||||
|
stroke="currentColor"
|
||||||
|
stroke-width="2"
|
||||||
|
>
|
||||||
|
<path d="M9 6l6 6-6 6" />
|
||||||
|
</svg>
|
||||||
|
{/if}
|
||||||
|
</span>
|
||||||
|
<span class="folder-icon">
|
||||||
|
<svg width="14" height="14" viewBox="0 0 24 24" fill="currentColor">
|
||||||
|
<path
|
||||||
|
d="M10 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2z"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
|
</span>
|
||||||
|
{:else}
|
||||||
|
<span class="icon spacer"></span>
|
||||||
|
<span class="file-icon">
|
||||||
|
<svg
|
||||||
|
width="14"
|
||||||
|
height="14"
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
fill="none"
|
||||||
|
stroke="currentColor"
|
||||||
|
stroke-width="2"
|
||||||
|
>
|
||||||
|
<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" />
|
||||||
|
<polyline points="14 2 14 8 20 8" />
|
||||||
|
</svg>
|
||||||
|
</span>
|
||||||
|
{/if}
|
||||||
|
<span class="name">{entry.name}</span>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
{#if entry.isDirectory && isExpanded && children.length > 0}
|
||||||
|
<div class="children">
|
||||||
|
{#each children as child (child.path)}
|
||||||
|
<Self entry={child} depth={depth + 1} {onContextMenu} />
|
||||||
|
{/each}
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.file-tree-item {
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.item-row {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 4px;
|
||||||
|
width: 100%;
|
||||||
|
padding: 4px 8px;
|
||||||
|
background: transparent;
|
||||||
|
border: none;
|
||||||
|
color: var(--text-primary);
|
||||||
|
font-size: 13px;
|
||||||
|
cursor: pointer;
|
||||||
|
text-align: left;
|
||||||
|
border-radius: 4px;
|
||||||
|
transition: background-color 0.15s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.item-row:hover {
|
||||||
|
background-color: var(--bg-secondary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.item-row:focus {
|
||||||
|
outline: 1px solid var(--accent-primary);
|
||||||
|
outline-offset: -1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon {
|
||||||
|
flex-shrink: 0;
|
||||||
|
width: 14px;
|
||||||
|
height: 14px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
color: var(--text-secondary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon.spacer {
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.folder-icon {
|
||||||
|
flex-shrink: 0;
|
||||||
|
color: var(--accent-primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.file-icon {
|
||||||
|
flex-shrink: 0;
|
||||||
|
color: var(--text-secondary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.name {
|
||||||
|
flex: 1;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.children {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.spinner {
|
||||||
|
animation: spin 1s linear infinite;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes spin {
|
||||||
|
from {
|
||||||
|
transform: rotate(0deg);
|
||||||
|
}
|
||||||
|
to {
|
||||||
|
transform: rotate(360deg);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -0,0 +1,173 @@
|
|||||||
|
<script lang="ts">
|
||||||
|
interface Props {
|
||||||
|
title: string;
|
||||||
|
placeholder?: string;
|
||||||
|
confirmText?: string;
|
||||||
|
cancelText?: string;
|
||||||
|
initialValue?: string;
|
||||||
|
onConfirm: (value: string) => void;
|
||||||
|
onCancel: () => void;
|
||||||
|
}
|
||||||
|
|
||||||
|
let {
|
||||||
|
title,
|
||||||
|
placeholder = "",
|
||||||
|
confirmText = "Create",
|
||||||
|
cancelText = "Cancel",
|
||||||
|
initialValue = "",
|
||||||
|
onConfirm,
|
||||||
|
onCancel,
|
||||||
|
}: Props = $props();
|
||||||
|
|
||||||
|
let inputValue = $state(initialValue);
|
||||||
|
let inputElement: HTMLInputElement | undefined = $state();
|
||||||
|
|
||||||
|
$effect(() => {
|
||||||
|
if (inputElement) {
|
||||||
|
inputElement.focus();
|
||||||
|
// Select all text for rename operations
|
||||||
|
if (initialValue) {
|
||||||
|
inputElement.select();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
function handleSubmit() {
|
||||||
|
const trimmed = inputValue.trim();
|
||||||
|
if (trimmed) {
|
||||||
|
onConfirm(trimmed);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function handleKeydown(event: KeyboardEvent) {
|
||||||
|
if (event.key === "Escape") {
|
||||||
|
onCancel();
|
||||||
|
} else if (event.key === "Enter") {
|
||||||
|
handleSubmit();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<svelte:window onkeydown={handleKeydown} />
|
||||||
|
|
||||||
|
<!-- svelte-ignore a11y_no_static_element_interactions -->
|
||||||
|
<div class="dialog-overlay" onclick={onCancel}>
|
||||||
|
<!-- svelte-ignore a11y_no_static_element_interactions -->
|
||||||
|
<div class="dialog-content" onclick={(e) => e.stopPropagation()}>
|
||||||
|
<h2 class="dialog-title">{title}</h2>
|
||||||
|
|
||||||
|
<input
|
||||||
|
bind:this={inputElement}
|
||||||
|
bind:value={inputValue}
|
||||||
|
type="text"
|
||||||
|
{placeholder}
|
||||||
|
class="dialog-input"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<div class="dialog-actions">
|
||||||
|
<button class="btn-cancel" onclick={onCancel}>
|
||||||
|
{cancelText}
|
||||||
|
</button>
|
||||||
|
<button class="btn-confirm" onclick={handleSubmit} disabled={!inputValue.trim()}>
|
||||||
|
{confirmText}
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.dialog-overlay {
|
||||||
|
position: fixed;
|
||||||
|
inset: 0;
|
||||||
|
z-index: 50;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
background-color: rgba(0, 0, 0, 0.5);
|
||||||
|
}
|
||||||
|
|
||||||
|
.dialog-content {
|
||||||
|
margin: 0 1rem;
|
||||||
|
width: 100%;
|
||||||
|
max-width: 28rem;
|
||||||
|
border-radius: 0.5rem;
|
||||||
|
border: 1px solid var(--border-color);
|
||||||
|
background-color: var(--bg-secondary);
|
||||||
|
padding: 1.5rem;
|
||||||
|
box-shadow:
|
||||||
|
0 20px 25px -5px rgba(0, 0, 0, 0.1),
|
||||||
|
0 10px 10px -5px rgba(0, 0, 0, 0.04);
|
||||||
|
}
|
||||||
|
|
||||||
|
.dialog-title {
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
font-size: 1.125rem;
|
||||||
|
font-weight: 600;
|
||||||
|
color: var(--text-primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.dialog-input {
|
||||||
|
width: 100%;
|
||||||
|
margin-bottom: 1.5rem;
|
||||||
|
padding: 0.5rem 0.75rem;
|
||||||
|
border-radius: 0.375rem;
|
||||||
|
border: 1px solid var(--border-color);
|
||||||
|
background-color: var(--bg-primary);
|
||||||
|
font-size: 0.875rem;
|
||||||
|
color: var(--text-primary);
|
||||||
|
outline: none;
|
||||||
|
transition:
|
||||||
|
border-color 0.15s ease,
|
||||||
|
box-shadow 0.15s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dialog-input::placeholder {
|
||||||
|
color: var(--text-secondary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.dialog-input:focus {
|
||||||
|
border-color: var(--accent-primary);
|
||||||
|
box-shadow: 0 0 0 1px var(--accent-primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.dialog-actions {
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
|
gap: 0.75rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-cancel {
|
||||||
|
border-radius: 0.375rem;
|
||||||
|
border: 1px solid var(--border-color);
|
||||||
|
background-color: var(--bg-primary);
|
||||||
|
padding: 0.5rem 1rem;
|
||||||
|
font-size: 0.875rem;
|
||||||
|
color: var(--text-primary);
|
||||||
|
cursor: pointer;
|
||||||
|
transition: background-color 0.15s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-cancel:hover {
|
||||||
|
background-color: var(--bg-secondary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-confirm {
|
||||||
|
border-radius: 0.375rem;
|
||||||
|
border: none;
|
||||||
|
background-color: var(--accent-primary);
|
||||||
|
padding: 0.5rem 1rem;
|
||||||
|
font-size: 0.875rem;
|
||||||
|
color: white;
|
||||||
|
cursor: pointer;
|
||||||
|
transition: background-color 0.15s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-confirm:hover {
|
||||||
|
background-color: var(--accent-secondary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-confirm:disabled {
|
||||||
|
cursor: not-allowed;
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -90,6 +90,8 @@ class NotificationManager {
|
|||||||
return "Successfully connected to Claude Code";
|
return "Successfully connected to Claude Code";
|
||||||
case NotificationType.TASK_START:
|
case NotificationType.TASK_START:
|
||||||
return "Starting task...";
|
return "Starting task...";
|
||||||
|
case NotificationType.COST_ALERT:
|
||||||
|
return "You've exceeded your cost threshold!";
|
||||||
default:
|
default:
|
||||||
return "Notification";
|
return "Notification";
|
||||||
}
|
}
|
||||||
@@ -115,6 +117,10 @@ class NotificationManager {
|
|||||||
async notifyTaskStart(message?: string): Promise<void> {
|
async notifyTaskStart(message?: string): Promise<void> {
|
||||||
await this.notify(NotificationType.TASK_START, message);
|
await this.notify(NotificationType.TASK_START, message);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async notifyCostAlert(message?: string): Promise<void> {
|
||||||
|
await this.notify(NotificationType.COST_ALERT, message);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Export singleton instance
|
// Export singleton instance
|
||||||
|
|||||||