Releases: PostHog/code
Releases · PostHog/code
v0.55.111
Immutable
release. Only release title and notes can be modified.
What's Changed
- feat(cloud-tasks): warm sandbox on the selected runtime and model by @tatoalo in #2936
- feat(canvas): right-side chat/edit panel for freeform canvas by @k11kirky in #2933
- feat(canvas): shareable links for canvases by @raquelmsmith in #2940
- refactor(agents): drop 'preview' as mocking shorthand in chat-with-draft by @dmarticus in #2945
- fix(auth): treat transient code-access checks as indeterminate, not denied by @k11kirky in #2931
Full Changelog: v0.55.106...v0.55.111
v0.55.92
Immutable
release. Only release title and notes can be modified.
v0.55.89
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix(canvas): stop local generation stranding the canvas on "Generating" by @raquelmsmith in #2882
- feat(ui): make code blocks distinct from comment background by @MattPua in #2879
- fix(worktree): reuse an existing worktree instead of duplicating it by @haacked in #2652
- fix(task-input): prefill repo dropdown when starting task from sidebar "+" icon by @mp-hog in #2712
- feat(ui): smooth + cheap agent streaming (adaptive reveal + block-split markdown) by @KarloAldrete in #2716
- feat(settings): add slot machine mode easter egg by @charlescook-ph in #2853
- feat(sidebar): show inbox unread badge as a red dot by @Twixes in #2891
- feat(agent-applications): cross-project Agent Builder + session search & filters by @benjackwhite in #2861
- feat(tasks): warm cloud sandbox while composing, reuse on submit by @tatoalo in #2869
- fix(inbox): remove Scouts source toggle now that scouts are always-on by @andrewm4894 in #2893
- fix(inbox): continue existing PR when iterating on a report by @joshsny in #2894
- fix(agent): attribute every PR a run creates, not just the first by @k11kirky in #2835
- feat(slot-machine): pull a real lever to send when slot machine mode is on by @andrewm4894 in #2899
- chore(integrations): pass ?kind=github to personal-integrations list by @VojtechBartos in #2897
- feat(canvas): show generation task nested under canvas in sidebar by @raquelmsmith in #2847
- fix(sidebar): clean up collapsed header panel layout by @fercgomes in #2878
- feat(canvas): tool-permission prompts on canvas + browser-style nav by @adamleithp in #2902
- fix(inbox): dedupe re-engaged PRs and add Create-PR steering prompt by @PostHog[bot] in #2898
- fix(canvas): pin freeform iframe to parent height with internal scroll by @raquelmsmith in #2907
New Contributors
- @KarloAldrete made their first contribution in #2716
Full Changelog: v0.55.70...v0.55.89
v0.55.70
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix(sidebar): clip collapsed sidebar so nav can't overflow page by @adboio in #2872
- feat(mobile): render signal report activity log (port #2557) by @Gilbert09 in #2857
- feat(mobile): surface resolved reports in Archive tab (port #2810) by @Gilbert09 in #2856
- fix(mobile): tiebreak priority sort by newest first (port #2787) by @Gilbert09 in #2854
- feat(mobile): forward reviewer search to the server in the inbox reviewer picker (port #2800) by @Gilbert09 in #2831
- fix(mobile): show error reason on failed tool calls (port #2830) by @Gilbert09 in #2855
- fix(mobile): only log out on a genuinely rejected refresh token (port #2812) by @Gilbert09 in #2833
- perf(canvas): warm iframe pool + data cache for fast revisits by @raquelmsmith in #2870
- feat(code-review): collapse resolved and outdated PR comment threads by @MattPua in #2874
- feat(canvas): collapse canvas generation instructions into a clickable chip by @raquelmsmith in #2883
- fix(auth): keep a failed session restore from wedging bootstrap by @charlesvien in #2887
- refactor(arch): close DI, import-boundary and lifecycle gaps by @charlesvien in #2813
- fix(desktop): renderer boot error boundary and electron hardening by @charlesvien in #2816
Full Changelog: v0.55.57...v0.55.70
v0.55.47
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix(canvas): render first canvas on cold open via race-free iframe init by @raquelmsmith in #2825
- feat(channels): revert New picker to an in-nav dropdown by @raquelmsmith in #2827
- Make freeform canvases respond to light/dark theme by @raquelmsmith in #2826
- fix(channels): pin nav links so only the channel tree scrolls by @raquelmsmith in #2829
- fix(inbox): forward reviewer search query to the server by @pauldambra in #2800
- feat(channels): unify header breadcrumb + quill Empty states by @adamleithp in #2834
- fix(inbox): don't render GitHub bot avatars in reviewers list by @rafaeelaudibert in #2785
- fix(inbox): tiebreak priority sort by newest first by @rafaeelaudibert in #2787
- feat(channels): home canvas — host navigation + reset to default by @raquelmsmith in #2786
- feat(inbox): remove PR auto-start threshold setting by @joshsny in #2841
- feat(scouts): show alpha banner in the scout fleet by @andrewm4894 in #2832
- fix(inbox): use archive icon for archive action by @Twixes in #2842
- chore(analytics): adopt posthog-js defaults 2026-05-30 by @pauldambra in #2788
- feat(canvas): start CONTEXT.md and canvas generation repo-less by @raquelmsmith in #2844
- Canvas: load saved insights instead of querying directly by @raquelmsmith in #2843
- fix(inbox): validate persisted model before one-click cloud tasks by @andrewm4894 in #2728
- fix(sessions): show the error reason on failed tool calls by @rafaeelaudibert in #2830
- feat(inbox): surface resolved reports in the Archive tab by @andrewm4894 in #2810
- refactor(scouts): classify origin from the API instead of a hardcoded list by @andrewm4894 in #2849
- feat(agents): agent-applications console (port from agent_platform) by @benjackwhite in #2700
Full Changelog: v0.55.27...v0.55.47
v0.55.27
Immutable
release. Only release title and notes can be modified.
What's Changed
- Sort channel tasks by last updated in the channels nav by @raquelmsmith in #2823
- feat(canvas): render dashboard/web-analytics on the React tier, Quill-styled by @adamleithp in #2809
- feat(channels): new channel sidebar item — collapsible, New… picker, shared menus by @adamleithp in #2824
Full Changelog: v0.55.24...v0.55.27
v0.55.24
Immutable
release. Only release title and notes can be modified.
What's Changed
- feat(mobile): steer and discard queued messages (port #2768) by @Gilbert09 in #2774
- feat(mobile): add inbox Archive tab with restore (port #2704) by @Gilbert09 in #2775
- Show update prompt in Bluebird channels nav by @raquelmsmith in #2820
- fix(channels): reuse local folders, stop git-init prompt on scratch tasks by @raquelmsmith in #2793
- feat(bluebird): make the Channels nav panel resizable by @raquelmsmith in #2821
- feat(bluebird): open channel CONTEXT.md from new-task chip by @raquelmsmith in #2822
Full Changelog: v0.55.18...v0.55.24
v0.55.18
Immutable
release. Only release title and notes can be modified.
What's Changed
- chore(docs): Remove leftover refactor migration docs by @charlesvien in #2815
- fix(home): run quick actions inline with optimistic task insert by @k11kirky in #2601
- feat(code-editor): render HTML files with a preview/source toggle by @k11kirky in #2782
- fix(auth): Log out on rejected refresh token instead of stalling startup by @charlesvien in #2812
Full Changelog: v0.55.14...v0.55.18
v0.55.14
Immutable
release. Only release title and notes can be modified.
What's Changed
- Add "PostHog Web" button to Bluebird top bar by @raquelmsmith in #2805
- fix(inbox): point Scouts "Learn more" link to a live docs page by @PostHog[bot] in #2807
- fix(channels): dedupe cloud channel context echo so prompt shows once by @raquelmsmith in #2806
- Instrument project-bluebird (Channels space) with analytics events by @raquelmsmith in #2808
Full Changelog: v0.55.10...v0.55.14
v0.55.10
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix(canvas): open channel-filed task notifications in /website by @raquelmsmith in #2784
- feat(canvas): right-click a canvas in the nav to delete it by @raquelmsmith in #2790
- feat(channels): starter prompt suggestions on the new-task screen by @raquelmsmith in #2789
- feat(canvas): add Leave feedback survey modal to Channels view by @raquelmsmith in #2792
- fix(canvas): keep bluebird Home nav in the Channels space by @raquelmsmith in #2791
- fix(bunch o stuff): suggestion fade, task cap, archive route by @raquelmsmith in #2794
Full Changelog: v0.55.4...v0.55.10