Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
9887e54
feat: Add ModeContext and ModeSwitcher UI (#37)
stepandel Feb 5, 2026
18b38b4
feat: Add AssistantService with CRUD operations (#38)
stepandel Feb 5, 2026
55688fa
feat: Add AssistantsPanel component (#39)
stepandel Feb 5, 2026
53f68f4
feat: Add file management IPC handlers (#40)
stepandel Feb 5, 2026
42a3332
feat: Add FilesPanel component (#41)
stepandel Feb 5, 2026
9cffe4e
fix build: add stub FileDetailPanel
stepandel Feb 5, 2026
d78bd31
fix: Address PR review comments
Feb 5, 2026
1996f35
feat: Add AssistantConfigView for create/edit (#51)
stepandel Feb 5, 2026
a0ef54d
fix: address review comments on PINE-42 (#42)
stepandel Feb 5, 2026
58f4475
fix: address review comments on PINE-44 (#45)
stepandel Feb 5, 2026
3e7dc2c
fix: address review comments on PINE-39 (#47)
stepandel Feb 5, 2026
4c022dd
fix: address review comments on PINE-49 (#49)
stepandel Feb 5, 2026
37196ae
fix: Address additional PR review comments (round 2)
Feb 5, 2026
f09f1e7
fix buid errors
stepandel Feb 5, 2026
5e3070e
feat: Add E2E test suite for Assistant feature (#53)
stepandel Feb 5, 2026
81565b5
fix(assistant): wire chatStream API through preload (#54)
stepandel Feb 5, 2026
3a1a9a0
fix: Phase 6 feedback - dialog API and mode labels (PINE-53, PINE-54)…
stepandel Feb 5, 2026
d46f087
fix uploader
stepandel Feb 5, 2026
d7971f0
fix(assistant): use SDK chatStream method instead of chat with stream…
stepandel Feb 5, 2026
a0215bc
fix(assistant): update supported models list to match Pinecone Assistant
stepandel Feb 5, 2026
8e02a6e
style(chat): compact macOS-native chat UI
stepandel Feb 6, 2026
7175417
feat(files): add right-click context menu for file actions (#56)
stepandel Feb 6, 2026
4875bb5
feat(analytics): add tracking for Assistant events (PINE-57) (#57)
stepandel Feb 6, 2026
8840792
fix(files): poll for Deleting status to update UI after file removal
stepandel Feb 6, 2026
6a0395d
fix(assistant): production readiness fixes from audit
stepandel Feb 6, 2026
038e4f0
clean up
stepandel Feb 6, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .linear.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Linear CLI configuration for Pinecone Explorer
# https://github.com/schpet/linear-cli

workspace = "pinecone-explorer"
team_id = "PINE"
issue_sort = "priority"
Loading