@@ -1227,102 +1227,101 @@ New releases and improvements
12271227 * Metadata collection for build traceability
12281228</Update >
12291229
1230- ## v0.9.3
1231- 2025-10-20
1232-
1230+ <Update label = " October 20, 2025" tags = { [" New releases" , " Improvements" ]} rss = { { title: " Complete token configuration system" }} >
1231+ ## New features
12331232
1234- ** Added**
1235- - Complete token configuration system:
1236- - TokenConfigSelector component (334 lines) with dropdown and custom modal
1237- - Token configuration store (162 lines in tokenConfig.ts) with presets and custom options
1238- - Predefined token presets:
1239- - Balanced: 8,192 tokens (default)
1240- - Extended: 16,384 tokens
1241- - Maximum: 32,768 tokens
1242- - Minimal: 2,048 tokens
1243- - Custom token configuration with slider controls
1244- - Temperature and top-p parameter controls
1245- - CLAUDE.md documentation (330 lines)
1246- - Project-specific AI assistant guidelines
1247- - Development workflows
1248- - Code standards and conventions
1249- - Architecture documentation
1233+ * Complete token configuration system:
1234+ * TokenConfigSelector component (334 lines) with dropdown and custom modal
1235+ * Token configuration store (162 lines in tokenConfig.ts) with presets and custom options
1236+ * Predefined token presets:
1237+ * Balanced: 8,192 tokens (default)
1238+ * Extended: 16,384 tokens
1239+ * Maximum: 32,768 tokens
1240+ * Minimal: 2,048 tokens
1241+ * Custom token configuration with slider controls
1242+ * Temperature and top-p parameter controls
1243+ * CLAUDE.md documentation (330 lines)
1244+ * Project-specific AI assistant guidelines
1245+ * Development workflows
1246+ * Code standards and conventions
1247+ * Architecture documentation
12501248
1249+ ## Improvements
12511250
1252- ** Changed**
1253- - Enhanced Chatbox component (38 line refactor)
1254- - Integrated TokenConfigSelector
1255- - More sleek design with reduced spacing and padding
1256- - Better visual hierarchy
1257- - Improved layout
1258- - Chat API endpoint improvements (18 line changes)
1259- - Token config support
1260- - Better parameter handling
1261- - Enhanced flexibility
1262- - Updated ChatBox component name and structure
1263- - Better component organization
1264- - Improved code clarity
1265- - Workbench store enhancements (13 line changes)
1266- - Better state management
1267- - Improved integration
1268- - Action runner updates (6 line changes)
1269- - Fixed ActionType to include start and build action types
1270- - Better type safety
1271- - Enhanced validation
1272- - Constants optimization (50 line changes in utils/constants.ts)
1273- - Better organization
1274- - Reduced redundancy
1275- - Improved maintainability
1276- - BaseChat improvements (2 line changes)
1277- - Better chat flow
1278- - Minor optimizations
1279- - APIKeyManager updates (4 line changes)
1280- - Better key management
1281- - Improved UX
1282- - ChatAlert improvements (2 line changes)
1283- - Better error display
1284- - Actions type definition updates (2 line changes)
1285- - Added missing action types
1286- - Better type coverage
1287- - Moved token config selector to icon toolbar
1288- - Converted to compact icon dropdown
1289- - More accessible placement
1290- - Better space utilization
1291- - Integrated token config from chat client to API
1292- - Full token control pipeline
1293- - Better configuration flow
1251+ * Enhanced Chatbox component (38 line refactor)
1252+ * Integrated TokenConfigSelector
1253+ * More sleek design with reduced spacing and padding
1254+ * Better visual hierarchy
1255+ * Improved layout
1256+ * Chat API endpoint improvements (18 line changes)
1257+ * Token config support
1258+ * Better parameter handling
1259+ * Enhanced flexibility
1260+ * Updated ChatBox component name and structure
1261+ * Better component organization
1262+ * Improved code clarity
1263+ * Workbench store enhancements (13 line changes)
1264+ * Better state management
1265+ * Improved integration
1266+ * Action runner updates (6 line changes)
1267+ * Fixed ActionType to include start and build action types
1268+ * Better type safety
1269+ * Enhanced validation
1270+ * Constants optimization (50 line changes in utils/constants.ts)
1271+ * Better organization
1272+ * Reduced redundancy
1273+ * Improved maintainability
1274+ * BaseChat improvements (2 line changes)
1275+ * Better chat flow
1276+ * Minor optimizations
1277+ * APIKeyManager updates (4 line changes)
1278+ * Better key management
1279+ * Improved UX
1280+ * ChatAlert improvements (2 line changes)
1281+ * Better error display
1282+ * Actions type definition updates (2 line changes)
1283+ * Added missing action types
1284+ * Better type coverage
1285+ * Moved token config selector to icon toolbar
1286+ * Converted to compact icon dropdown
1287+ * More accessible placement
1288+ * Better space utilization
1289+ * Integrated token config from chat client to API
1290+ * Full token control pipeline
1291+ * Better configuration flow
12941292
1293+ ## Bug fixes
12951294
1296- ** Fixed**
1297- - Default chat alerts functionality
1298- - Better alert display
1299- - Improved timing
1300- - Enhanced UX
1301- - Default API configuration
1302- - Better default values
1303- - Improved reliability
1304- - Default template selection
1305- - Auto-selection working correctly
1306- - Better initial state
1307- - Model settings bar now collapsed by default
1308- - Cleaner initial UI
1309- - More screen space
1310- - Better UX
1311- - Token config icon size and hard-coded colors removed
1312- - Theme-compatible icon
1313- - Better visual consistency
1314- - Token config dropdown direction changed to open downwards
1315- - Better placement
1316- - Improved UX
1295+ * Fixed default chat alerts functionality
1296+ * Better alert display
1297+ * Improved timing
1298+ * Enhanced UX
1299+ * Fixed default API configuration
1300+ * Better default values
1301+ * Improved reliability
1302+ * Fixed default template selection
1303+ * Auto-selection working correctly
1304+ * Better initial state
1305+ * Fixed model settings bar now collapsed by default
1306+ * Cleaner initial UI
1307+ * More screen space
1308+ * Better UX
1309+ * Fixed token config icon size and hard-coded colors removed
1310+ * Theme-compatible icon
1311+ * Better visual consistency
1312+ * Fixed token config dropdown direction changed to open downwards
1313+ * Better placement
1314+ * Improved UX
13171315
1316+ ## Cleanup
13181317
1319- ** Removed**
1320- - Debug console.log statements from workbench
1321- - Cleaner console output
1322- - Better production readiness
1323- - Debug console.log statements from action-runner
1324- - Reduced noise
1325- - Improved debugging experience
1318+ * Removed debug console.log statements from workbench
1319+ * Cleaner console output
1320+ * Better production readiness
1321+ * Removed debug console.log statements from action-runner
1322+ * Reduced noise
1323+ * Improved debugging experience
1324+ </ Update >
13261325
13271326## v0.9.2
132813272025-10-20
0 commit comments