File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Format: [Keep a Changelog](https://keepachangelog.com/).
1818- ** Post-install activation burst** (` Extension.rs ` ): After ` $deltaExtensions `
1919 adds an extension to Cocoon's registry, ` onStartupFinished ` activation events
2020 are now fired. Without this burst, extensions with ` onStartupFinished ` (e.g.
21- ` Anthropic.claude-code ` ) registered but never activated — sidebar
21+ ` Anthropic.claude-code ` ) registered but never activated - sidebar
2222 contributions and commands silently no-oped until the next full restart.
2323- ** Sidebar scan handlers** (` mod.rs ` ): ` extensions:scanSystemExtensions ` ->
2424 ` getInstalled(type=0) ` and ` extensions:scanUserExtensions ` ->
@@ -91,7 +91,7 @@ Format: [Keep a Changelog](https://keepachangelog.com/).
9191 ` $mid: 1 ` via the new UriComponents helper.
9292- ** DTO serialization** (` ExtensionDescriptionStateDTO ` ): Removed
9393 ` skip_serializing_if = "String::is_empty" ` from ` Name ` , ` Version ` ,
94- ` Publisher ` — omitting the key crashed the renderer with
94+ ` Publisher ` - omitting the key crashed the renderer with
9595 ` TypeError: undefined is not an object ` .
9696- ** Log file eager init** (` Entry.rs ` , ` DevLog.rs ` ): ` InitEager() ` called at
9797 binary startup. ` BinarySignature() ` fixed to correctly split PascalCase
You can’t perform that action at this time.
0 commit comments