Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a Foyle status bar in the lower right corner #1757

Merged
merged 1 commit into from
Oct 25, 2024
Merged

Conversation

jlewi
Copy link
Contributor

@jlewi jlewi commented Oct 24, 2024

  • Use the status bar to display the session id

  • The session id is used to track all the AI generations associated with a particular context

  • Surfacing the session id makes it easy to fetch the relevant Foyle logs to understand why the AI made a particular suggestion.

Fix: jlewi/foyle#322

* Use the status bar to display the session id
* The session id is used to track all the AI generations associated with a
  particular context

* Surfacing the session id makes it easy to fetch the relevant Foyle logs
  to understand why the AI made a particular suggestion.
@jlewi jlewi marked this pull request as ready for review October 24, 2024 21:46
@jlewi jlewi requested a review from sourishkrout October 24, 2024 21:46
jlewi added a commit to jlewi/vscode-runme that referenced this pull request Oct 24, 2024
branch: jlewi/status
stateful#1757

commit 1d9c650
Author: Jeremy Lewi <jeremy@lewi.us>
Date:   Thu Oct 24 14:32:15 2024 -0700

    Add a Foyle status bar in the lower right corner

    * Use the status bar to display the session id
    * The session id is used to track all the AI generations associated with a
      particular context

    * Surfacing the session id makes it easy to fetch the relevant Foyle logs
      to understand why the AI made a particular suggestion.
Copy link
Member

@sourishkrout sourishkrout left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ LGTM

@sourishkrout sourishkrout merged commit 314c6d3 into main Oct 25, 2024
1 check passed
@sourishkrout sourishkrout deleted the jlewi/status branch October 25, 2024 20:24
hotpocket pushed a commit to hotpocket/vscode-runme that referenced this pull request Nov 5, 2024
* Use the status bar to display the session id
* The session id is used to track all the AI generations associated with a
  particular context

* Surfacing the session id makes it easy to fetch the relevant Foyle logs
  to understand why the AI made a particular suggestion.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Display Session ID and Cell ID in status bar
2 participants