Releases: empathic/toolpath
Releases · empathic/toolpath
v0.14.0
What's Changed
- fix(picker): default to skim and downgrade fzf args on older versions by @akesling in #101
- Cursor (IDE) provider + path-cli integration by @benbaarber in #99
- feat(site): offer curl and cargo install options in hero by @akesling in #104
- fix(claude): derive ConversationMetadata.project_path from the file's parent dir by @akesling in #103
- fix: token usage once per message (+ Codex per-step attribution); kind v1.1.0 by @akesling in #106
- docs(cursor): fix broken intra-doc links breaking release-check by @akesling in #107
Full Changelog: v0.13.0...v0.14.0
v0.13.0
What's Changed
- Github release pipeline and curl to bash install script by @benbaarber in #77
- chore(tooling): add justfile, restyle shell scripts, add shellcheck gate by @akesling in #78
- chore(quality): treat warnings as errors in test, doc, examples gates by @akesling in #79
- feat(site): drag-and-drop, format toggle, and custom resize for visualizer by @akesling in #80
- feat: path share — one-shot interactive Pathbase upload by @akesling in #82
- feat(path-cli):
path resume— one-shot resume into a coding agent by @akesling in #83 - feat(path-cli): cross-harness translation matrix + codex idempotence fixes by @ben-emp in #81
- Unify provider derive/project through ConversationView; drop Turn.extra by @ben-emp in #86
- fix: make derive_path actors conform to the base schema by @ben-emp in #87
- refactor(path-cli): group plumbing under
path p …(0.10.0) by @akesling in #88 - feat(toolpath): add meta.kind path-kind field; tag conversation paths "convo" by @ben-emp in #85
- Readable conversation previews: kind-aware transcript + ANSI by @ben-emp in #90
- Refresh pathbase-client; upgrade path-cli to graphs-by-UUID API (0.11.0) by @akesling in #89
- Embed skim as a built-in fuzzy picker; fzf becomes optional (0.11.0) by @akesling in #91
- release: bump versions across the kinds + previews + picker batch by @akesling in #94
- fix(scripts): update test-pathbase-live URL assertions to Pathbase 1.1 by @akesling in #95
- Rename toolpath.dev → toolpath.net; host install.sh on the site by @akesling in #97
- release(ci): vendor openssl for the macOS build by @akesling in #98
- fix(check): install site deps before building in gate_site by @akesling in #96
New Contributors
Full Changelog: v0.0.0-test1...v0.13.0
v0.0.0-test1
What's Changed
- fix(ci): unbreak release-desktop workflow by @eliothedeman in #28
- chore(toolpath-desktop): auto-install frontend deps in tauri dev/build by @eliothedeman in #29
- chore: ignore node modules dir in desktop app by @eliothedeman in #30
- toolpath-codex by @benbaarber in #25
- feat(toolpath-desktop): soft-graphite dark mode + theme toggle by @eliothedeman in #32
- feat(toolpath-desktop): inline browse view in New upload tabs by @eliothedeman in #33
- feat(toolpath-desktop): chat transcript + Edit-tool diffs by @eliothedeman in #34
- toolpath-opencode by @benbaarber in #31
- fix(toolpath-convo): consult git HEAD for Write-tool before-state by @eliothedeman in #48
- fix(toolpath-convo): strip leading slash in unified_diff headers by @eliothedeman in #43
- perf(toolpath-desktop): narrow buildTree derived dep to preview.doc by @eliothedeman in #44
- fix(toolpath-desktop): fall back to transform:scale when CSS zoom unsupported by @eliothedeman in #42
- test(toolpath-desktop): vitest + unit tests for classify and flattenChatHead by @eliothedeman in #45
- perf(toolpath-desktop): memoize markdown rendering per chat turn by @eliothedeman in #46
- chore(toolpath-desktop): add synthetic preview benchmarks by @eliothedeman in #47
- chore: Add script to start desktop client by @eliothedeman in #49
- feat(toolpath-desktop): menu-bar Quick View for live agent activity by @eliothedeman in #50
- Per-row Select button + preview horizontal-overflow fix by @eliothedeman in #51
- perf(toolpath-desktop): perf tracer + buildTree memo (net effect: faster preview open) by @eliothedeman in #54
- feat(toolpath-cli): add
path authcommand for Pathbase login by @eliothedeman in #52 - docs: add Claude Code on-disk format reference by @akesling in #55
- Recency-sort browse lists; label Claude projects with session title by @eliothedeman in #56
- chore: remove toolpath-desktop (moved to pathbase repo) by @eliothedeman in #57
- feat: JSONL streaming format for Path documents by @eliothedeman in #19
- feat(cli): import/export verbs + Pathbase round-trip by @eliothedeman in #58
- Gemini Export by @benbaarber in #59
- feat(toolpath-cli): interactive fzf session picker + topic metadata by @eliothedeman in #60
- refactor: s/toolpath-cli/path-cli/ keep toolpath-cli as deprecated shim by @akesling in #64
- chore(release): realign 4 satellite crates + harden release.sh dry-run by @akesling in #65
- Simplify toolpath format to single Graph root by @eliothedeman in #63
- refactor(path-cli): migrate cmd_track jsonl I/O to Graph API by @eliothedeman in #68
- feat!: add path.base.branch + schema-validating path validate by @akesling in #69
- fix(pathbase): repoint import/export at real Pathbase API + typed client by @akesling in #66
- chore(release): realign convo stack + add registry compat pre-check by @akesling in #70
- fix(path-cli,toolpath): host schema in toolpath crate; bump toolpath 0.4.1 by @akesling in #72
- site: token-driven brand restyle, self-hosted fonts and vendor JS by @akesling in #71
- fix(site): repair visualizer for single-Graph format + UX polish by @akesling in #73
- docs(site): rewrite /format/ as quick start; align homepage + FAQ with single-Graph root by @akesling in #75
- Pi Export by @benbaarber in #61
- Codex Export by @benbaarber in #67
- Opencode Export by @benbaarber in #76
Full Changelog: artifact-test...v0.0.0-test1
test-if-artifacts-work
What's Changed
- Add GitHub Actions CI/CD and Wasm "try it" by @akesling in #1
- feat: add syntax highlighting to visualizer artifacts by @akesling in #2
- feat: update
path trackto allow better linkage to VCS source by @akesling in #3 - feat: add toolpath-convo crate for provider-agnostic conversation abstraction by @akesling in #4
- feat: cross-entry tool result assembly in toolpath-claude by @akesling in #5
- feat: WatcherEvent convenience methods and provider-namespaced extras by @akesling in #7
- feat: add toolpath-github crate for GitHub PR provenance by @akesling in #8
- fix: wrap bare URL in rustdoc angle brackets by @akesling in #9
- feat: toolpath-md and toolpath-github 0.2.0 by @akesling in #10
- chore: pin Rust toolchain to 1.94.0 by @eliothedeman in #15
- docs: RFC for JSONL streaming format by @eliothedeman in #14
- chore: add .claude/worktrees to gitignore by @eliothedeman in #16
- Add Pi (pi.dev) agent harness support + shared derive layer by @eliothedeman in #17
- feat: conversation projection — toolpath as agent session interchange by @akesling in #22
- Add toolpath-desktop crate (Tauri 2 app) by @eliothedeman in #20
- toolpath-gemini by @benbaarber in #21
- feat(toolpath-desktop): html-card graph viz with expandable dead branches by @eliothedeman in #23
- toolpath-desktop: cartographic redesign by @eliothedeman in #24
- ci: build desktop app on release by @eliothedeman in #27
New Contributors
- @akesling made their first contribution in #1
- @eliothedeman made their first contribution in #15
- @benbaarber made their first contribution in #21
Full Changelog: https://github.com/empathic/toolpath/commits/artifact-test