aicodeswitch 2.1.1 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -0
- package/CLAUDE.md +10 -1
- package/dist/ui/assets/index-B9EyKK90.js +452 -0
- package/dist/ui/assets/index-Bf2ZEtnh.css +1 -0
- package/dist/ui/index.html +2 -2
- package/package.json +1 -1
- package/dist/ui/assets/index-B5wnowv6.css +0 -1
- package/dist/ui/assets/index-DXvVJfvE.js +0 -452
package/CHANGELOG.md
CHANGED
package/CLAUDE.md
CHANGED
|
@@ -126,7 +126,13 @@ aicos version # Show current version information
|
|
|
126
126
|
- Configuration storage (API key, logging settings, etc.)
|
|
127
127
|
|
|
128
128
|
#### 5. UI (React) - `ui/`
|
|
129
|
-
- Main app: `App.tsx` - Navigation and layout
|
|
129
|
+
- Main app: `App.tsx` - Navigation and layout with collapsible sidebar
|
|
130
|
+
- Components:
|
|
131
|
+
- `Tooltip.tsx` - Tooltip component for displaying menu text when sidebar is collapsed
|
|
132
|
+
- `Toast.tsx` - Toast notification component
|
|
133
|
+
- `Confirm.tsx` - Confirmation dialog component
|
|
134
|
+
- `ToolsInstallModal.tsx` - Tools installation modal
|
|
135
|
+
- `NotificationBar.tsx` - Notification bar component
|
|
130
136
|
- Pages:
|
|
131
137
|
- `VendorsPage.tsx` - Manage AI service vendors
|
|
132
138
|
- `SkillsPage.tsx` - Manage global Skills and discovery
|
|
@@ -135,6 +141,9 @@ aicos version # Show current version information
|
|
|
135
141
|
- `SettingsPage.tsx` - Application settings
|
|
136
142
|
- `WriteConfigPage.tsx` - Overwrite Claude Code/Codex config files
|
|
137
143
|
- `UsagePage.tsx` - Usage statistics
|
|
144
|
+
- Styles:
|
|
145
|
+
- `App.css` - Main application styles with sidebar collapse animations
|
|
146
|
+
- `Tooltip.css` - Tooltip component styles
|
|
138
147
|
|
|
139
148
|
#### 6. Types - `types/`
|
|
140
149
|
- TypeScript type definitions for:
|