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 CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### 2.1.2 (2026-02-04)
6
+
5
7
  ### 2.1.1 (2026-02-03)
6
8
 
7
9
  ### 2.0.11 (2026-02-03)
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: