Releases: PostHog/code
Releases · PostHog/code
v0.55.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix(sessions): scale context breakdown bar to the context window by @adboio in #2649
- feat(task-input): cache cloud repositories so picker renders instantly by @charlesvien in #2769
- feat(sessions): Dock queued messages with steer and discard actions by @charlesvien in #2768
- fix(auth): preserve restoring auth state by @charlesvien in #2767
Full Changelog: v0.54.136...v0.55.0
v0.54.136
Immutable
release. Only release title and notes can be modified.
What's Changed
- docs: add Secretive commit-signing troubleshooting entry by @k11kirky in #2756
- refactor(worktree): resolve worktree path from stored value, not derived from name by @haacked in #2709
- feat(mobile): add steer and queue messaging modes (port #2663) by @Gilbert09 in #2752
- chore(llm): Use Haiku for title, commit and PR generation by @charlesvien in #2764
- Support deep-link protocol registration for AppImage builds by @gantoine in #2743
- archive prior tasks by activity by @salihudickson in #2759
- fix: push updated config options to renderer after mid-task model change by @Basit-Balogun10 in #2325
- feat(folder-picker): show up to 10 recent repositories by @richardsolomou in #2725
- feat: add ICQ completion sound by @benben in #2702
- feat(code): add Discord Rich Presence integration by @gantoine in #2453
- fix(net): force IPv4 and disable Happy Eyeballs in Node entrypoints by @georgemunyoro in #2731
- fix(sessions): Fix not copying URL from link-bubbles by @mp-hog in #2713
- chore(code): bump diffs package version by @adboio in #2648
- fix(models): default thinking level to high when no effort is set by @charlesvien in #2766
- fix(agent): pr detection by @joshsny in #2765
- Keep skills out of shared global dirs; merge per-session by @k11kirky in #2760
- fix(tasks): prevent horizontal scroll in task view at narrow widths by @adboio in #2650
New Contributors
- @salihudickson made their first contribution in #2759
- @benben made their first contribution in #2702
Full Changelog: v0.54.119...v0.54.136
v0.54.119
Immutable
release. Only release title and notes can be modified.
What's Changed
- feat(agents): instrument /code/agents page with analytics events by @andrewm4894 in #2747
- Hide count badge on Runs inbox tab by @andrewm4894 in #2748
- feat(inbox): add Dismissed tab with restore by @andrewm4894 in #2704
- feat(canvas): freeform React canvases (edit tier) by @adamleithp in #2753
Full Changelog: v0.54.115...v0.54.119
v0.54.115
Immutable
release. Only release title and notes can be modified.
What's Changed
- redesign channels: single-column sidebar + full-width title bar by @adamleithp in #2730
Full Changelog: v0.54.114...v0.54.115
v0.54.114
Immutable
release. Only release title and notes can be modified.
What's Changed
- feat(sessions): Add steer and queue messaging modes by @charlesvien in #2663
- feat(thread): tooltips explaining collapsed tool-call chip icons by @MattPua in #2739
- feat(agent): forward ai_stage as a gateway trace property by @joshsny in #2737
- fix(agent): bill signals scouts and all signal-report tasks to signals product by @joshsny in #2738
- chore(diagnostics): Instrument agent no-response failures by @charlesvien in #2740
Full Changelog: v0.54.109...v0.54.114
v0.54.109
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix(agent): Preserve Codex base prompt via developer_instructions by @charlesvien in #2721
- fix(agent): Send cloud Claude reasoning effort without plugins by @charlesvien in #2722
- fix(agent): Reconnect signed-commit MCP server after session refresh by @charlesvien in #2724
Full Changelog: v0.54.106...v0.54.109
v0.54.106
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix(canvas): load dashboards with server-side filter instead of full FS scan by @raquelmsmith in #2720
- fix(inbox): show true tab counts and hide zero counts by @andrewm4894 in #2714
- fix(sessions): advance generating verb on tool completion, not a timer by @adamleithp in #2717
- fix(thread): surface agent messages + plans, per-group spinner, trim noise by @adamleithp in #2729
- feat(slack): tighten mention tokens and nudge toward PRs for code-fixable issues by @VojtechBartos in #2691
Full Changelog: v0.54.101...v0.54.106
v0.54.101
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix(channels): sidebar overflow, archive, tooltips, private-task filtering, and bluebird cmd-k routing by @raquelmsmith in #2715
Full Changelog: v0.54.100...v0.54.101
v0.54.100
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix(agent): mark background task runs completed on normal stop by @danielcarletti in #2678
- feat(codex): offer Extra High reasoning for gpt-5.5 by @pawel-cebula in #2658
- feat(worktree): offer to check out remote-only branches by @haacked in #2651
- feat(agent): tell Slack-bound agent to echo labeled mention tokens by @VojtechBartos in #2676
- feat(sidebar): surface unread tasks with an exclamation icon by @MattPua in #2682
- fix(inbox): pluralize Scout label in signal source dropdown by @andrewm4894 in #2614
- fix(sessions): Surface failed agent prompt sends to the user by @charlesvien in #2689
- fix(tasks): don't flash the Slack icon on newly created tasks by @pauldambra in #2672
- feat(sessions): modernize conversation thread with collapsible tool groups by @adamleithp in #2673
- fix(models): Persist selected model into new sessions by @charlesvien in #2690
- perf(terminal): use WebGL renderer and batched writes by @georgemunyoro in #2680
- feat(inbox): add copy-link button to pull request detail by @andrewm4894 in #2692
- feat(inbox): show live PR status on pull request detail by @andrewm4894 in #2694
- feat(inbox): show live PR status on pull request list cards by @andrewm4894 in #2695
- feat(mobile): show live PR status on inbox report cards and detail (port #2695, #2694) by @Gilbert09 in #2698
- fix(scouts): move the linked-report chip beside the task-run link by @andrewm4894 in #2701
- fix(inbox): make "Entire project" scope show project-wide reports by @oliverb123 in #2699
- feat(canvas): add code-pane nav section to channels pane by @raquelmsmith in #2688
- Extract shared worktree create steps into helpers by @haacked in #2705
- feat(command): add channels to cmd-k and show task filing by @raquelmsmith in #2687
- Revert "fix(agent): mark background task runs completed on normal stop" by @charlesvien in #2707
- fix(inbox): don't auto-redirect after creating PR task from report by @rafaeelaudibert in #2555
New Contributors
- @danielcarletti made their first contribution in #2678
- @pawel-cebula made their first contribution in #2658
- @haacked made their first contribution in #2651
- @georgemunyoro made their first contribution in #2680
Full Changelog: v0.54.78...v0.54.100
v0.54.88
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix(agent): mark background task runs completed on normal stop by @danielcarletti in #2678
- feat(codex): offer Extra High reasoning for gpt-5.5 by @pawel-cebula in #2658
- feat(worktree): offer to check out remote-only branches by @haacked in #2651
- feat(agent): tell Slack-bound agent to echo labeled mention tokens by @VojtechBartos in #2676
- feat(sidebar): surface unread tasks with an exclamation icon by @MattPua in #2682
- fix(inbox): pluralize Scout label in signal source dropdown by @andrewm4894 in #2614
- fix(sessions): Surface failed agent prompt sends to the user by @charlesvien in #2689
- fix(tasks): don't flash the Slack icon on newly created tasks by @pauldambra in #2672
- feat(sessions): modernize conversation thread with collapsible tool groups by @adamleithp in #2673
- fix(models): Persist selected model into new sessions by @charlesvien in #2690
New Contributors
- @danielcarletti made their first contribution in #2678
- @pawel-cebula made their first contribution in #2658
- @haacked made their first contribution in #2651
Full Changelog: v0.54.78...v0.54.88