Skip to content
This repository was archived by the owner on Aug 6, 2026. It is now read-only.

feat: repo selection, edit task title and description - #5

Merged
jonathanlab merged 2 commits into
mainfrom
tasks-updating
Oct 3, 2025
Merged

feat: repo selection, edit task title and description#5
jonathanlab merged 2 commits into
mainfrom
tasks-updating

Conversation

@jonathanlab

Copy link
Copy Markdown
Contributor

This PR adds support for selecting a repository to use with your task. Added a searchable combobox to support this.
You can now also update title and description of tasks by clicking on them and typing. It's saved on focus loss or on enter.

@jonathanlabjonathanlab mentioned this pull request Oct 2, 2025
@jonathanlab
jonathanlab merged commit 1fdb996 into mainOct 3, 2025
5 checks passed
@jonathanlab
jonathanlab deleted the tasks-updating branch October 3, 2025 10:51
littlekirkycode added a commit to littlekirkycode/code that referenced this pull request Mar 15, 2026
…tinue
- Add live context window usage indicator in session footer with circular
progress ring showing xK/xK token usage and color-coded percentage
- Send usage_update notifications during agent streaming (not just at turn end)
so the indicator updates in real-time as the agent works
- Add /clear code command to reset session and start fresh
- Add "clear history and continue from plan" option to plan mode approval UI
- Handle _posthog/clear_and_continue notification to reset session and
re-inject the approved plan as the first prompt
Addresses #704, #904, ISSUES.md PostHog#5
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
adamleithp added a commit that referenced this pull request Jun 18, 2026
…, dedup
Addresses review follow-ups #3/#4/#5:
- #3 Freeform edit controls: working Save-as-fork (copies code + version
history into a new record) and a Cancel that reverts the whole edit session
to its baseline version behind a Quill confirm dialog ("changes from version
X to Y will be lost"). DashboardEditControls (json-render Save/Fork) no longer
shows on freeform canvases — the toolbar dispatches per kind.
- #4 Restore a title bar for channel task / context / new-task routes (lost when
the breadcrumb row was removed); surfaces header-store content for channel
routes and labels the new-task screen.
- #5 Dedup: shared posthogApi helpers (runHogQLQuery, fetchCurrentUser) now back
canvasDataService + dashboardQueryService + dashboardsService, removing the
duplicated query boilerplate and the double /api/users/@me/ parse.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@jonathanlab@k11kirky