Fix project isolation: Make loadChatHistory respect active project sessions
- Modified loadChatHistory() to check for active project before fetching all sessions - When active project exists, use project.sessions instead of fetching from API - Added detailed console logging to debug session filtering - This prevents ALL sessions from appearing in every project's sidebar Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1 @@
|
||||
pip
|
||||
@@ -0,0 +1,69 @@
|
||||
Metadata-Version: 2.4
|
||||
Name: wheel
|
||||
Version: 0.46.2
|
||||
Summary: Command line tool for manipulating wheel files
|
||||
Keywords: wheel,packaging
|
||||
Author-email: Daniel Holth <dholth@fastmail.fm>
|
||||
Maintainer-email: Alex Grönholm <alex.gronholm@nextday.fi>
|
||||
Requires-Python: >=3.9
|
||||
Description-Content-Type: text/x-rst
|
||||
License-Expression: MIT
|
||||
Classifier: Development Status :: 5 - Production/Stable
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: Topic :: System :: Archiving :: Packaging
|
||||
Classifier: Programming Language :: Python
|
||||
Classifier: Programming Language :: Python :: 3 :: Only
|
||||
Classifier: Programming Language :: Python :: 3.9
|
||||
Classifier: Programming Language :: Python :: 3.10
|
||||
Classifier: Programming Language :: Python :: 3.11
|
||||
Classifier: Programming Language :: Python :: 3.12
|
||||
Classifier: Programming Language :: Python :: 3.13
|
||||
Classifier: Programming Language :: Python :: 3.14
|
||||
License-File: LICENSE.txt
|
||||
Requires-Dist: packaging >= 24.0
|
||||
Requires-Dist: pytest >= 6.0.0 ; extra == "test"
|
||||
Requires-Dist: setuptools >= 77 ; extra == "test"
|
||||
Project-URL: Changelog, https://wheel.readthedocs.io/en/stable/news.html
|
||||
Project-URL: Documentation, https://wheel.readthedocs.io/
|
||||
Project-URL: Issue Tracker, https://github.com/pypa/wheel/issues
|
||||
Project-URL: Source, https://github.com/pypa/wheel
|
||||
Provides-Extra: test
|
||||
|
||||
wheel
|
||||
=====
|
||||
|
||||
This is a command line tool for manipulating Python wheel files, as defined in
|
||||
`PEP 427`_. It contains the following functionality:
|
||||
|
||||
* Convert ``.egg`` archives into ``.whl``
|
||||
* Unpack wheel archives
|
||||
* Repack wheel archives
|
||||
* Add or remove tags in existing wheel archives
|
||||
|
||||
.. _PEP 427: https://www.python.org/dev/peps/pep-0427/
|
||||
|
||||
Historical note
|
||||
---------------
|
||||
|
||||
This project used to contain the implementation of the setuptools_ ``bdist_wheel``
|
||||
command, but as of setuptools v70.1, it no longer needs ``wheel`` installed for that to
|
||||
work. Thus, you should install this **only** if you intend to use the ``wheel`` command
|
||||
line tool!
|
||||
|
||||
.. _setuptools: https://pypi.org/project/setuptools/
|
||||
|
||||
Documentation
|
||||
-------------
|
||||
|
||||
The documentation_ can be found on Read The Docs.
|
||||
|
||||
.. _documentation: https://wheel.readthedocs.io/
|
||||
|
||||
Code of Conduct
|
||||
---------------
|
||||
|
||||
Everyone interacting in the wheel project's codebases, issue trackers, chat
|
||||
rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_.
|
||||
|
||||
.. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md
|
||||
|
||||
@@ -0,0 +1,34 @@
|
||||
../../../bin/wheel,sha256=YZR50qiXmvn8SdmwUktMLLuaQEuRJUtbNgpq4rCWKNs,223
|
||||
wheel-0.46.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
wheel-0.46.2.dist-info/METADATA,sha256=ns0gXwGvt2hMcvsjZ9PmmmQM4G8dSvTiKpguCbX_dfo,2410
|
||||
wheel-0.46.2.dist-info/RECORD,,
|
||||
wheel-0.46.2.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
wheel-0.46.2.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
||||
wheel-0.46.2.dist-info/entry_points.txt,sha256=JJdtSAGTvMLbIkTVZUAMvGKO39FtWfCVF8mp_NH6e4g,110
|
||||
wheel-0.46.2.dist-info/licenses/LICENSE.txt,sha256=MMI2GGeRCPPo6h0qZYx8pBe9_IkcmO8aifpP8MmChlQ,1107
|
||||
wheel/__init__.py,sha256=aWEBrfFuOclfzZsHdnWSVmB2Mu4RvY17C5zBy2t77J4,59
|
||||
wheel/__main__.py,sha256=_83wl9tyGU2cHiqfudpubGHdRL5uonPXnzeznznkxzs,512
|
||||
wheel/__pycache__/__init__.cpython-311.pyc,,
|
||||
wheel/__pycache__/__main__.cpython-311.pyc,,
|
||||
wheel/__pycache__/_bdist_wheel.cpython-311.pyc,,
|
||||
wheel/__pycache__/_metadata.cpython-311.pyc,,
|
||||
wheel/__pycache__/bdist_wheel.cpython-311.pyc,,
|
||||
wheel/__pycache__/macosx_libfile.cpython-311.pyc,,
|
||||
wheel/__pycache__/metadata.cpython-311.pyc,,
|
||||
wheel/__pycache__/wheelfile.cpython-311.pyc,,
|
||||
wheel/_bdist_wheel.py,sha256=bpmNa7_s-CYFkVgXf9ENAYTiJ01XBhRW4pxH1T8XYsI,21729
|
||||
wheel/_commands/__init__.py,sha256=fCRAQZNDyj2JLrufdgPsBlaRS_t_j_aBUMpXj09KZ4E,4432
|
||||
wheel/_commands/__pycache__/__init__.cpython-311.pyc,,
|
||||
wheel/_commands/__pycache__/convert.cpython-311.pyc,,
|
||||
wheel/_commands/__pycache__/pack.cpython-311.pyc,,
|
||||
wheel/_commands/__pycache__/tags.cpython-311.pyc,,
|
||||
wheel/_commands/__pycache__/unpack.cpython-311.pyc,,
|
||||
wheel/_commands/convert.py,sha256=0wSJMU0m-6LY16Om8Wmmloy-hJWFZeOmI8hT-2Z7Qms,12743
|
||||
wheel/_commands/pack.py,sha256=o3iwjfRHl7N9ul-M2kHbewLJZnqBLAWf0tzUCwoiTMw,3078
|
||||
wheel/_commands/tags.py,sha256=Rv2ySVb8-qX3osKp3uJgxcIMXkjt43XUD0-zvC6KvnY,4775
|
||||
wheel/_commands/unpack.py,sha256=AjDSS23XYyCSFfifnMutinrpPv-DK_2wbNHkKAUFwgM,1016
|
||||
wheel/_metadata.py,sha256=BP5jC9uC1hyicp7nL4FJ2LYixNFpEJIV_uMDY1KBZBg,6188
|
||||
wheel/bdist_wheel.py,sha256=HrzYiSzMkh5ohAAhlQnYBS1p8qbr85X6F59xqxd9kBg,1102
|
||||
wheel/macosx_libfile.py,sha256=pL0wm88jRMl_4ASgGlNg_mz69Zmv5xm8JSkjLdwyvIQ,16712
|
||||
wheel/metadata.py,sha256=GknOO7JJiZMlcEe_fiD7nqnDTTLd0sX_-IgipM4L3-4,757
|
||||
wheel/wheelfile.py,sha256=m_g_7TNsEp-j-xnvSr5yDLEFb1nhyObueq9Q5_1_lBA,8720
|
||||
@@ -0,0 +1,4 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: flit 3.12.0
|
||||
Root-Is-Purelib: true
|
||||
Tag: py3-none-any
|
||||
@@ -0,0 +1,6 @@
|
||||
[console_scripts]
|
||||
wheel=wheel._commands:main
|
||||
|
||||
[distutils.commands]
|
||||
bdist_wheel=wheel.bdist_wheel:bdist_wheel
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2012 Daniel Holth <dholth@fastmail.fm> and contributors
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a
|
||||
copy of this software and associated documentation files (the "Software"),
|
||||
to deal in the Software without restriction, including without limitation
|
||||
the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||
and/or sell copies of the Software, and to permit persons to whom the
|
||||
Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included
|
||||
in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
||||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
OTHER DEALINGS IN THE SOFTWARE.
|
||||
Reference in New Issue
Block a user