chat: space space home tip; a conversation's tip covers the project after 15 quiet seconds - #1487
Conversation
…at says it The earned tip took the whole keys row, so from a conversation's first exchange onward the door home was named only on task pages. It now rides after the tip and outlasts it on a narrow frame. A twenty-third tip, 'space space takes you back to home', is said in a conversation only and retires on the gesture itself. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
…ere the door opens Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
… cross, after 15 quiet seconds The tip no longer replaces the controls. It stands at the keys row's right end over `project: <path>`, with home's bulb and a cross that puts it away until the conversation is left, and it waits for fifteen seconds with no key, click, scroll or paste. The project is back the moment it goes. The disable hints row now reads "disable💡 tips everywhere (requires restart)". Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
0ab7944 to
cda7af4
Compare
|
I checked this on top of current dev. It's one commit behind (#1410), but it merges cleanly, and
One regression to fix before merge: going home by two spaces stops Home's tips rotating. Repro with a throwaway test on
Firing the event after Smaller things, none blocking:
|
…ation's tip counts when drawn Review of #1487. The two-space gesture said its event before home opened, so home's row was decided over the conversation, where /project's home-only tip reads as unarmed; it came back fresh and jumped the ring on every trip. The event is said once home is in front now, from a conversation and a place. A conversation's tip is counted as shown when the keys row draws it rather than when the slot takes it, so a tip kept behind the 15-second wait costs none of its showings; the wait holds from launch too; and the manual and the change entry stop naming `codeaf config`, which is not a command. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
…ing codeaf; noticeLive points at the drawn count Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
The conversations wall (alt+v, ▦ All), teams with a store in internal/teams, Organize with apply and undo, a team manager with team tools and Traffic, @ references, and teams over --host. Added in review: an unreadable teams.json is set aside on the engine's read too, team_stop no longer claims to stop a background-opened member, and the manual answers to "the wall"; dev merged in over #1487. Co-authored-by: Santosh kumar <29346072+santoshkumarradha@users.noreply.github.com> Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
…and #1495 Four tui3 conflicts, each #1429's wall and team code beside the plan page this branch removes. Both are kept: the wall's paint term stands before the task room's, the wall, team menu and zoom keys are read where the plan page's and work tab's keys were, the row keeps both its plan and open fields, and the frame draws the wall where it drew the plan page and the work tab. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Merged through a commit that stands for #1429's squash with the branch this one was built on (6416a6c) as its second parent, so only the real conflicts show. tabtitle: #1496 put the hovered tab's full title on the head's blank row under the rule; on this branch a chat's head is the nav, the strip, the rule and the blank, so that row is chatHeadRows-1 and the strip's row is tabStripRow. notice: #1487's quiet tip reads the keys row of a put-away column, which this branch spells through sideBackHint (`alt+l tasks`, `alt+l traffic` for a manager) rather than the retired railBackHint. manual: #1495's workers heading stands before this branch's rewritten roster paragraph; team_stop keeps #1429's background-member sentence beside this branch's new rows; the dock and wall probes are both kept. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Tips, cleaned up. Three things:
1. A missing tip
New tip:
space space takes you back to homespace space.2. Conversation tips moved out of the footer
A tip used to replace the whole bottom row, so
space space homeand the other controls disappeared.Now the controls always stay, and the tip sits at the bottom right, covering
project:while it's up:project:comes back as soon as the tip goes.3. Clearer settings line
Settings › Workspace › disable hints now reads:
disable💡 tips everywhere (requires restart)It still turns off every tip, on home and in conversations.
Review fixes
space space. The gesture used to fire before home opened, so the/projecttip jumped the queue on every trip home by two spaces. It now fires after home opens, from a conversation or a place. A new test drives two spaces from a conversation and checks that home's tip moves on; it fails without the fix.codeaf config, which isn't a command.Checked
project:back; it reappeared after 15s.project:came back, and it stayed closed.make test-touchedpasses.🤖 Generated with Claude Code